Home
last modified time | relevance | path

Searched refs:selectAllButton (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/
H A DPluginWorkingSet.java189 Button selectAllButton = new Button(buttonComposite, SWT.PUSH); in createControl() local
190 selectAllButton.setText(PDEUIMessages.PluginWorkingSet_selectAll_label); in createControl()
191 selectAllButton.setToolTipText(PDEUIMessages.PluginWorkingSet_selectAll_toolTip); in createControl()
192 selectAllButton.addSelectionListener(widgetSelectedAdapter(selectionEvent -> { in createControl()
196 selectAllButton.setLayoutData(new GridData()); in createControl()
197 SWTUtil.setButtonDimensionHint(selectAllButton); in createControl()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/errors/
H A Dfinderrorsdialog.cpp113 QPushButton *selectAllButton = new QPushButton(m_errorsGroupBox); in createErrorsButtons() local
114 selectAllButton->setText(i18n("Select All")); in createErrorsButtons()
118 connect(selectAllButton, &QAbstractButton::clicked, this, &FindErrorsDialog::selectAllErrorFlags); in createErrorsButtons()
134 buttonsLayout->addWidget(selectAllButton); in createErrorsButtons()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/corelibs/U2Gui/
H A DFindQualifierDialogFiller.cpp88 QPushButton *selectAllButton = box->button(QDialogButtonBox::Yes); in commonScenario() local
89 GT_CHECK(selectAllButton != nullptr, "\"Select all\" button is NULL"); in commonScenario()
90 GTWidget::click(os, selectAllButton); in commonScenario()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DAbstractWorkingSetDialog.java69 private Button selectAllButton; field in AbstractWorkingSetDialog
151selectAllButton = createButton(buttonComposite, ID_SELECTALL, WorkbenchMessages.SelectionDialog_se… in addSelectionButtons()
153 selectAllButton.addSelectionListener(widgetSelectedAdapter(e -> selectAllSets())); in addSelectionButtons()
244 if (!(selectAllButton == null || selectAllButton.isDisposed())) { in availableWorkingSetsChanged()
245 selectAllButton.setEnabled(enable); in availableWorkingSetsChanged()
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/
H A Dfilterselectiondialog.cpp48 selectAllButton = new QPushButton(i18n("Select All"), this); in FilterSelectionDialog()
49 buttonLayout->addWidget(selectAllButton); in FilterSelectionDialog()
54 …connect(selectAllButton, &QPushButton::clicked, this, &FilterSelectionDialog::slotSelectAllButton); in FilterSelectionDialog()
H A Dfilterselectiondialog.h42 QPushButton *selectAllButton = nullptr; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/
H A DWizardPreferencesPage.java91 private Button selectAllButton; field in WizardPreferencesPage
346 selectAllButton = new Button(buttonComposite, SWT.PUSH);
347 selectAllButton.setText(PreferencesMessages.SelectionDialog_selectLabel);
348 selectAllButton.setData(Integer.valueOf(IDialogConstants.SELECT_ALL_ID));
349 setButtonLayoutData(selectAllButton);
355 selectAllButton.addSelectionListener(listener);
356 selectAllButton.setFont(parentFont);
935 selectAllButton.setEnabled(!transferAll);
/dports/editors/kate/kate-21.12.3/kate/
H A Dkatesavemodifieddialog.cpp152 QPushButton *selectAllButton = new QPushButton(i18n("Se&lect All"), this); in KateSaveModifiedDialog() local
153 mainLayout->addWidget(selectAllButton); in KateSaveModifiedDialog()
154 connect(selectAllButton, &QPushButton::clicked, this, &KateSaveModifiedDialog::slotSelectAll); in KateSaveModifiedDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DMatchLocations.java90 Button selectAllButton= new Button(buttonComposite, SWT.PUSH); in createDialogArea() local
91 selectAllButton.setLayoutData(new GridData()); in createDialogArea()
92 selectAllButton.setText(SearchMessages.MatchLocations_select_all_button_label); in createDialogArea()
93 selectAllButton.addSelectionListener(new SelectionAdapter() { in createDialogArea()
104 SWTUtil.setButtonDimensionHint(selectAllButton); in createDialogArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DTypesConfigurationArea.java331 Button selectAllButton = new Button(buttonComposite, SWT.PUSH); in createContents() local
332 selectAllButton.setText(MarkerMessages.filtersDialog_selectAllTypes); in createContents()
333 selectAllButton.addSelectionListener(getSelectAllButtonListener(typesContentProvider, true)); in createContents()
334 setButtonLayoutData(selectAllButton); in createContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DResourceWorkingSetPage.java191 Button selectAllButton = new Button(buttonComposite, SWT.PUSH); in createControl() local
192 selectAllButton.setText(IDEWorkbenchMessages.ResourceWorkingSetPage_selectAll_label); in createControl()
193 selectAllButton.setToolTipText(IDEWorkbenchMessages.ResourceWorkingSetPage_selectAll_toolTip); in createControl()
194 selectAllButton.addSelectionListener(new SelectionAdapter() { in createControl()
204 setButtonLayoutData(selectAllButton); in createControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/
H A DBreakpointWorkingSetPage.java104 …Button selectAllButton = SWTFactory.createPushButton(buttonComposite, DebugUIViewsMessages.Breakpo… in createControl() local
105 selectAllButton.setToolTipText(DebugUIViewsMessages.BreakpointWorkingSetPage_selectAll_toolTip); in createControl()
106 selectAllButton.addSelectionListener(new SelectionAdapter() { in createControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/
H A DActivityEnabler.java290 Button selectAllButton = new Button(buttonComposite, SWT.PUSH); in createControl() local
291 selectAllButton.setText(ActivityMessages.ActivityEnabler_selectAll); in createControl()
292 selectAllButton.addSelectionListener(widgetSelectedAdapter(e -> toggleTreeEnablement(true))); in createControl()
293 setButtonLayoutData(selectAllButton, fontMetrics); in createControl()
/dports/x11-toolkits/py-easygui/easygui-0.98.1/easygui/boxes/
H A Dchoice_box.py429 selectAllButton = tk.Button(
431 selectAllButton.pack(expand=tk.NO, side=tk.LEFT, padx='2m',
441 selectAllButton.bind("<Button-1>", self.choiceboxSelectAll)
442 bindArrows(selectAllButton)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/
H A DNewTestSuiteWizardPage.java316 Button selectAllButton= new Button(buttonContainer, SWT.PUSH); in createClassesInSuiteControl() local
317 selectAllButton.setText(WizardMessages.NewTestSuiteWizPage_selectAll); in createClassesInSuiteControl()
319 bgd.widthHint = LayoutUtil.getButtonWidthHint(selectAllButton); in createClassesInSuiteControl()
320 selectAllButton.setLayoutData(bgd); in createClassesInSuiteControl()
321 selectAllButton.addSelectionListener(new SelectionAdapter() { in createClassesInSuiteControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/
H A DSmartImportRootWizardPage.java175 private Button selectAllButton; field in SmartImportRootWizardPage
633 selectAllButton = new Button(selectionButtonsGroup, SWT.PUSH); in createProposalsGroup()
634 setButtonLayoutData(selectAllButton); in createProposalsGroup()
635 selectAllButton.setText(DataTransferMessages.DataTransfer_selectAll); in createProposalsGroup()
636 selectAllButton.addSelectionListener(new SelectionAdapter() { in createProposalsGroup()
843 selectAllButton.setEnabled(false); in refreshProposals()
894 selectAllButton.setEnabled(potentialProjects.size() > 1); in refreshProposals()
H A DWizardFileSystemResourceImportPage1.java106 protected Button selectAllButton; field in WizardFileSystemResourceImportPage1
251 selectAllButton = createButton(buttonComposite, in createButtonsGroup()
261 selectAllButton.addSelectionListener(listener); in createButtonsGroup()
262 setButtonLayoutData(selectAllButton); in createButtonsGroup()
597 selectAllButton.setEnabled(enable); in enableButtonGroup()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dpluginspage.cpp34 connect(ui->selectAllButton, SIGNAL(released()), this, SLOT(selectAll())); in PluginsPage()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp181 SelectAllButtonWidget* selectAllButton; member in View::Private
756 d->selectAllButton = new SelectAllButtonWidget(d->canvas); in initView()
757 d->selectAllButton->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); in initView()
803 d->viewLayout->addWidget(d->selectAllButton, 1, 0); in initView()
1246 d->selectAllButton->update(); in setActiveSheet()
1555 d->selectAllButton->update(); in viewZoom()
1562 d->selectAllButton->setVisible(enable && d->rowHeader->isVisible()); in showColumnHeader()
1569 d->selectAllButton->setVisible(enable && d->columnHeader->isVisible()); in showRowHeader()
1705 d->selectAllButton->setMinimumHeight(qRound(h)); in setHeaderMinima()
1706 d->selectAllButton->setMinimumWidth(qRound(w)); in setHeaderMinima()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/tags/
H A DTagConfigurationDialog.java288 Button selectAllButton = new Button(selectComp, SWT.PUSH); in createDialogArea() local
289 selectAllButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createDialogArea()
290 selectAllButton.setText(CVSUIMessages.ReleaseCommentDialog_selectAll); in createDialogArea()
291 selectAllButton.addSelectionListener(new SelectionAdapter() { in createDialogArea()
/dports/sysutils/sweeper/sweeper-21.12.3/
H A Dsweeper.cpp49 connect(ui.selectAllButton, &QPushButton::clicked, this, &Sweeper::selectAll); in Sweeper()
H A Dsweeperdialog.ui56 <widget class="QPushButton" name="selectAllButton" >
/dports/x11/konsole/konsole-21.12.3/src/
H A DCopyInputDialog.cpp47 … connect(_ui->selectAllButton, &QPushButton::clicked, this, &Konsole::CopyInputDialog::selectAll); in CopyInputDialog()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/package/contents/ui/
H A DConfigFilter.qml194 id: selectAllButton
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src_py/
H A DsummaryGUI.py886 self.ids.selectAllButton.disabled = True
887 self.ids.selectAllButton.text = "Select All"
894 self.ids.selectAllButton.disabled = False
897 self.ids.selectAllButton.text = \

1234567