内容表

上一话题

QStyleOptionMenuItem

下一话题

QStyleOptionRubberBand

QStyleOptionProgressBar

QStyleOptionProgressBar class is used to describe the parameters necessary for drawing a progress bar. 更多

Inheritance diagram of PySide2.QtWidgets.QStyleOptionProgressBar

详细描述

An instance of the QStyleOptionProgressBar class has type SO_ProgressBar and version 2.

The type is used internally by QStyleOption , its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles. The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast() , you normally do not need to check it.

对于可以如何使用样式选项的演示范例,见 样式 范例。

另请参阅

QStyleOption

class QStyleOptionProgressBar

QStyleOptionProgressBar(other)

QStyleOptionProgressBar(version)

param other

QStyleOptionProgressBar

param version

int

构造 QStyleOptionProgressBar , initializing the members variables to their default values.

构造副本为 other 样式选项。

构造副本为 other 样式选项。

PySide2.QtWidgets.QStyleOptionProgressBar. StyleOptionType

This enum is used to hold information about the type of the style option, and is defined for each QStyleOption 子类。

常量

描述

QStyleOptionProgressBar.Type

The type of style option provided ( SO_ProgressBar for this class).

The type is used internally by QStyleOption , its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles.

另请参阅

StyleOptionVersion

PySide2.QtWidgets.QStyleOptionProgressBar. StyleOptionVersion

This enum is used to hold information about the version of the style option, and is defined for each QStyleOption 子类。

常量

描述

QStyleOptionProgressBar.Version

2

The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast() , you normally do not need to check it.

另请参阅

StyleOptionType

PySide2.QtWidgets.QStyleOptionProgressBar. minimum
PySide2.QtWidgets.QStyleOptionProgressBar. maximum
PySide2.QtWidgets.QStyleOptionProgressBar. progress
PySide2.QtWidgets.QStyleOptionProgressBar. text
PySide2.QtWidgets.QStyleOptionProgressBar. textAlignment
PySide2.QtWidgets.QStyleOptionProgressBar. textVisible
PySide2.QtWidgets.QStyleOptionProgressBar. orientation
PySide2.QtWidgets.QStyleOptionProgressBar. invertedAppearance
PySide2.QtWidgets.QStyleOptionProgressBar. bottomToTop