Home
last modified time | relevance | path

Searched refs:spinbox (Results 26 – 50 of 2975) sorted by relevance

12345678910>>...119

/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/autotests/
H A Dsievedatespinboxtest.cpp19 KSieveUi::SieveDateSpinBox spinbox; in shouldHaveDefaultValue() local
20 QCOMPARE(spinbox.specialValueText(), QLatin1String("*")); in shouldHaveDefaultValue()
50 KSieveUi::SieveDateSpinBox spinbox; in shouldAssignValue() local
51 spinbox.setType(type); in shouldAssignValue()
52 spinbox.setCode(input); in shouldAssignValue()
53 QCOMPARE(spinbox.code(), output); in shouldAssignValue()
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_helper.h211 #define KTRY_SET_SPINBOX(module, spinbox, x) \ argument
212 KTRY_GADGET(module, QSpinBox, spinbox); spinbox->setValue(x); QVERIFY(spinbox->value() == x)
219 #define KTRY_SET_SPINBOX_SUB(module, spinbox, x) \ argument
220 KWRAP_SUB(KTRY_SET_SPINBOX(module, spinbox, x))
227 #define KTRY_SET_DOUBLESPINBOX(module, spinbox, x) \ argument
228 …KTRY_GADGET(module, QDoubleSpinBox, spinbox); spinbox->setValue(x); QVERIFY((spinbox->value() - x …
235 #define KTRY_SET_DOUBLESPINBOX_SUB(module, spinbox, x) \ argument
236 KWRAP_SUB(KTRY_SET_DOUBLESPINBOX(module, spinbox, x))
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DsafePrimarySelection.test23 # - A text, entry, ttk::entry, listbox, spinbox or ttk::spinbox widget can have
28 # - The spinbox, ttk::spinbox are variants of entry, ttk::entry respectively.
143 # spinbox as entry
153 # spinbox spun
177 # ttk::spinbox as entry
186 # ttk::spinbox spun
188 ::ttk::spinbox::Spin .t +1
189 ::ttk::spinbox::Spin .t +1
198 ::ttk::spinbox::Spin .t +1
199 ::ttk::spinbox::Spin .t +1
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DsafePrimarySelection.test23 # - A text, entry, ttk::entry, listbox, spinbox or ttk::spinbox widget can have
28 # - The spinbox, ttk::spinbox are variants of entry, ttk::entry respectively.
143 # spinbox as entry
153 # spinbox spun
177 # ttk::spinbox as entry
186 # ttk::spinbox spun
188 ::ttk::spinbox::Spin .t +1
189 ::ttk::spinbox::Spin .t +1
198 ::ttk::spinbox::Spin .t +1
199 ::ttk::spinbox::Spin .t +1
[all …]
/dports/audio/kwave/kwave-21.12.3/plugins/fileinfo/
H A DBitrateWidget.cpp39 connect(spinbox, SIGNAL(valueChanged(int)), in BitrateWidget()
43 connect(spinbox, SIGNAL(snappedIn(int)), in BitrateWidget()
56 spinbox->setValue(bitrate); in setValue()
70 spinbox->setSpecialValueText(text); in setSpecialValueText()
82 spinbox->allowRates(m_rates); in allowRates()
113 spinbox->setValue(m_rates[index]); in sliderChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/
H A DPackage_theme_definitions.mk26 ios/spinbox-left.svg \
27 ios/spinbox-left-pressed.svg \
28 ios/spinbox-left-disabled.svg \
29 ios/spinbox-right.svg \
30 ios/spinbox-right-pressed.svg \
31 ios/spinbox-right-disabled.svg \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/
H A DPackage_theme_definitions.mk26 ios/spinbox-left.svg \
27 ios/spinbox-left-pressed.svg \
28 ios/spinbox-left-disabled.svg \
29 ios/spinbox-right.svg \
30 ios/spinbox-right-pressed.svg \
31 ios/spinbox-right-disabled.svg \
/dports/audio/strawberry/strawberry-1.0.0/src/settings/
H A Dsettingspage.cpp68 else if (QSpinBox *spinbox = qobject_cast<QSpinBox*>(w)) {
69 spinboxes_ << qMakePair(spinbox, spinbox->value());
112 for (QPair<QSpinBox*, int> &spinbox : spinboxes_) {
113 if (spinbox.first->value() == spinbox.second) continue;
115 qLog(Info) << spinbox.first->objectName() << "is changed for" << windowTitle() << "settings.";
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/doc/snippets/
H A Dqtquickcontrols2-spinbox-double.qml33 id: spinbox
44 bottom: Math.min(spinbox.from, spinbox.to)
45 top: Math.max(spinbox.from, spinbox.to)
49 return Number(value / 100).toLocaleString(locale, 'f', spinbox.decimals)
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Dialogs/
H A DEffects.PosterizeDialog.cs92 private void InitSpinBox (HScaleSpinButtonWidget spinbox) in InitSpinBox() argument
94 spinbox.DefaultValue = 16; in InitSpinBox()
95 spinbox.MaximumValue = 64; in InitSpinBox()
96 spinbox.MinimumValue = 2; in InitSpinBox()
97 VBox.Add (spinbox); in InitSpinBox()
/dports/net/spoofer/spoofer-1.4.7/manager/gui/
H A DPreferencesDialog.cpp121 QSpinBox *spinbox; member in IntSettingWidget
128 spinbox(new QSpinBox(prefDialog)), in IntSettingWidget()
137 spinbox->setRange(_setting->minVal, _setting->maxVal); in IntSettingWidget()
138 spinbox->setValue(setting->variant().toInt()); in IntSettingWidget()
139 spinbox->setAlignment(Qt::AlignRight); in IntSettingWidget()
140 spinbox->setKeyboardTracking(false); in IntSettingWidget()
141 spinbox->setAccelerated(true); in IntSettingWidget()
143 layout->addWidget(spinbox); in IntSettingWidget()
147 void reset() OVERRIDE { spinbox->setValue(setting->variant().toInt()); } in reset()
149 void setEnabled(bool flag) OVERRIDE { spinbox->setEnabled(flag); } in setEnabled()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dutil_gui.h331 auto* spinbox = create(P::decimals(), P::min(), P::max(), P::unit(), P::step());
333 spinbox->setWrapping(true);
334 return spinbox;
355 auto* spinbox = create(P::decimals(), P::min(), P::max(), unit, P::step());
357 spinbox->setWrapping(true);
358 return spinbox;
/dports/x11/plasma5-kscreen/kscreen-5.23.5/kcm/package/contents/ui/
H A DPanel.qml88 id: spinbox
104 bottom: Math.min(spinbox.from, spinbox.to)*spinbox.factor
105 top: Math.max(spinbox.from, spinbox.to)*spinbox.factor
H A DOutputPanel.qml64 id: spinbox
75 bottom: Math.min(spinbox.from, spinbox.to) * spinbox.factor
76 top: Math.max(spinbox.from, spinbox.to) * spinbox.factor
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DPluginParameterBox.cpp209 QDoubleSpinBox *spinbox = new QDoubleSpinBox; in populate() local
210 spinbox->setObjectName(identifier); in populate()
211 spinbox->setMinimum(min); in populate()
212 spinbox->setMaximum(max); in populate()
213 spinbox->setSuffix(QString(" %1").arg(unit)); in populate()
214 if (qtz != 0) spinbox->setSingleStep(qtz); in populate()
215 spinbox->setValue(value); in populate()
216 spinbox->setDecimals(4); in populate()
217 connect(spinbox, SIGNAL(valueChanged(double)), in populate()
219 m_layout->addWidget(spinbox, i + offset, 2); in populate()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dbookdelegate.py129 spinbox = QSpinBox(parent)
130 spinbox.setFrame(False)
131 spinbox.setMaximum(2100)
132 spinbox.setMinimum(-1000)
133 return spinbox
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dbookdelegate.py129 spinbox = QSpinBox(parent)
130 spinbox.setFrame(False)
131 spinbox.setMaximum(2100)
132 spinbox.setMinimum(-1000)
133 return spinbox
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dbookdelegate.py129 spinbox = QSpinBox(parent)
130 spinbox.setFrame(False)
131 spinbox.setMaximum(2100)
132 spinbox.setMinimum(-1000)
133 return spinbox
/dports/x11-toolkits/tk87/tk8.7a5/library/
H A DtclIndex158 set auto_index(::tk::spinbox::Invoke) [list source [file join $dir spinbox.tcl]]
161 set auto_index(::tk::spinbox::ButtonUp) [list source [file join $dir spinbox.tcl]]
163 set auto_index(::tk::spinbox::Paste) [list source [file join $dir spinbox.tcl]]
164 set auto_index(::tk::spinbox::Motion) [list source [file join $dir spinbox.tcl]]
165 set auto_index(::tk::spinbox::AutoScan) [list source [file join $dir spinbox.tcl]]
166 set auto_index(::tk::spinbox::KeySelect) [list source [file join $dir spinbox.tcl]]
167 set auto_index(::tk::spinbox::Insert) [list source [file join $dir spinbox.tcl]]
168 set auto_index(::tk::spinbox::Backspace) [list source [file join $dir spinbox.tcl]]
169 set auto_index(::tk::spinbox::SeeInsert) [list source [file join $dir spinbox.tcl]]
170 set auto_index(::tk::spinbox::SetCursor) [list source [file join $dir spinbox.tcl]]
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/library/
H A DtclIndex158 set auto_index(::tk::spinbox::Invoke) [list source [file join $dir spinbox.tcl]]
161 set auto_index(::tk::spinbox::ButtonUp) [list source [file join $dir spinbox.tcl]]
163 set auto_index(::tk::spinbox::Paste) [list source [file join $dir spinbox.tcl]]
164 set auto_index(::tk::spinbox::Motion) [list source [file join $dir spinbox.tcl]]
165 set auto_index(::tk::spinbox::AutoScan) [list source [file join $dir spinbox.tcl]]
166 set auto_index(::tk::spinbox::KeySelect) [list source [file join $dir spinbox.tcl]]
167 set auto_index(::tk::spinbox::Insert) [list source [file join $dir spinbox.tcl]]
168 set auto_index(::tk::spinbox::Backspace) [list source [file join $dir spinbox.tcl]]
169 set auto_index(::tk::spinbox::SeeInsert) [list source [file join $dir spinbox.tcl]]
170 set auto_index(::tk::spinbox::SetCursor) [list source [file join $dir spinbox.tcl]]
[all …]
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/kcm/package/contents/ui/
H A DOutputPanel.qml68 id: spinbox
79 bottom: Math.min(spinbox.from, spinbox.to) * spinbox.factor
80 top: Math.max(spinbox.from, spinbox.to) * spinbox.factor
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter2/
H A Dbookdelegate.py130 spinbox = QSpinBox(parent)
131 spinbox.setFrame(False)
132 spinbox.setMaximum(2100)
133 spinbox.setMinimum(-1000)
134 return spinbox
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter3/
H A Dbookdelegate.py129 spinbox = QSpinBox(parent)
130 spinbox.setFrame(False)
131 spinbox.setMaximum(2100)
132 spinbox.setMinimum(-1000)
133 return spinbox
H A Dbookdelegate-old.py130 spinbox = QSpinBox(parent)
131 spinbox.setFrame(False)
132 spinbox.setMaximum(2100)
133 spinbox.setMinimum(-1000)
134 return spinbox
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter3/
H A Dbookdelegate.py129 spinbox = QSpinBox(parent)
130 spinbox.setFrame(False)
131 spinbox.setMaximum(2100)
132 spinbox.setMinimum(-1000)
133 return spinbox

12345678910>>...119