- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the parameters for drawing a group box
Java wrapper for Qt's 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 TypeMethodDescriptionfinal void
assign
(QStyleOptionGroupBox arg__1) clone()
features()
The features of the group box frameKotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final String
getText()
Kotlin property getter.final Qt.Alignment
Kotlin property getter.final QColor
Kotlin property getter.final 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
(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, assign, getActiveSubControls, getSubControls, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, init, 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
Deprecated.Useassign(io.qt.widgets.QStyleOptionGroupBox)
instead. -
assign
-
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
setFeatures
The features of the group box frame
-
getFeatures
Kotlin property getter. In Java use
features()
instead. -
features
The features of the group box frame
-
setLineWidth
The line width for drawing the panel
-
getLineWidth
Kotlin property getter. In Java use
lineWidth()
instead. -
lineWidth
The line width for drawing the panel
-
setMidLineWidth
The mid-line width for drawing the panel
-
getMidLineWidth
Kotlin property getter. In Java use
midLineWidth()
instead. -
midLineWidth
The mid-line width for drawing the panel
-
setText
The text of the group box
-
getText
Kotlin property getter. In Java use
text()
instead. -
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
-
getTextAlignment
Kotlin property getter. In Java use
textAlignment()
instead. -
textAlignment
The alignment of the group box title
-
setTextColor
The color of the group box title
-
getTextColor
Kotlin property getter. In Java use
textColor()
instead. -
textColor
The color of the group box title
-
clone
- Overrides:
clone
in classQStyleOptionComplex
-
assign(io.qt.widgets.QStyleOptionGroupBox)
instead.