Home
last modified time | relevance | path

Searched defs:radioButtons (Results 1 – 23 of 23) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/ugeneui/src/project_support/
H A DDocumentFormatSelectorController.h63 QList<QRadioButton *> radioButtons; variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/ui/widgets/choose-r/
H A Dload.ts29 const radioButtons = document.querySelectorAll('input[type="radio"]'); constant
/dports/graphics/wdune/wdune-1.926/src/
H A DViewpointDialog.cpp116 bool radioButtons[6]; in Validate() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/event/
H A DRadioDataAware.py23 def __init__(self, data, value, radioButtons): argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/event/
H A DRadioDataAware.py23 def __init__(self, data, value, radioButtons): argument
/dports/www/R-cran-shiny/shiny/R/
H A Dinput-radiobuttons.R89 radioButtons <- function(inputId, label, choices = NULL, selected = NULL, function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/locale/
H A DDefaultSearchEnginePromoDialog.java82 RadioButtonLayout radioButtons = new RadioButtonLayout(getContext()); in onCreate() local
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/draw/
H A DWizard.java170 JRadioButton[] radioButtons; in getOption() local
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/old/
H A DSoQtMaterialEditor.h113 QRadioButton *radioButtons[4]; variable
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_radiobuttons.c21 radioButton_t radioButtons[NUM_RADIOBUTTONS] = variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/preference/
H A DRadioGroupFieldEditor.java65 private Button[] radioButtons; field in RadioGroupFieldEditor
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Preferences/UiPreferences/
H A DGUI_IconPreferences.cpp71 QList<IconRadioButton*> radioButtons; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/radioGroup/
H A DRadioGroup.java66 public RadioGroup(Object[] radioButtons, Object[] values) { in RadioGroup()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/
H A DExtractMethodInputPage.java257 final Control[] radioButtons= accessModifiersGroup.getChildren(); in updateAccessModifiers() local
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/contrib/developer/static/dashboard/developer/form-builder/example-forms/
H A Dradios-checkboxes-select.json39 "radioButtons": { object
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DLookAndFeelDemo.h520 OwnedArray<TextButton> radioButtons; member
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DSwingTools.java444 public static void deselectAllRadioButtons(JRadioButton ... radioButtons) { in deselectAllRadioButtons()
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsEdit.php109 public static function radioButtons($name, $values, $selected, $extra = '') function in Fisharebest\\Webtrees\\Functions\\FunctionsEdit
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dextcap_argument.cpp253 QWidget * radioButtons = new QWidget; in createEditor() local
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dextcap_argument.cpp253 QWidget * radioButtons = new QWidget; in createEditor() local
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dextcap_argument.cpp253 QWidget * radioButtons = new QWidget; in createEditor() local
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/circular/
H A DWizard.java868 JRadioButton[] radioButtons; in getOption() local
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/
H A Dgui.py1175 def radioButtons(widget, master, value, btnLabels=(), tooltips=None, function