Home
last modified time | relevance | path

Searched refs:getBrowseButton (Results 1 – 12 of 12) sorted by relevance

/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Ddrumkitframecontent.cc75 Button& BrowseFile::getBrowseButton() in getBrowseButton() function in GUI::BrowseFile
106 CONNECT(&drumkit_file.getBrowseButton(), clickNotifier, in DrumkitframeContent()
109 CONNECT(&midimap_file.getBrowseButton(), clickNotifier, in DrumkitframeContent()
H A Ddrumkitframecontent.h55 Button& getBrowseButton();
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/options/
H A DSystemPreferencesWindow.java212 workspaceFileChooserCombo.getBrowseButton().setText("Switch"); in generalTab()
214 workspaceFileChooserCombo.getBrowseButton().setOnAction((ActionEvent event) -> in generalTab()
H A DWorkspaceWindow.java264 workspaceChooser.getBrowseButton().setPrefWidth(90.); in show()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DProjectLocationMoveDialog.java104 setButtonLayoutData(locationArea.getBrowseButton()); in createDialogArea()
H A DWizardNewProjectCreationPage.java133 setButtonLayoutData(locationArea.getBrowseButton()); in createControl()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/commons/javafx/buttons/tools/
H A DFileChooserCombo.java241 public CustomButton getBrowseButton() in getBrowseButton() method in FileChooserCombo
/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 DProjectContentsLocationArea.java303 public Button getBrowseButton() { in getBrowseButton() method in ProjectContentsLocationArea
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/scheduler/Classes/Controller/
H A DSchedulerModuleController.php735 $field['browseButton'] = $this->getBrowseButton($fieldID, $fieldInfo);
755 protected function getBrowseButton($fieldID, array $fieldInfo): string function in TYPO3\\CMS\\Scheduler\\Controller\\SchedulerModuleController
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/scheduler/Classes/Controller/
H A DSchedulerModuleController.php705 $field['browseButton'] = $this->getBrowseButton($fieldID, $fieldInfo);
725 protected function getBrowseButton($fieldID, array $fieldInfo): string function in TYPO3\\CMS\\Scheduler\\Controller\\SchedulerModuleController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/scheduler/Classes/Controller/
H A DSchedulerModuleController.php733 $field['browseButton'] = $this->getBrowseButton($fieldID, $fieldInfo);
753 protected function getBrowseButton($fieldID, array $fieldInfo): string function in TYPO3\\CMS\\Scheduler\\Controller\\SchedulerModuleController
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Ddifftextwindow.cpp1836 const QPushButton* getBrowseButton() const { return m_pBrowseButton; } in getBrowseButton() function in DiffTextWindowFrameData
1865 …chk_connect(d->getBrowseButton(), &QPushButton::clicked, this, &DiffTextWindowFrame::slotBrowseBut… in DiffTextWindowFrame()
1884 pHL->addWidget(const_cast<QPushButton*>(d->getBrowseButton()), 0); in DiffTextWindowFrame()