Home
last modified time | relevance | path

Searched defs:comboBox (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/
H A DKvsObject_comboBox.cpp141 KVSO_CLASS_FUNCTION(comboBox, insertItem) in KVSO_CLASS_FUNCTION() argument
156 KVSO_CLASS_FUNCTION(comboBox, clear) in KVSO_CLASS_FUNCTION() argument
162 KVSO_CLASS_FUNCTION(comboBox, changeItem) in KVSO_CLASS_FUNCTION() argument
184 KVSO_CLASS_FUNCTION(comboBox, removeItem) in KVSO_CLASS_FUNCTION() argument
204 KVSO_CLASS_FUNCTION(comboBox, setMaxCount) in KVSO_CLASS_FUNCTION() argument
215 KVSO_CLASS_FUNCTION(comboBox, maxCount) in KVSO_CLASS_FUNCTION() argument
221 KVSO_CLASS_FUNCTION(comboBox, count) in KVSO_CLASS_FUNCTION() argument
227 KVSO_CLASS_FUNCTION(comboBox, current) in KVSO_CLASS_FUNCTION() argument
267 KVSO_CLASS_FUNCTION(comboBox, editable) in KVSO_CLASS_FUNCTION() argument
287 KVSO_CLASS_FUNCTION(comboBox, textAt) in KVSO_CLASS_FUNCTION() argument
[all …]
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dcombo_box.go8 type comboBox struct { struct
9 *bin
10 internal *gtk.ComboBox
31 func (v *comboBox) GetActiveIter() (gtki.TreeIter, error) {
35 func (v *comboBox) GetActiveID() string {
39 func (v *comboBox) GetActive() int {
43 func (v *comboBox) SetActive(v1 int) {
47 func (v *comboBox) SetModel(v1 gtki.TreeModel) {
51 func (v *comboBox) AddAttribute(v1 gtki.CellRenderer, v2 string, v3 int) {
55 func (v *comboBox) PackStart(v1 gtki.CellRenderer, v2 bool) {
/dports/shells/elvish/elvish-0.17.0/pkg/cli/tk/
H A Dcombobox.go25 type comboBox struct { struct
26 codeArea CodeArea
27 listBox ListBox
28 OnFilter func(ComboBox, string)
31 lastFilter string
49 func (w *comboBox) Render(width, height int) *term.Buffer {
56 func (w *comboBox) MaxHeight(width, height int) int {
63 func (w *comboBox) Handle(event term.Event) bool {
78 func (w *comboBox) Refilter() {
82 func (w *comboBox) CodeArea() CodeArea { return w.codeArea }
[all …]
/dports/databases/db18/db-18.1.40/test/db_guitest/
H A DDataAccessPageTests.java240 ComboBox comboBox = lookup("#GetKeyComboBox").query(); in testBtreeHash() local
293 ComboBox comboBox = lookup("#PutDataComboBox").query(); in testRecno() local
315 ComboBox comboBox = lookup("#PutDataComboBox").query(); in testRecno() local
326 ComboBox comboBox = lookup("#GetDataComboBox").query(); in testRecno() local
338 ComboBox comboBox = lookup("#GetDataComboBox").query(); in testRecno() local
349 ComboBox comboBox = lookup("#GetDataComboBox").query(); in testRecno() local
397 ComboBox comboBox = lookup("#PutDataComboBox").query(); in testHeap() local
416 ComboBox comboBox = lookup("#PutDataComboBox").query(); in testHeap() local
427 ComboBox comboBox = lookup("#GetDataComboBox").query(); in testHeap() local
437 ComboBox comboBox = lookup("#GetDataComboBox").query(); in testHeap() local
[all …]
H A DComboBoxTask.java20 private final ComboBox comboBox; field in ComboBoxTask
23 public ComboBoxTask(ComboBox comboBox, String item) { in ComboBoxTask()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/smb4k/
H A Dsmb4knetworksearchtoolbar.cpp68 KComboBox *comboBox = new KComboBox(true, this); in Smb4KNetworkSearchToolBar() local
145 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in prepareInput() local
165 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in setActiveState() local
180 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in clearSearch() local
254 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in setCompletionStrings() local
268 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in completionStrings() local
282 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in slotReturnKeyPressed() local
315 KComboBox *comboBox = findChild<KComboBox *>("SearchCombo"); in slotSearchActionTriggered() local
/dports/sysutils/lxqt-powermanagement/lxqt-powermanagement-1.0.0/config/
H A Dhelpers.cpp32 void fillComboBox(QComboBox* comboBox) in fillComboBox()
44 void setComboBoxToValue(QComboBox* comboBox, int value) in setComboBoxToValue()
58 int currentValue(QComboBox *comboBox) in currentValue()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/primitives/
H A DGTComboBox.cpp37 void GTComboBox::selectItemByIndex(GUITestOpStatus &os, QComboBox *comboBox, int index, GTGlobals::… in selectItemByIndex()
46 MainThreadAction(QComboBox *comboBox, int index, GTGlobals::UseMethod method) in selectItemByIndex()
89 QComboBox *comboBox; in selectItemByIndex() member in HI::GTComboBox::selectItemByIndex::MainThreadAction
104 void GTComboBox::selectItemByText(GUITestOpStatus &os, QComboBox *comboBox, const QString &text, GT… in selectItemByText()
119 QString GTComboBox::getCurrentText(GUITestOpStatus &os, QComboBox *const comboBox) { in getCurrentText()
133 QStringList GTComboBox::getValues(GUITestOpStatus &os, QComboBox *comboBox) { in getValues()
145 void GTComboBox::checkValues(GUITestOpStatus &os, QComboBox *comboBox, const QStringList &values) { in checkValues()
188 void GTComboBox::checkValuesPresence(GUITestOpStatus &os, QComboBox *comboBox, const QStringList &v… in checkValuesPresence()
200 void GTComboBox::checkCurrentValue(GUITestOpStatus &os, QComboBox *comboBox, const QString &expecte… in checkCurrentValue()
208 void GTComboBox::checkCurrentUserDataValue(GUITestOpStatus &os, QComboBox *comboBox, const QString … in checkCurrentUserDataValue()
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/
H A Dbencodedelegate.cpp39 ComboBox *comboBox = new ComboBox(parent); in createEditor() local
57 QComboBox *comboBox = qobject_cast<QComboBox*>(editor); in setEditorData() local
67 QComboBox *comboBox = qobject_cast<QComboBox*>(editor); in setModelData() local
87 ComboBox *comboBox = new ComboBox; in typeSizeHint() local
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DQt4Compat.h38 inline void qSetComboBoxText( QComboBox * comboBox, in qSetComboBoxText()
48 inline void qEnableClearButton( QComboBox * comboBox ) in qEnableClearButton()
80 inline void qSetComboBoxText( QComboBox * comboBox, in qSetComboBoxText()
87 inline void qEnableClearButton( QComboBox * comboBox ) in qEnableClearButton()
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dsettingsdialog.cpp59 void setCurrentIndexFromData(QComboBox* comboBox, int data) in setCurrentIndexFromData()
64 int dataFromCurrentIndex(const QComboBox* comboBox) in dataFromCurrentIndex()
69 void setCurrentTextToColorName(QComboBox* comboBox, const QColor& color) in setCurrentTextToColorName()
74 QColor validColorFromCurrentText(const QComboBox* comboBox, const QColor& defaultColor) in validColorFromCurrentText()
81 void setCurrentIndexFromKeyboardModifiers(QComboBox* comboBox, Qt::KeyboardModifiers modifiers) in setCurrentIndexFromKeyboardModifiers()
86 Qt::KeyboardModifier keyboardModifierFromCurrentIndex(const QComboBox* comboBox) in keyboardModifierFromCurrentIndex()
801 QComboBox* comboBox = new QComboBox(this); in addComboBox() local
818 QComboBox* comboBox = new QComboBox(this); in addDataSizeComboBox() local
844 QComboBox* comboBox = new QComboBox(this); in addColorComboBox() local
859 QComboBox* comboBox = new QComboBox(this); in addModifiersComboBox() local
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/fileops/
H A Dsettingsdialog.cpp50 QComboBox *comboBox = createComboBox(); in SettingsDialog() local
100 QComboBox *comboBox = qobject_cast<QComboBox *>(m_ui.tableWidget->cellWidget(i, 1)); in accept() local
122 QComboBox *comboBox = createComboBox(); in on_newButton_clicked() local
158 …QComboBox *comboBox = qobject_cast<QComboBox *>(m_ui.tableWidget->cellWidget(m_ui.tableWidget->cur… in updateLineEdits() local
215 QComboBox *comboBox = new QComboBox; in createComboBox() local
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filteractions/
H A Dfilteractionsetidentity.cpp92 auto comboBox = new KIdentityManagement::IdentityCombo(KernelIf->identityManager(), parent); in createParamWidget() local
102 …const KIdentityManagement::IdentityCombo *comboBox = qobject_cast<KIdentityManagement::IdentityCom… in applyParamWidgetValue() local
110 auto comboBox = qobject_cast<KIdentityManagement::IdentityCombo *>(paramWidget); in clearParamWidget() local
118 auto comboBox = qobject_cast<KIdentityManagement::IdentityCombo *>(paramWidget); in setParamWidgetValue() local
H A Dfilteractionaddheader.cpp63 auto comboBox = new KComboBox(widget); in createParamWidget() local
99 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in setParamWidgetValue() local
119 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in applyParamWidgetValue() local
130 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in clearParamWidget() local
H A Dfilteractionrewriteheader.cpp98 auto comboBox = new KComboBox(widget); in createParamWidget() local
144 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in setParamWidgetValue() local
167 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in applyParamWidgetValue() local
182 const auto comboBox = paramWidget->findChild<KComboBox *>(QStringLiteral("combo")); in clearParamWidget() local
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/demo/
H A Doxygenbuttondemowidget.cpp95 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
161 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
272 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
316 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
400 void ButtonDemoWidget::toolBarStyleChanged( GtkComboBox* comboBox, gpointer data ) in toolBarStyleChanged()
416 void ButtonDemoWidget::iconSizeChanged( GtkComboBox* comboBox, gpointer data ) in iconSizeChanged()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/demo/
H A Doxygenbuttondemowidget.cpp95 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
161 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
279 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
323 GtkWidget* comboBox( gtk_combo_box_new() ); in ButtonDemoWidget() local
430 void ButtonDemoWidget::toolBarStyleChanged( GtkComboBox* comboBox, gpointer data ) in toolBarStyleChanged()
446 void ButtonDemoWidget::iconSizeChanged( GtkComboBox* comboBox, gpointer data ) in iconSizeChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/widgets/icons/
H A Dimagedelegate.cpp57 QComboBox *comboBox = new QComboBox(parent); in createEditor() local
78 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setEditorData() local
92 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setModelData() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/widgets/icons/
H A Dimagedelegate.cpp67 QComboBox *comboBox = new QComboBox(parent); in createEditor() local
84 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setEditorData() local
98 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setModelData() local
/dports/editors/calligra/calligra-3.2.1/libs/rdf/
H A DKoSopranoTableModelDelegate.cpp41 QComboBox *comboBox = new QComboBox(parent); in createEditor() local
56 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setEditorData() local
68 QComboBox *comboBox = qobject_cast<QComboBox *>(editor); in setModelData() local
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/autotests/
H A Dkselectaction_unittest.cpp29 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in QTEST_MAIN() local
47 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testSetToolTipAfterRequestingComboBoxWidget() local
104 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testSetWhatsThisBeforeRequestingComboBoxWidget() local
120 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testSetWhatsThisAfterRequestingComboBoxWidget() local
172 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testChildActionStateChangeComboMode() local
230 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testRequestWidgetComboBoxModeWidgetParent() local
249 QComboBox *comboBox = qobject_cast<QComboBox *>(widget); in testRequestWidgetComboBoxModeWidgetParentSeveralActions() local
/dports/net-im/kopete/kopete-21.12.3/plugins/pipes/
H A Dpipesdelegate.cpp63 KComboBox *comboBox = static_cast<KComboBox *>(editor); in setEditorData() local
78 KComboBox *comboBox = static_cast<KComboBox *>(editor); in setEditorData() local
103 KComboBox *comboBox = static_cast<KComboBox *>(editor); in setModelData() local
118 KComboBox *comboBox = static_cast<KComboBox *>(editor); in setModelData() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DComboBoxHelper.cs11 public static bool ShouldFilterUnnecessaryComboBoxEvent(ComboBox comboBox) in ShouldFilterUnnecessaryComboBoxEvent()
16 public static void SynchronizeComboBoxSelection(ComboBox comboBox, string value) in SynchronizeComboBoxSelection()
/dports/misc/ktouch/ktouch-21.12.3/src/editor/
H A Dcharactersviewdelegate.cpp70 KComboBox* comboBox = new KComboBox(parent); in createEditor() local
99 KComboBox* comboBox = static_cast<KComboBox*>(editor); in setEditorData() local
121 KComboBox* comboBox = static_cast<KComboBox*>(editor); in setModelData() local
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dengineoptionlist.cpp32 QComboBox *comboBox = new QComboBox(parent); in createEditor() local
52 QComboBox *comboBox = qobject_cast<QComboBox*>(editor); in setModelData() local
67 QComboBox *comboBox = qobject_cast<QComboBox*>(editor); in setEditorData() local

12345678910>>...42