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