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