Home
last modified time | relevance | path

Searched refs:typeComboBox (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsMercurial/
H A DHgArchiveDialog.py37 self.typeComboBox.addItem(
39 self.typeComboBox.addItem(
41 self.typeComboBox.addItem(
43 self.typeComboBox.addItem(
45 self.typeComboBox.addItem(
47 self.typeComboBox.addItem(
49 self.typeComboBox.addItem(
107 type_ = self.typeComboBox.itemData(index)
129 self.typeComboBox.itemData(self.typeComboBox.currentIndex()),
/dports/x11/radare-cutter/r2cutter-0.1.1/src/dialogs/
H A DEditVariablesDialog.cpp61 Core()->cmdRaw(QString("afvt %1 %2").arg(desc.name).arg(ui->typeComboBox->currentText())); in applyFields()
86 ui->typeComboBox->setCurrentText(desc.type); in updateFields()
99 ui->typeComboBox->addItems(userStructures); in populateTypesComboBox()
100 ui->typeComboBox->insertSeparator(ui->typeComboBox->count()); in populateTypesComboBox()
105 ui->typeComboBox->addItem(thisType.type); in populateTypesComboBox()
108 ui->typeComboBox->insertSeparator(ui->typeComboBox->count()); in populateTypesComboBox()
111 ui->typeComboBox->addItems(userEnumerations); in populateTypesComboBox()
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/
H A DPreferences.java67 private JComboBox typeComboBox = new JComboBox(); field in Preferences
187 typeComboBox.setMaximumSize(new Dimension(200, 24)); in Preferences()
189 typeComboBox.setBackground(Color.white); in Preferences()
190 typeComboBox.addItem(httpType); in Preferences()
191 typeComboBox.addItem(socksType); in Preferences()
193 typeComboBox.setSelectedItem(httpType); in Preferences()
195 typeComboBox.setSelectedItem(socksType); in Preferences()
222 proxyPanel.add(typeComboBox); in Preferences()
235 typePanel.add(typeComboBox); in Preferences()
532 typeComboBox.setEnabled(true); in updateNetworkSection()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dcolumn_editor_frame.cpp43 ui->typeComboBox->addItem(col_format_desc(i), QVariant(i)); in ColumnEditorFrame()
88 ui->typeComboBox->setCurrentIndex(get_column_format(column)); in editColumn()
89 setFields(ui->typeComboBox->currentIndex()); in editColumn()
108 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_fieldsNameLineEdit_textEdited()
109 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_fieldsNameLineEdit_textEdited()
121 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_occurrenceLineEdit_textEdited()
122 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_occurrenceLineEdit_textEdited()
143 set_column_format(cur_column_, ui->typeComboBox->currentIndex()); in on_buttonBox_accepted()
144 if (ui->typeComboBox->currentIndex() == COL_CUSTOM) { in on_buttonBox_accepted()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dcolumn_editor_frame.cpp43 ui->typeComboBox->addItem(col_format_desc(i), QVariant(i)); in ColumnEditorFrame()
88 ui->typeComboBox->setCurrentIndex(get_column_format(column)); in editColumn()
89 setFields(ui->typeComboBox->currentIndex()); in editColumn()
108 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_fieldsNameLineEdit_textEdited()
109 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_fieldsNameLineEdit_textEdited()
121 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_occurrenceLineEdit_textEdited()
122 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_occurrenceLineEdit_textEdited()
143 set_column_format(cur_column_, ui->typeComboBox->currentIndex()); in on_buttonBox_accepted()
144 if (ui->typeComboBox->currentIndex() == COL_CUSTOM) { in on_buttonBox_accepted()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dcolumn_editor_frame.cpp43 ui->typeComboBox->addItem(col_format_desc(i), QVariant(i)); in find_vmgenid_dev()
88 ui->typeComboBox->setCurrentIndex(get_column_format(column));
89 setFields(ui->typeComboBox->currentIndex());
108 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) {
109 ui->typeComboBox->setCurrentIndex(COL_CUSTOM);
121 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) {
122 ui->typeComboBox->setCurrentIndex(COL_CUSTOM);
143 set_column_format(cur_column_, ui->typeComboBox->currentIndex());
144 if (ui->typeComboBox->currentIndex() == COL_CUSTOM) {
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dcolumn_editor_frame.cpp43 ui->typeComboBox->addItem(col_format_desc(i), QVariant(i)); in ColumnEditorFrame()
88 ui->typeComboBox->setCurrentIndex(get_column_format(column)); in editColumn()
89 setFields(ui->typeComboBox->currentIndex()); in editColumn()
108 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_fieldsNameLineEdit_textEdited()
109 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_fieldsNameLineEdit_textEdited()
121 if (ui->typeComboBox->currentIndex() != COL_CUSTOM) { in on_occurrenceLineEdit_textEdited()
122 ui->typeComboBox->setCurrentIndex(COL_CUSTOM); in on_occurrenceLineEdit_textEdited()
143 set_column_format(cur_column_, ui->typeComboBox->currentIndex()); in on_buttonBox_accepted()
144 if (ui->typeComboBox->currentIndex() == COL_CUSTOM) { in on_buttonBox_accepted()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/desktop/systray/
H A Dwindow.cpp163 int selectedIcon = typeComboBox->itemData(typeComboBox->currentIndex()).toInt(); in showMessage()
214 typeComboBox = new QComboBox; in createMessageGroupBox()
215 typeComboBox->addItem(tr("None"), QSystemTrayIcon::NoIcon); in createMessageGroupBox()
216 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
219 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
222 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
225 typeComboBox->addItem(QIcon(), tr("Custom icon"), in createMessageGroupBox()
227 typeComboBox->setCurrentIndex(1); in createMessageGroupBox()
255 messageLayout->addWidget(typeComboBox, 0, 1, 1, 2); in createMessageGroupBox()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/desktop/systray/
H A Dwindow.cpp136 typeComboBox->itemData(typeComboBox->currentIndex()).toInt()); in showMessage()
179 typeComboBox = new QComboBox; in createMessageGroupBox()
180 typeComboBox->addItem(tr("None"), QSystemTrayIcon::NoIcon); in createMessageGroupBox()
181 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
184 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
187 typeComboBox->addItem(style()->standardIcon( in createMessageGroupBox()
190 typeComboBox->setCurrentIndex(1); in createMessageGroupBox()
218 messageLayout->addWidget(typeComboBox, 0, 1, 1, 2); in createMessageGroupBox()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/widgets/systray/
H A Dwindow.py68 self.typeComboBox = QComboBox()
145 selectedIcon = self.typeComboBox.itemData(self.typeComboBox.currentIndex())
195 self.typeComboBox = QComboBox()
196 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
197 self.typeComboBox.addItem(
202 self.typeComboBox.addItem(
207 self.typeComboBox.addItem(
212 self.typeComboBox.addItem(QIcon(), "Custom icon", -1)
213 self.typeComboBox.setCurrentIndex(1)
238 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/widgets/systray/
H A Dwindow.py68 self.typeComboBox = QComboBox()
145 selectedIcon = self.typeComboBox.itemData(self.typeComboBox.currentIndex())
195 self.typeComboBox = QComboBox()
196 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
197 self.typeComboBox.addItem(
202 self.typeComboBox.addItem(
207 self.typeComboBox.addItem(
212 self.typeComboBox.addItem(QIcon(), "Custom icon", -1)
213 self.typeComboBox.setCurrentIndex(1)
238 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/widgets/systray/
H A Dwindow.py68 self.typeComboBox = QComboBox()
145 selectedIcon = self.typeComboBox.itemData(self.typeComboBox.currentIndex())
195 self.typeComboBox = QComboBox()
196 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
197 self.typeComboBox.addItem(
202 self.typeComboBox.addItem(
207 self.typeComboBox.addItem(
212 self.typeComboBox.addItem(QIcon(), "Custom icon", -1)
213 self.typeComboBox.setCurrentIndex(1)
238 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/sql/sqlwidgetmapper/
H A Dwindow.cpp57 typeComboBox = new QComboBox(); in Window()
63 typeLabel->setBuddy(typeComboBox); in Window()
68 typeComboBox->setModel(relModel); in Window()
69 typeComboBox->setModelColumn(relModel->fieldIndex("description")); in Window()
76 mapper->addMapping(typeComboBox, typeIndex); in Window()
95 layout->addWidget(typeComboBox, 3, 1, 1, 1); in Window()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/sql/sqlwidgetmapper/
H A Dwindow.cpp67 typeComboBox = new QComboBox(); in Window()
73 typeLabel->setBuddy(typeComboBox); in Window()
78 typeComboBox->setModel(relModel); in Window()
79 typeComboBox->setModelColumn(relModel->fieldIndex("description")); in Window()
86 mapper->addMapping(typeComboBox, typeIndex); in Window()
105 layout->addWidget(typeComboBox, 3, 1, 1, 1); in Window()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/settings/
H A Dsettingsnetworkproxy.cpp42 ui.typeComboBox->addItem("Http", "HttpProxy"); in SettingsNetworkProxy()
43 ui.typeComboBox->addItem("Socks5", "Socks5Proxy"); in SettingsNetworkProxy()
79 ui.typeComboBox->setEnabled(manualProxy); in allSetStatus()
103 ui.typeComboBox->setCurrentIndex(1); in loadProxy()
105 ui.typeComboBox->setCurrentIndex(0); in loadProxy()
116 …proxySettings->setValue("Proxy/Type", ui.typeComboBox->itemData(ui.typeComboBox->currentIndex()).t… in saveProxy()
139 if (ui.typeComboBox->currentIndex() == 1) in activateProxy()
192 ui.typeComboBox->setCurrentIndex(0); in on_restoreDefaultsButton_clicked()
/dports/japanese/fcitx-skk/fcitx-skk-0.1.4/gui/
H A Dadddictdialog.cpp39 m_ui->typeComboBox->addItem(_("System")); in AddDictDialog()
40 m_ui->typeComboBox->addItem(_("User")); in AddDictDialog()
41 m_ui->typeComboBox->addItem(_("Server")); in AddDictDialog()
46 connect(m_ui->typeComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(indexChanged(int))); in AddDictDialog()
56 int idx = m_ui->typeComboBox->currentIndex(); in dictionary()
95 if (m_ui->typeComboBox->currentIndex() == 0) { in browseClicked()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/desktop/systray/
H A Dsystray.py115 self.typeComboBox.itemData(self.typeComboBox.currentIndex()))
150 self.typeComboBox = QComboBox()
151 self.typeComboBox.addItem("None", QSystemTrayIcon.NoIcon)
152 self.typeComboBox.addItem(self.style().standardIcon(
155 self.typeComboBox.addItem(self.style().standardIcon(
158 self.typeComboBox.addItem(self.style().standardIcon(
161 self.typeComboBox.setCurrentIndex(1)
188 messageLayout.addWidget(self.typeComboBox, 0, 1, 1, 2)

12345678910