- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the parameters for drawing a group box
Java wrapper for Qt class QStyleOptionGroupBox
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionGroupBox arg__1) SeeQStyleOptionGroupBox::
operator=(QStyleOptionGroupBox) clone()
Creates and returns a copy of this object.features()
The features of the group box framefinal int
The line width for drawing the panelfinal int
The mid-line width for drawing the panelfinal void
set
(QStyleOptionGroupBox arg__1) Deprecated.final void
setFeatures
(QStyleOptionFrame.FrameFeature ... features) Overloaded function forsetFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
.final void
setFeatures
(QStyleOptionFrame.FrameFeatures features) The features of the group box framefinal void
setLineWidth
(int lineWidth) The line width for drawing the panelfinal void
setMidLineWidth
(int midLineWidth) The mid-line width for drawing the panelfinal void
The text of the group boxfinal void
setTextAlignment
(Qt.Alignment textAlignment) The alignment of the group box titlefinal void
setTextAlignment
(Qt.AlignmentFlag ... textAlignment) Overloaded function forsetTextAlignment(io.qt.core.Qt.Alignment)
.final void
setTextColor
(Qt.GlobalColor textColor) Overloaded function forsetTextColor(io.qt.gui.QColor)
.final void
setTextColor
(QColor textColor) The color of the group box titlefinal void
setTextColor
(QRgba64 textColor) Overloaded function forsetTextColor(io.qt.gui.QColor)
.final void
setTextColor
(String textColor) Overloaded function forsetTextColor(io.qt.gui.QColor)
.final String
text()
The text of the group boxfinal Qt.Alignment
The alignment of the group box titlefinal QColor
The color of the group box titleMethods 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
-
QStyleOptionGroupBox
public QStyleOptionGroupBox() -
QStyleOptionGroupBox
-
-
Method Details
-
assign
See
QStyleOptionGroupBox::
operator=(QStyleOptionGroupBox) -
setFeatures
The features of the group box frame
-
features
The features of the group box frame
-
setLineWidth
The line width for drawing the panel
-
lineWidth
The line width for drawing the panel
-
setMidLineWidth
The mid-line width for drawing the panel
-
midLineWidth
The mid-line width for drawing the panel
-
setText
The text of the group box
-
text
The text of the group box
-
setTextAlignment
The alignment of the group box title
-
textAlignment
The alignment of the group box title
-
setTextColor
The color of the group box title
-
textColor
The color of the group box title
-
clone
Creates and returns a copy of this object.
See
QStyleOptionGroupBox::
QStyleOptionGroupBox(QStyleOptionGroupBox) - Overrides:
clone
in classQStyleOptionComplex
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionGroupBox)
instead. -
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
setTextAlignment
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
. -
setTextColor
Overloaded function for
setTextColor(io.qt.gui.QColor)
. -
setTextColor
Overloaded function for
setTextColor(io.qt.gui.QColor)
. -
setTextColor
Overloaded function for
setTextColor(io.qt.gui.QColor)
.
-
assign(io.qt.widgets.QStyleOptionGroupBox)
instead.