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 class QStyleOptionSpinBox
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionSpinBox arg__1) SeeQStyleOptionSpinBox::
operator=(QStyleOptionSpinBox) The type of button symbols to draw for the spin boxclone()
Creates and returns a copy of this object.final boolean
frame()
Whether the spin box has a framefinal 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, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, 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
-
-
Method Details
-
assign
See
QStyleOptionSpinBox::
operator=(QStyleOptionSpinBox) -
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
Which buttons of the spin box that are enabled
-
stepEnabled
Which buttons of the spin box that are enabled
-
clone
Creates and returns a copy of this object.
See
QStyleOptionSpinBox::
QStyleOptionSpinBox(QStyleOptionSpinBox) - Overrides:
clone
in classQStyleOptionComplex
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionSpinBox)
instead. -
setStepEnabled
Overloaded function for
setStepEnabled(io.qt.widgets.QAbstractSpinBox.StepEnabled)
.
-
assign(io.qt.widgets.QStyleOptionSpinBox)
instead.