#include <qstyleoption.h>
Definition at line 417 of file qstyleoption.h.
Public Types | |
enum | StyleOptionType { Type = SO_ProgressBar } |
enum | StyleOptionVersion { Version = 2 } |
![]() | |
enum | StyleOptionType { Type = SO_ProgressBar } |
enum | StyleOptionVersion { Version = 1 } |
![]() | |
enum | OptionType { SO_Default, SO_FocusRect, SO_Button, SO_Tab, SO_MenuItem, SO_Frame, SO_ProgressBar, SO_ToolBox, SO_Header, SO_Q3DockWindow, SO_DockWidget, SO_Q3ListViewItem, SO_ViewItem, SO_TabWidgetFrame, SO_TabBarBase, SO_RubberBand, SO_ToolBar, SO_GraphicsItem, SO_Complex = 0xf0000, SO_Slider, SO_SpinBox, SO_ToolButton, SO_ComboBox, SO_Q3ListView, SO_TitleBar, SO_GroupBox, SO_SizeGrip, SO_CustomBase = 0xf00, SO_ComplexCustomBase = 0xf000000 } |
enum | StyleOptionType { Type = SO_Default } |
enum | StyleOptionVersion { Version = 1 } |
Public Member Functions | |
QStyleOptionProgressBarV2 () | |
QStyleOptionProgressBarV2 (const QStyleOptionProgressBar &other) | |
QStyleOptionProgressBarV2 (const QStyleOptionProgressBarV2 &other) | |
QStyleOptionProgressBarV2 & | operator= (const QStyleOptionProgressBar &other) |
![]() | |
QStyleOptionProgressBar () | |
QStyleOptionProgressBar (const QStyleOptionProgressBar &other) | |
![]() | |
QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
QStyleOption (const QStyleOption &other) | |
~QStyleOption () | |
void | init (const QWidget *w) |
void | initFrom (const QWidget *w) |
QStyleOption & | operator= (const QStyleOption &other) |
Public Attributes | |
Qt::Orientation | orientation |
bool | invertedAppearance |
bool | bottomToTop |
![]() | |
int | minimum |
int | maximum |
int | progress |
QString | text |
Qt::Alignment | textAlignment |
bool | textVisible |
![]() | |
int | version |
int | type |
QStyle::State | state |
Qt::LayoutDirection | direction |
QRect | rect |
QFontMetrics | fontMetrics |
QPalette | palette |
Protected Member Functions | |
QStyleOptionProgressBarV2 (int version) | |
![]() | |
QStyleOptionProgressBar (int version) | |
enum StyleOptionType |
enum StyleOptionVersion |
QStyleOptionProgressBarV2 | ( | const QStyleOptionProgressBar & | other | ) |
QStyleOptionProgressBarV2 | ( | const QStyleOptionProgressBarV2 & | other | ) |
|
protected |
QStyleOptionProgressBarV2& operator= | ( | const QStyleOptionProgressBar & | other | ) |
Qt::Orientation orientation |
Definition at line 422 of file qstyleoption.h.
bool invertedAppearance |
Definition at line 423 of file qstyleoption.h.
bool bottomToTop |
Definition at line 424 of file qstyleoption.h.