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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(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 booleanframe()Whether the spin box has a framefinal voidset(QStyleOptionSpinBox arg__1) Deprecated.final voidsetButtonSymbols(QAbstractSpinBox.ButtonSymbols buttonSymbols) The type of button symbols to draw for the spin boxfinal voidsetFrame(boolean frame) Whether the spin box has a framefinal voidsetStepEnabled(QAbstractSpinBox.StepEnabled stepEnabled) Which buttons of the spin box that are enabledfinal voidsetStepEnabled(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, subControlsMethods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toStringMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionSpinBox
public QStyleOptionSpinBox() -
QStyleOptionSpinBox
- Parameters:
other-
-
-
Method Details
-
assign
See
QStyleOptionSpinBox::operator=(QStyleOptionSpinBox) - Parameters:
arg__1-
-
setButtonSymbols
The type of button symbols to draw for the spin box
- Parameters:
buttonSymbols-
-
buttonSymbols
The type of button symbols to draw for the spin box
- Returns:
-
setFrame
Whether the spin box has a frame
- Parameters:
frame-
-
frame
Whether the spin box has a frame
- Returns:
-
setStepEnabled
Which buttons of the spin box that are enabled
- Parameters:
stepEnabled-
-
stepEnabled
Which buttons of the spin box that are enabled
- Returns:
-
clone
Creates and returns a copy of this object.
See
QStyleOptionSpinBox::QStyleOptionSpinBox(QStyleOptionSpinBox) - Overrides:
clonein 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.