QtWidgets.createQSpinBox()¶
Description¶
Creates a spinbox for integers.
Syntax¶
Parameters¶
| Parameter | Type | Default Value | Mandatory | Description |
|---|---|---|---|---|
parent |
widget |
null |
No | Parent widget to which the created QSpinBox belongs. If not specified, it is created without a parent. |
Return value¶
| Type | Description |
|---|---|
QSpinBox |
New QSpinBox object. |