![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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.