内容表

上一话题

QStyleOptionFocusRect

下一话题

QStyleOptionGraphicsItem

QStyleOptionFrame

QStyleOptionFrame class is used to describe the parameters for drawing a frame. 更多

Inheritance diagram of PySide2.QtWidgets.QStyleOptionFrame

详细描述

QStyleOptionFrame is used for drawing several built-in Qt widgets, including QFrame , QGroupBox , QLineEdit ,和 QMenu .

An instance of the QStyleOptionFrame class has type SO_Frame and version 3.

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 QStyleOptionFrame

QStyleOptionFrame(other)

QStyleOptionFrame(version)

param other

QStyleOptionFrame

param version

int

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

构造副本为 other 样式选项。

构造副本为 other 样式选项。

PySide2.QtWidgets.QStyleOptionFrame. StyleOptionType

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

常量

描述

QStyleOptionFrame.Type

The type of style option provided ( SO_Frame 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.QStyleOptionFrame. StyleOptionVersion

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

常量

描述

QStyleOptionFrame.Version

3

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.QStyleOptionFrame. FrameFeature

This enum describes the different types of features a frame can have.

常量

描述

QStyleOptionFrame.None

Indicates a normal frame.

QStyleOptionFrame.Flat

Indicates a flat frame.

QStyleOptionFrame.Rounded

Indicates a rounded frame.

PySide2.QtWidgets.QStyleOptionFrame. lineWidth
PySide2.QtWidgets.QStyleOptionFrame. midLineWidth
PySide2.QtWidgets.QStyleOptionFrame. features
PySide2.QtWidgets.QStyleOptionFrame. frameShape