java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionComplex
io.qt.widgets.QStyleOptionGroupBox
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the parameters for drawing a group box
Java wrapper for Qt class QStyleOptionGroupBox
-
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 TypeMethodDescriptionclone()
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) 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
(QColor textColor) The color of the group box titlefinal 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, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods inherited from class io.qt.widgets.QStyleOption
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
-
QStyleOptionGroupBox
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
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
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
. -
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
- Overrides:
clone
in classQStyleOptionComplex
-