Description
A spin box for the number of poles.
Syntax
JSQtWidgets.createNumberPoleSpinBox(parent: widget = null) -> NumberPoleSpinBox
Parameters
Parameter |
Type |
Default Value |
Optional |
Description |
parent |
widget |
null |
No |
The parent widget to which the created NumberPoleSpinBox belongs. If not specified, the widget is created without a parent. |
Return value
Type |
Description |
NumberPoleSpinBox |
A new NumberPoleSpinBox object. |
Example
JS |
---|
| let result = QtWidgets.createNumberPoleSpinBox()
console.info(result)
|
Last update: 14 August 2025, 18:47