java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionComplex
io.qt.widgets.QStyleOptionSpinBox
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters necessary for drawing a spin box
Java wrapper for Qt class QStyleOptionSpinBox
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionThe type of button symbols to draw for the spin boxclone()
final boolean
frame()
Whether the spin box has a framefinal void
set
(QStyleOptionSpinBox arg__1) final void
setButtonSymbols
(QAbstractSpinBox.ButtonSymbols buttonSymbols) The type of button symbols to draw for the spin boxfinal void
setFrame
(boolean frame) Whether the spin box has a framefinal void
setStepEnabled
(QAbstractSpinBox.StepEnabled stepEnabled) Which buttons of the spin box that are enabledfinal void
setStepEnabled
(QAbstractSpinBox.StepEnabledFlag... stepEnabled) Overloaded function forsetStepEnabled(io.qt.widgets.QAbstractSpinBox.StepEnabled)
.Which buttons of the spin box that are enabledMethods inherited from class io.qt.widgets.QStyleOptionComplex
activeSubControls, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionSpinBox
public QStyleOptionSpinBox() -
QStyleOptionSpinBox
-
QStyleOptionSpinBox
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setButtonSymbols
The type of button symbols to draw for the spin box
-
buttonSymbols
The type of button symbols to draw for the spin box
-
setFrame
Whether the spin box has a frame
-
frame
Whether the spin box has a frame
-
setStepEnabled
Overloaded function for
setStepEnabled(io.qt.widgets.QAbstractSpinBox.StepEnabled)
. -
setStepEnabled
Which buttons of the spin box that are enabled
-
stepEnabled
Which buttons of the spin box that are enabled
-
clone
- Overrides:
clone
in classQStyleOptionComplex
-