- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters necessary for drawing a progress bar
Java wrapper for Qt class QStyleOptionProgressBar
-
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 boolean
Whether the text reads from bottom to top when the progress bar is verticalclone()
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) 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
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
-
QStyleOptionProgressBar
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
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
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
. -
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
- Overrides:
clone
in classQStyleOption
-