Home
last modified time | relevance | path

Searched refs:showComboBox (Results 1 – 11 of 11) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dfilewidget.h50 Q_PROPERTY(bool showComboBox READ showComboBox WRITE setShowComboBox)
87 bool showComboBox() const in showComboBox() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/
H A Deditor_box.cpp71 showComboBox(comboBoxActive); in applySettings()
81 showComboBox(comboBoxIsInUse); in comboBoxWhenSplitting()
89 showComboBox(comboBoxInUse); in tabsWhenRemovingSplits()
93 void CodeEditorBox::showComboBox(bool condition) { in showComboBox() function in ScIDE::CodeEditorBox
H A Deditor_box.hpp98 void showComboBox(bool);
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/certview/
H A DCertificateViewer.cs47 private System.Windows.Forms.ComboBox showComboBox; field in Mono.Tools.CertView.CertificateViewer
137 this.showComboBox = new System.Windows.Forms.ComboBox(); in InitializeComponent()
418 this.showComboBox, in InitializeComponent()
437 this.showComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; in InitializeComponent()
438 this.showComboBox.Items.AddRange(new object[] { in InitializeComponent()
444 this.showComboBox.Location = new System.Drawing.Point(48, 8); in InitializeComponent()
445 this.showComboBox.MaxDropDownItems = 5; in InitializeComponent()
446 this.showComboBox.Name = "showComboBox"; in InitializeComponent()
447 this.showComboBox.Size = new System.Drawing.Size(320, 21); in InitializeComponent()
448 this.showComboBox.TabIndex = 2; in InitializeComponent()
[all …]
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.cpp189 showComboBox = new QComboBox; in createWidgets()
190 showComboBox->addItem(tr("%1Highlighting%2") in createWidgets()
192 showComboBox->addItem(tr("Not Src Xor Dest"), in createWidgets()
194 showComboBox->addItem(tr("Difference"), in createWidgets()
196 showComboBox->addItem(tr("Exclusion"), in createWidgets()
198 showComboBox->addItem(tr("Src Xor Dest"), in createWidgets()
200 showLabel->setBuddy(showComboBox); in createWidgets()
416 showLayout->addWidget(showComboBox, 1); in createDockWidgets()
644 showComboBox->setCurrentIndex(0); in updateUi()
896 showComboBox->currentIndex() == 0) {
[all …]
H A Dmainwindow.hpp163 QComboBox *showComboBox; member in MainWindow
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprFileDialog.h73 void showComboBox();
H A DExprFileDialog.cpp381 void ExprFileDialog::showComboBox() { in showComboBox() function in ExprFileDialog
/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/
H A DProgramsDialog.py55 self.showComboBox.addItems([
328 self.showComboBox.currentIndex())
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilmstrip.h125 void setComboBox(bool showComboBox);
H A Dfilmstrip.cpp1387 void FilmstripFrames::setComboBox(bool showComboBox) { in setComboBox() argument
1388 m_showComboBox = showComboBox; in setComboBox()