以下成员源于类 QStyleOptionProgressBar 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
Qt::Orientation
|
orientation |
(obsolete)
typedef
|
QStyleOptionProgressBarV2 |
This variable holds the progress bar's orientation (horizontal or vertical); the default orentation is Qt::Horizontal
使用 QStyle::State_Horizontal flag instead (in the the QStyleOption::state member).
另请参阅 QProgressBar::orientation .
同义词 QStyleOptionProgressBar .