- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters necessary for drawing a progress bar
Java wrapper for Qt class QStyleOptionProgressBar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionProgressBar arg__1) SeeQStyleOptionProgressBar::
operator=(QStyleOptionProgressBar) final boolean
Whether the text reads from bottom to top when the progress bar is verticalclone()
Creates and returns a copy of this object.final boolean
Whether the progress bar's appearance is invertedfinal int
maximum()
The maximum value for the progress barfinal int
minimum()
The minimum value for the progress barfinal int
progress()
The current progress for the progress barfinal void
set
(QStyleOptionProgressBar arg__1) Deprecated.final void
setBottomToTop
(boolean bottomToTop) Whether the text reads from bottom to top when the progress bar is verticalfinal void
setInvertedAppearance
(boolean invertedAppearance) Whether the progress bar's appearance is invertedfinal void
setMaximum
(int maximum) The maximum value for the progress barfinal void
setMinimum
(int minimum) The minimum value for the progress barfinal void
setProgress
(int progress) The current progress for the progress barfinal void
The text for the progress barfinal void
setTextAlignment
(Qt.Alignment textAlignment) The text alignment for the text in the QProgressBarfinal void
setTextAlignment
(Qt.AlignmentFlag ... textAlignment) Overloaded function forsetTextAlignment(io.qt.core.Qt.Alignment)
.final void
setTextVisible
(boolean textVisible) Flag indicating whether or not text is visiblefinal String
text()
The text for the progress barfinal Qt.Alignment
The text alignment for the text in the QProgressBarfinal boolean
Flag indicating whether or not text is visibleMethods 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
-
QStyleOptionProgressBar
public QStyleOptionProgressBar() -
QStyleOptionProgressBar
-
-
Method Details
-
assign
See
QStyleOptionProgressBar::
operator=(QStyleOptionProgressBar) -
setBottomToTop
Whether the text reads from bottom to top when the progress bar is vertical
-
bottomToTop
Whether the text reads from bottom to top when the progress bar is vertical
-
setInvertedAppearance
Whether the progress bar's appearance is inverted
-
invertedAppearance
Whether the progress bar's appearance is inverted
-
setMaximum
The maximum value for the progress bar
-
maximum
The maximum value for the progress bar
-
setMinimum
The minimum value for the progress bar
-
minimum
The minimum value for the progress bar
-
setProgress
The current progress for the progress bar
-
progress
The current progress for the progress bar
-
setText
The text for the progress bar
-
text
The text for the progress bar
-
setTextAlignment
The text alignment for the text in the QProgressBar
-
textAlignment
The text alignment for the text in the QProgressBar
-
setTextVisible
Flag indicating whether or not text is visible
-
textVisible
Flag indicating whether or not text is visible
-
clone
Creates and returns a copy of this object.
See
QStyleOptionProgressBar::
QStyleOptionProgressBar(QStyleOptionProgressBar) - Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionProgressBar)
instead. -
setTextAlignment
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
.
-
assign(io.qt.widgets.QStyleOptionProgressBar)
instead.