![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
| spinBox | setRange (0, 100) |
| spinBox | setWrapping (true) |
| spinBox | setValue (100) |
| spinBox | stepBy (1) |
Variables | |
| QSpinBox * | spinBox = new QSpinBox(this) |
| [0] | |
| spinBox setRange | ( | 0 | , |
| 100 | |||
| ) |
| spinBox setValue | ( | 100 | ) |
| spinBox setWrapping | ( | true | ) |
| spinBox stepBy | ( | 1 | ) |
[0]
Definition at line 5 of file src_gui_widgets_qabstractspinbox.cpp.
Referenced by CustomStyle::CustomStyle(), QInputDialogPrivate::ensureEnabledConnection(), QWizardPage::isComplete(), main(), QInputDialogPrivate::setInputWidget(), QStyleHelper::uniqueName(), and QQC2::QStyleHelper::uniqueName().