QDoubleSpinBox
Create and control double spin box widgets.
This class is a JS wrapper around Qt's QDoubleSpinBox class
A QDoubleSpinBox provides ability to add and manipulate native double spin box widgets.
Example
Hierarchy
↳ QAbstractSpinBox‹QDoubleSpinBoxSignals›
↳ QDoubleSpinBox
Index
Constructors
Properties
Accessors
Methods
- acceptDrops
- activateWindow
- addAction
- addEventListener
- adjustSize
- alignment
- buttonSymbols
- cleanText
- clearFocus
- close
- correctionMode
- decimals
- dumpObjectInfo
- dumpObjectTree
- eventProcessed
- font
- frameGeometry
- geometry
- getFlexNode
- hasAcceptableInput
- hasFrame
- hasMouseTracking
- height
- hide
- inherits
- isAccelerated
- isActiveWindow
- isEnabled
- isGroupSeparatorShown
- isReadOnly
- isVisible
- keyboardTracking
- lower
- mapFromGlobal
- mapFromParent
- mapToGlobal
- mapToParent
- maximum
- maximumSize
- minimum
- minimumSize
- move
- objectName
- pos
- prefix
- property
- raise
- removeAction
- removeEventListener
- repaint
- repolish
- resize
- selectAll
- setAccelerated
- setAcceptDrops
- setAlignment
- setAttribute
- setButtonSymbols
- setContextMenuPolicy
- setCorrectionMode
- setCursor
- setDecimals
- setEnabled
- setEventProcessed
- setFixedSize
- setFlexNodeSizeControlled
- setFocus
- setFocusPolicy
- setFont
- setFrame
- setGeometry
- setGraphicsEffect
- setGroupSeparatorShown
- setInlineStyle
- setKeyboardTracking
- setLayout
- setMaximum
- setMaximumHeight
- setMaximumSize
- setMaximumWidth
- setMinimum
- setMinimumHeight
- setMinimumSize
- setMinimumWidth
- setMouseTracking
- setNodeParent
- setObjectName
- setPrefix
- setProperty
- setRange
- setReadOnly
- setSingleStep
- setSizePolicy
- setSpecialValueText
- setStepType
- setStyleSheet
- setSuffix
- setValue
- setWindowFlag
- setWindowIcon
- setWindowOpacity
- setWindowState
- setWindowTitle
- setWrapping
- show
- showFullScreen
- showMaximized
- showMinimized
- showNormal
- singleStep
- size
- specialValueText
- stepDown
- stepType
- stepUp
- style
- styleSheet
- suffix
- testAttribute
- text
- textFromValue
- update
- updateGeometry
- value
- valueFromText
- width
- windowOpacity
- windowState
- windowTitle
- wrapping
- x
- y
Constructors
constructor
+ new QDoubleSpinBox(): QDoubleSpinBox
Overrides NodeFrame.constructor
Returns: QDoubleSpinBox
+ new QDoubleSpinBox(parent: NodeWidget‹any›): QDoubleSpinBox
Overrides NodeFrame.constructor
Parameters:
| Name | Type |
|---|---|
parent | NodeWidget‹any› |
Returns: QDoubleSpinBox
Properties
Optional _layout
• _layout? : NodeLayout‹QDoubleSpinBoxSignals›
_rawInlineStyle
• _rawInlineStyle: string = ""
Inherited from QMenu._rawInlineStyle
actions
• actions: Set‹QAction›
native
• native: NativeElement
nodeChildren
• nodeChildren: Set‹Component›
Inherited from Component.nodeChildren
Optional nodeParent
• nodeParent? : Component
Inherited from Component.nodeParent
type
• type: string = "widget"
Accessors
layout
• get layout(): NodeLayout‹QDoubleSpinBoxSignals› | undefined
Returns: NodeLayout‹QDoubleSpinBoxSignals› | undefined
• set layout(l: NodeLayout‹QDoubleSpinBoxSignals› | undefined): void
Parameters:
| Name | Type |
|---|---|
l | NodeLayout‹QDoubleSpinBoxSignals› | undefined |
Returns: void
Methods
acceptDrops
â–¸ acceptDrops(): boolean
Inherited from QMenu.acceptDrops
Returns: boolean
activateWindow
â–¸ activateWindow(): void
Inherited from QMenu.activateWindow
Returns: void
addAction
â–¸ addAction(action: QAction | string): QAction
Inherited from QMenu.addAction
Parameters:
| Name | Type |
|---|---|
action | QAction | string |
Returns: QAction
addEventListener
▸ addEventListener‹SignalType›(signalType: SignalType, callback: QDoubleSpinBoxSignals[SignalType]): void
Inherited from EventWidget.addEventListener
Type parameters:
â–ª SignalType: keyof QDoubleSpinBoxSignals
Parameters:
| Name | Type | Description |
|---|---|---|
signalType | SignalType | SignalType is a signal from the widgets signals interface. |
callback | QDoubleSpinBoxSignals[SignalType] | Corresponding callback for the signal as mentioned in the widget's signal interface |
Returns: void
void
For example in the case of QPushButton:
â–¸ addEventListener(eventType: WidgetEventTypes, callback: function): void
Inherited from EventWidget.addEventListener
Parameters:
â–ª eventType: WidgetEventTypes
â–ª callback: function
For example in the case of QPushButton:
▸ (event?: NativeRawPointer‹"QEvent"›): void
Parameters:
| Name | Type |
|---|---|
event? | NativeRawPointer‹"QEvent"› |
Returns: void
adjustSize
â–¸ adjustSize(): void
Inherited from QMenu.adjustSize
Returns: void
alignment
â–¸ alignment(): AlignmentFlag
Inherited from QAbstractSpinBox.alignment
Returns: AlignmentFlag
buttonSymbols
â–¸ buttonSymbols(): ButtonSymbols
Inherited from QAbstractSpinBox.buttonSymbols
Returns: ButtonSymbols
cleanText
â–¸ cleanText(): string
Returns: string
clearFocus
â–¸ clearFocus(): void
Inherited from QMenu.clearFocus
Returns: void
close
â–¸ close(): boolean
Returns: boolean
correctionMode
â–¸ correctionMode(): CorrectionMode
Inherited from QAbstractSpinBox.correctionMode
Returns: CorrectionMode
decimals
â–¸ decimals(): number
Returns: number
dumpObjectInfo
â–¸ dumpObjectInfo(): void
Inherited from NodeObject.dumpObjectInfo
Returns: void
dumpObjectTree
â–¸ dumpObjectTree(): void
Inherited from NodeObject.dumpObjectTree
Returns: void
eventProcessed
â–¸ eventProcessed(): boolean
Inherited from EventWidget.eventProcessed
Get the state of the event processed flag
See setEventProcessed().
Returns: boolean
boolean True if the current event is flagged as processed.
font
â–¸ font(): QFont
Returns: QFont
frameGeometry
â–¸ frameGeometry(): QRect
Inherited from QMenu.frameGeometry
Returns: QRect
geometry
â–¸ geometry(): QRect
Returns: QRect
getFlexNode
â–¸ getFlexNode(): FlexNode
Inherited from YogaWidget.getFlexNode
Returns: FlexNode
hasAcceptableInput
â–¸ hasAcceptableInput(): boolean
Inherited from QAbstractSpinBox.hasAcceptableInput
Returns: boolean
hasFrame
â–¸ hasFrame(): boolean
Inherited from QAbstractSpinBox.hasFrame
Returns: boolean
hasMouseTracking
â–¸ hasMouseTracking(): boolean
Inherited from QMenu.hasMouseTracking
Returns: boolean
height
â–¸ height(): number
Returns: number
hide
â–¸ hide(): void
Returns: void
inherits
â–¸ inherits(className: string): boolean
Inherited from NodeObject.inherits
Parameters:
| Name | Type |
|---|---|
className | string |
Returns: boolean
isAccelerated
â–¸ isAccelerated(): boolean
Inherited from QAbstractSpinBox.isAccelerated
Returns: boolean
isActiveWindow
â–¸ isActiveWindow(): boolean
Inherited from QMenu.isActiveWindow
Returns: boolean
isEnabled
â–¸ isEnabled(): boolean
Inherited from QMenu.isEnabled
Returns: boolean
isGroupSeparatorShown
â–¸ isGroupSeparatorShown(): boolean
Inherited from QAbstractSpinBox.isGroupSeparatorShown
Returns: boolean
isReadOnly
â–¸ isReadOnly(): boolean
Inherited from QAbstractSpinBox.isReadOnly
Returns: boolean
isVisible
â–¸ isVisible(): boolean
Inherited from QMenu.isVisible
Returns: boolean
keyboardTracking
â–¸ keyboardTracking(): boolean
Inherited from QAbstractSpinBox.keyboardTracking
Returns: boolean
lower
â–¸ lower(): void
Returns: void
mapFromGlobal
â–¸ mapFromGlobal(pos: QPoint): QPoint
Inherited from QMenu.mapFromGlobal
Parameters:
| Name | Type |
|---|---|
pos | QPoint |
Returns: QPoint
mapFromParent
â–¸ mapFromParent(pos: QPoint): QPoint
Inherited from QMenu.mapFromParent
Parameters:
| Name | Type |
|---|---|
pos | QPoint |
Returns: QPoint
mapToGlobal
â–¸ mapToGlobal(pos: QPoint): QPoint
Inherited from QMenu.mapToGlobal
Parameters:
| Name | Type |
|---|---|
pos | QPoint |
Returns: QPoint
mapToParent
â–¸ mapToParent(pos: QPoint): QPoint
Inherited from QMenu.mapToParent
Parameters:
| Name | Type |
|---|---|
pos | QPoint |
Returns: QPoint
maximum
â–¸ maximum(): number
Returns: number
maximumSize
â–¸ maximumSize(): QSize
Inherited from QMenu.maximumSize
Returns: QSize
minimum
â–¸ minimum(): number
Returns: number
minimumSize
â–¸ minimumSize(): QSize
Inherited from QMenu.minimumSize
Returns: QSize
move
â–¸ move(x: number, y: number): void
Parameters:
| Name | Type |
|---|---|
x | number |
y | number |
Returns: void
objectName
â–¸ objectName(): string
Inherited from NodeObject.objectName
Returns: string
pos
â–¸ pos(): object
Returns: object
x: number
y: number
prefix
â–¸ prefix(): string
Returns: string
property
â–¸ property(name: string): QVariant
Inherited from NodeObject.property
Parameters:
| Name | Type |
|---|---|
name | string |
Returns: QVariant
raise
â–¸ raise(): void
Returns: void
removeAction
â–¸ removeAction(action: QAction): void
Inherited from QMenu.removeAction
Parameters:
| Name | Type |
|---|---|
action | QAction |
Returns: void
removeEventListener
▸ removeEventListener‹SignalType›(signalType: SignalType, callback: QDoubleSpinBoxSignals[SignalType]): void
Inherited from EventWidget.removeEventListener
Type parameters:
â–ª SignalType: keyof QDoubleSpinBoxSignals
Parameters:
| Name | Type |
|---|---|
signalType | SignalType |
callback | QDoubleSpinBoxSignals[SignalType] |
Returns: void
â–¸ removeEventListener(eventType: WidgetEventTypes, callback: function): void
Inherited from EventWidget.removeEventListener
Parameters:
â–ª eventType: WidgetEventTypes
â–ª callback: function
▸ (event?: NativeRawPointer‹"QEvent"›): void
Parameters:
| Name | Type |
|---|---|
event? | NativeRawPointer‹"QEvent"› |
Returns: void
repaint
â–¸ repaint(): void
Returns: void
repolish
â–¸ repolish(): void
Returns: void
resize
â–¸ resize(width: number, height: number): void
Parameters:
| Name | Type |
|---|---|
width | number |
height | number |
Returns: void
selectAll
â–¸ selectAll(): void
Inherited from QAbstractSpinBox.selectAll
Returns: void
setAccelerated
â–¸ setAccelerated(on: boolean): void
Inherited from QAbstractSpinBox.setAccelerated
Parameters:
| Name | Type |
|---|---|
on | boolean |
Returns: void
setAcceptDrops
â–¸ setAcceptDrops(on: boolean): void
Inherited from QMenu.setAcceptDrops
Parameters:
| Name | Type |
|---|---|
on | boolean |
Returns: void
setAlignment
â–¸ setAlignment(alignment: AlignmentFlag): void
Inherited from QAbstractSpinBox.setAlignment
Parameters:
| Name | Type |
|---|---|
alignment | AlignmentFlag |
Returns: void
setAttribute
â–¸ setAttribute(attribute: WidgetAttribute, switchOn: boolean): void
Inherited from QMenu.setAttribute
Parameters:
| Name | Type |
|---|---|
attribute | WidgetAttribute |
switchOn | boolean |
Returns: void
setButtonSymbols
â–¸ setButtonSymbols(bs: ButtonSymbols): void
Inherited from QAbstractSpinBox.setButtonSymbols
Parameters:
| Name | Type |
|---|---|
bs | ButtonSymbols |
Returns: void
setContextMenuPolicy
â–¸ setContextMenuPolicy(contextMenuPolicy: ContextMenuPolicy): void
Inherited from QMenu.setContextMenuPolicy
Parameters:
| Name | Type |
|---|---|
contextMenuPolicy | ContextMenuPolicy |
Returns: void
setCorrectionMode
â–¸ setCorrectionMode(cm: CorrectionMode): void
Inherited from QAbstractSpinBox.setCorrectionMode
Parameters:
| Name | Type |
|---|---|
cm | CorrectionMode |
Returns: void
setCursor
â–¸ setCursor(cursor: CursorShape | QCursor): void
Inherited from QMenu.setCursor
Parameters:
| Name | Type |
|---|---|
cursor | CursorShape | QCursor |
Returns: void
setDecimals
â–¸ setDecimals(prec: number): void
Parameters:
| Name | Type |
|---|---|
prec | number |
Returns: void
setEnabled
â–¸ setEnabled(enabled: boolean): void
Inherited from QMenu.setEnabled
Parameters:
| Name | Type |
|---|---|
enabled | boolean |
Returns: void
setEventProcessed
â–¸ setEventProcessed(isProcessed: boolean): void
Inherited from EventWidget.setEventProcessed
Mark the current event as having been processed
This method is used to indicate that the currently dispatched event has been processed and no further processing by superclasses is required. It only makes sense to call this method from an event handler.
When set, this flag will cause NodeGui's QObject::event() method to
return true and not call the superclass event(), effectively preventing
any further processing on this event.
Parameters:
| Name | Type | Description |
|---|---|---|
isProcessed | boolean | true if the event has been processed. |
Returns: void
setFixedSize
â–¸ setFixedSize(width: number, height: number): void
Inherited from QMenu.setFixedSize
Parameters:
| Name | Type |
|---|---|
width | number |
height | number |
Returns: void
setFlexNodeSizeControlled
â–¸ setFlexNodeSizeControlled(isSizeControlled: boolean): void
Inherited from YogaWidget.setFlexNodeSizeControlled
sets whether the widget's size is controlled by someone else (for example a window's size is controlled by its frame when dragged).
Parameters:
| Name | Type | Description |
|---|---|---|
isSizeControlled | boolean |
Returns: void
setFocus
â–¸ setFocus(reason: FocusReason): void
Parameters:
| Name | Type | Default |
|---|---|---|
reason | FocusReason | FocusReason.OtherFocusReason |
Returns: void
setFocusPolicy
â–¸ setFocusPolicy(policy: FocusPolicy): void
Inherited from QMenu.setFocusPolicy
Parameters:
| Name | Type |
|---|---|
policy | FocusPolicy |
Returns: void
setFont
â–¸ setFont(font: QFont): void
Parameters:
| Name | Type |
|---|---|
font | QFont |
Returns: void
setFrame
â–¸ setFrame(enable: boolean): void
Inherited from QAbstractSpinBox.setFrame
Parameters:
| Name | Type |
|---|---|
enable | boolean |
Returns: void
setGeometry
â–¸ setGeometry(x: number, y: number, w: number, h: number): void
Inherited from QMenu.setGeometry
Parameters:
| Name | Type |
|---|---|
x | number |
y | number |
w | number |
h | number |
Returns: void
setGraphicsEffect
▸ setGraphicsEffect(effect: QGraphicsEffect‹any›): void
Inherited from QMenu.setGraphicsEffect
Parameters:
| Name | Type |
|---|---|
effect | QGraphicsEffect‹any› |
Returns: void
setGroupSeparatorShown
â–¸ setGroupSeparatorShown(shown: boolean): void
Inherited from QAbstractSpinBox.setGroupSeparatorShown
Parameters:
| Name | Type |
|---|---|
shown | boolean |
Returns: void
setInlineStyle
â–¸ setInlineStyle(style: string): void
Inherited from QMenu.setInlineStyle
Parameters:
| Name | Type |
|---|---|
style | string |
Returns: void
setKeyboardTracking
â–¸ setKeyboardTracking(kt: boolean): void
Inherited from QAbstractSpinBox.setKeyboardTracking
Parameters:
| Name | Type |
|---|---|
kt | boolean |
Returns: void
setLayout
▸ setLayout(parentLayout: NodeLayout‹QDoubleSpinBoxSignals›): void
Inherited from QMenu.setLayout
Parameters:
| Name | Type |
|---|---|
parentLayout | NodeLayout‹QDoubleSpinBoxSignals› |
Returns: void
setMaximum
â–¸ setMaximum(max: number): void
Parameters:
| Name | Type |
|---|---|
max | number |
Returns: void
setMaximumHeight
â–¸ setMaximumHeight(maxh: number): void
Inherited from QMenu.setMaximumHeight
Parameters:
| Name | Type |
|---|---|
maxh | number |
Returns: void
setMaximumSize
â–¸ setMaximumSize(maxw: number, maxh: number): void
Inherited from QMenu.setMaximumSize
Parameters:
| Name | Type |
|---|---|
maxw | number |
maxh | number |
Returns: void
setMaximumWidth
â–¸ setMaximumWidth(maxw: number): void
Inherited from QMenu.setMaximumWidth
Parameters:
| Name | Type |
|---|---|
maxw | number |
Returns: void
setMinimum
â–¸ setMinimum(min: number): void
Parameters:
| Name | Type |
|---|---|
min | number |
Returns: void
setMinimumHeight
â–¸ setMinimumHeight(minh: number): void
Inherited from QMenu.setMinimumHeight
Parameters:
| Name | Type |
|---|---|
minh | number |
Returns: void
setMinimumSize
â–¸ setMinimumSize(minw: number, minh: number): void
Inherited from QMenu.setMinimumSize
Parameters:
| Name | Type |
|---|---|
minw | number |
minh | number |
Returns: void
setMinimumWidth
â–¸ setMinimumWidth(minw: number): void
Inherited from QMenu.setMinimumWidth
Parameters:
| Name | Type |
|---|---|
minw | number |
Returns: void
setMouseTracking
â–¸ setMouseTracking(isMouseTracked: boolean): void
Inherited from QMenu.setMouseTracking
Parameters:
| Name | Type |
|---|---|
isMouseTracked | boolean |
Returns: void
setNodeParent
â–¸ setNodeParent(parent?: Component): void
Inherited from Component.setNodeParent
Parameters:
| Name | Type |
|---|---|
parent? | Component |
Returns: void
setObjectName
â–¸ setObjectName(objectName: string): void
Inherited from QMenu.setObjectName
Overrides NodeObject.setObjectName
Parameters:
| Name | Type |
|---|---|
objectName | string |
Returns: void
setPrefix
â–¸ setPrefix(prefix: string): void
Parameters:
| Name | Type |
|---|---|
prefix | string |
Returns: void
setProperty
â–¸ setProperty(name: string, value: QVariantType): boolean
Inherited from NodeObject.setProperty
Parameters:
| Name | Type |
|---|---|
name | string |
value | QVariantType |
Returns: boolean
setRange
â–¸ setRange(minimum: number, maximum: number): void
Parameters:
| Name | Type |
|---|---|
minimum | number |
maximum | number |
Returns: void
setReadOnly
â–¸ setReadOnly(r: boolean): void
Inherited from QAbstractSpinBox.setReadOnly
Parameters:
| Name | Type |
|---|---|
r | boolean |
Returns: void
setSingleStep
â–¸ setSingleStep(val: number): void
Parameters:
| Name | Type |
|---|---|
val | number |
Returns: void
setSizePolicy
â–¸ setSizePolicy(horizontal: QSizePolicyPolicy, vertical: QSizePolicyPolicy): void
Inherited from QMenu.setSizePolicy
Parameters:
| Name | Type |
|---|---|
horizontal | QSizePolicyPolicy |
vertical | QSizePolicyPolicy |
Returns: void
setSpecialValueText
â–¸ setSpecialValueText(txt: string): void
Inherited from QAbstractSpinBox.setSpecialValueText
Parameters:
| Name | Type |
|---|---|
txt | string |
Returns: void
setStepType
â–¸ setStepType(stepType: StepType): void
Parameters:
| Name | Type |
|---|---|
stepType | StepType |
Returns: void
setStyleSheet
â–¸ setStyleSheet(styleSheet: string): void
Inherited from QMenu.setStyleSheet
Parameters:
| Name | Type |
|---|---|
styleSheet | string |
Returns: void
setSuffix
â–¸ setSuffix(suffix: string): void
Parameters:
| Name | Type |
|---|---|
suffix | string |
Returns: void
setValue
â–¸ setValue(val: number): void
Parameters:
| Name | Type |
|---|---|
val | number |
Returns: void
setWindowFlag
â–¸ setWindowFlag(windowType: WindowType, switchOn: boolean): void
Inherited from QMenu.setWindowFlag
Parameters:
| Name | Type |
|---|---|
windowType | WindowType |
switchOn | boolean |
Returns: void
setWindowIcon
â–¸ setWindowIcon(icon: QIcon): void
Inherited from QMenu.setWindowIcon
Parameters:
| Name | Type |
|---|---|
icon | QIcon |
Returns: void
setWindowOpacity
â–¸ setWindowOpacity(opacity: number): void
Inherited from QMenu.setWindowOpacity
Parameters:
| Name | Type |
|---|---|
opacity | number |
Returns: void
setWindowState
â–¸ setWindowState(state: WindowState): void
Inherited from QMenu.setWindowState
Parameters:
| Name | Type |
|---|---|
state | WindowState |
Returns: void
setWindowTitle
â–¸ setWindowTitle(title: string): void
Inherited from QMenu.setWindowTitle
Parameters:
| Name | Type |
|---|---|
title | string |
Returns: void
setWrapping
â–¸ setWrapping(w: boolean): void
Inherited from QAbstractSpinBox.setWrapping
Parameters:
| Name | Type |
|---|---|
w | boolean |
Returns: void
show
â–¸ show(): void
Returns: void
showFullScreen
â–¸ showFullScreen(): void
Inherited from QMenu.showFullScreen
Returns: void
showMaximized
â–¸ showMaximized(): void
Inherited from QMenu.showMaximized
Returns: void
showMinimized
â–¸ showMinimized(): void
Inherited from QMenu.showMinimized
Returns: void
showNormal
â–¸ showNormal(): void
Inherited from QMenu.showNormal
Returns: void
singleStep
â–¸ singleStep(): number
Returns: number
size
â–¸ size(): QSize
Returns: QSize
specialValueText
â–¸ specialValueText(): string
Inherited from QAbstractSpinBox.specialValueText
Returns: string
stepDown
â–¸ stepDown(): void
Inherited from QAbstractSpinBox.stepDown
Returns: void
stepType
â–¸ stepType(): StepType
Returns: StepType
stepUp
â–¸ stepUp(): void
Inherited from QAbstractSpinBox.stepUp
Returns: void
style
â–¸ style(): QStyle
Returns: QStyle
styleSheet
â–¸ styleSheet(): string
Inherited from QMenu.styleSheet
Returns: string
suffix
â–¸ suffix(): string
Returns: string
testAttribute
â–¸ testAttribute(attribute: WidgetAttribute): boolean
Inherited from QMenu.testAttribute
Parameters:
| Name | Type |
|---|---|
attribute | WidgetAttribute |
Returns: boolean
text
â–¸ text(): string
Inherited from QAbstractSpinBox.text
Returns: string
textFromValue
â–¸ textFromValue(value: number): string
Parameters:
| Name | Type |
|---|---|
value | number |
Returns: string
update
â–¸ update(): void
Returns: void
updateGeometry
â–¸ updateGeometry(): void
Inherited from QMenu.updateGeometry
Returns: void
value
â–¸ value(): number
Returns: number
valueFromText
â–¸ valueFromText(text: string): number
Parameters:
| Name | Type |
|---|---|
text | string |
Returns: number
width
â–¸ width(): number
Returns: number
windowOpacity
â–¸ windowOpacity(): number
Inherited from QMenu.windowOpacity
Returns: number
windowState
â–¸ windowState(): number
Inherited from QMenu.windowState
Returns: number
windowTitle
â–¸ windowTitle(): string
Inherited from QMenu.windowTitle
Returns: string
wrapping
â–¸ wrapping(): boolean
Inherited from QAbstractSpinBox.wrapping
Returns: boolean
x
â–¸ x(): number
Returns: number
y
â–¸ y(): number
Returns: number