java.lang.Object
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's 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 TypeMethodDescriptionfinal void
assign
(QStyleOptionSpinBox arg__1) The type of button symbols to draw for the spin boxclone()
final boolean
frame()
Whether the spin box has a frameKotlin property getter.final boolean
getFrame()
Kotlin property getter.Kotlin property getter.final void
set
(QStyleOptionSpinBox arg__1) Deprecated.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, assign, getActiveSubControls, getSubControls, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, 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
Deprecated.Useassign(io.qt.widgets.QStyleOptionSpinBox)
instead. -
assign
-
setButtonSymbols
The type of button symbols to draw for the spin box
-
getButtonSymbols
Kotlin property getter. In Java use
buttonSymbols()
instead. -
buttonSymbols
The type of button symbols to draw for the spin box
-
setFrame
Whether the spin box has a frame
-
getFrame
Kotlin property getter. In Java use
frame()
instead. -
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
-
getStepEnabled
Kotlin property getter. In Java use
stepEnabled()
instead. -
stepEnabled
Which buttons of the spin box that are enabled
-
clone
- Overrides:
clone
in classQStyleOptionComplex
-
assign(io.qt.widgets.QStyleOptionSpinBox)
instead.