Home
last modified time | relevance | path

Searched refs:comboList (Results 1 – 19 of 19) sorted by path

/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/regression_scenarios/
H A DGTTestsRegressionScenarios_1_1000.cpp2628 QStringList comboList; in GUI_TEST_CLASS_DEFINITION() local
2629 comboList << "FASTA" in GUI_TEST_CLASS_DEFINITION()
2634 GTComboBox::checkValuesPresence(os, documentFormatComboBox, comboList); in GUI_TEST_CLASS_DEFINITION()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3actiongroup/
H A Dtst_q3actiongroup.cpp198 QObjectList comboList = tb->queryList("QComboBox"); in dropDownDeleted() local
199 QCOMPARE(comboList.count(), 1); in dropDownDeleted()
200 QCOMPARE((int)((QComboBox*)comboList[0])->count(), 3); in dropDownDeleted()
203 QCOMPARE((int)((QComboBox*)comboList[0])->count(), 2); in dropDownDeleted()
205 QCOMPARE((int)((QComboBox*)comboList[0])->count(), 1); in dropDownDeleted()
207 QCOMPARE((int)((QComboBox*)comboList[0])->count(), 0); in dropDownDeleted()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qactiongroup/
H A Dtst_qactiongroup.cpp209 QList<QComboBox*> comboList = qFindChildren<QComboBox*>(tb); in dropDownDeleted() local
210 QCOMPARE(comboList[0]->count(), 3); in dropDownDeleted()
213 QCOMPARE((int)comboList[0]->count(), 2); in dropDownDeleted()
215 QCOMPARE((int)comboList[0]->count(), 1); in dropDownDeleted()
217 QCOMPARE((int)comboList[0]->count(), 0); in dropDownDeleted()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qfiledialog2/
H A Dtst_qfiledialog2.cpp807 QList<QComboBox *> comboList = d.findChildren<QComboBox *>(); in task239706_editableFilterCombo() local
809 foreach (QComboBox *combo, comboList) { in task239706_editableFilterCombo()
/dports/devel/staf/src/staf/docs/userguide/
H A DDiagSrv.script175 :c.comboList
/dports/devel/staf/src/staf/lang/perl/
H A DTestDiagList.pl76 for $itemMap (@{$rootObject->{comboList}}) {
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dkmymoneymvccombo.cpp126 QList<KMyMoneyMVCCombo *> comboList; in setSubstringSearchForChildren() local
127 comboList = widget->findChildren<KMyMoneyMVCCombo *>(); in setSubstringSearchForChildren()
128 foreach (KMyMoneyMVCCombo *combo, comboList) { in setSubstringSearchForChildren()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c16918 …opt->textValue = (char*) (opt->choice = &cps->comboList[cps->comboCnt]); // cheat with pointer type
16919 cps->comboList[cps->comboCnt++] = q = p+8; // holds possible choices
16920 if(*q == '*') cps->comboList[cps->comboCnt-1]++;
16929 cps->comboList[cps->comboCnt++] = q;
16931 cps->comboList[cps->comboCnt++] = NULL;
H A Dbackend.h380 char *comboList[20*MAX_OPTIONS]; member
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwsettings.c52 int comboList[2*MAX_OPTIONS]; variable
133 case ComboBox: comboList[combos++] = nextOption; lastType = ComboBox; break; in LayoutOptions()
161 if(lastType == ComboBox) prefix = comboList[--combos]; in LayoutOptions()
166 checkList[checks++] = comboList[--combos]; in LayoutOptions()
169 comboList[combos++] = checkList[i]; in LayoutOptions()
174 layoutList[layout++] = comboList[i]; in LayoutOptions()
175 layoutList[layout++] = comboList[i + right]; in LayoutOptions()
181 layoutList[layout++] = comboList[2*right]; in LayoutOptions()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c17231 …opt->textValue = (char*) (opt->choice = &cps->comboList[cps->comboCnt]); // cheat with pointer type
17232 cps->comboList[cps->comboCnt++] = q = p+8; // holds possible choices
17233 if(*q == '*') cps->comboList[cps->comboCnt-1]++;
17242 cps->comboList[cps->comboCnt++] = q;
17244 cps->comboList[cps->comboCnt++] = NULL;
H A Dbackend.h383 char *comboList[20*MAX_OPTIONS]; member
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwsettings.c53 int comboList[2*MAX_OPTIONS]; variable
134 case ComboBox: comboList[combos++] = nextOption; lastType = ComboBox; break; in LayoutOptions()
162 if(lastType == ComboBox) prefix = comboList[--combos]; in LayoutOptions()
167 checkList[checks++] = comboList[--combos]; in LayoutOptions()
170 comboList[combos++] = checkList[i]; in LayoutOptions()
175 layoutList[layout++] = comboList[i]; in LayoutOptions()
176 layoutList[layout++] = comboList[i + right]; in LayoutOptions()
182 layoutList[layout++] = comboList[2*right]; in LayoutOptions()
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-callbacks.c3818 GtkWidget *comboList, *label, *hbox; in on_optionsDesignateTouchscreen_activate() local
3839 comboList = gtk_combo_box_new_text(); in on_optionsDesignateTouchscreen_activate()
3840 gtk_widget_show(comboList); in on_optionsDesignateTouchscreen_activate()
3841 gtk_box_pack_start(GTK_BOX(dialog->vbox), comboList, FALSE, FALSE, 8); in on_optionsDesignateTouchscreen_activate()
3845 gtk_combo_box_append_text(GTK_COMBO_BOX(comboList), dev->name); in on_optionsDesignateTouchscreen_activate()
3848 gtk_combo_box_set_active(GTK_COMBO_BOX(comboList), count); in on_optionsDesignateTouchscreen_activate()
3853 str = gtk_combo_box_get_active_text(GTK_COMBO_BOX(comboList)); in on_optionsDesignateTouchscreen_activate()
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/settingsdialogs/
H A Dbtstandardworkstab.cpp109 QList<QComboBox*> comboList; in BtStandardWorksTab() local
116 comboList.append(m_ ## name ## Combo); \ in BtStandardWorksTab()
132 QListIterator<QComboBox*> it(comboList); in BtStandardWorksTab()
136 module = moduleList[comboList.indexOf(combo)]; in BtStandardWorksTab()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Dqtcurve.cpp1601 bool comboList = !comboBoxList && isComboList(widget); in gtkDrawShadow() local
1603 if (comboBoxList || comboList) { in gtkDrawShadow()
1607 (!comboList || noneOf(detail, "viewport"))) { in gtkDrawShadow()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Dqtcurve.cpp1601 bool comboList = !comboBoxList && isComboList(widget); in gtkDrawShadow() local
1603 if (comboBoxList || comboList) { in gtkDrawShadow()
1607 (!comboList || noneOf(detail, "viewport"))) { in gtkDrawShadow()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/style/
H A Dqtcurve.cpp1601 bool comboList = !comboBoxList && isComboList(widget); in gtkDrawShadow() local
1603 if (comboBoxList || comboList) { in gtkDrawShadow()
1607 (!comboList || noneOf(detail, "viewport"))) { in gtkDrawShadow()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Dqtcurve.cpp1601 bool comboList = !comboBoxList && isComboList(widget); in gtkDrawShadow() local
1603 if (comboBoxList || comboList) { in gtkDrawShadow()
1607 (!comboList || noneOf(detail, "viewport"))) { in gtkDrawShadow()