QCommandLinkButtonwidget provides a Vista style command link button. 更多 …
def
description
()
def
setDescription
(description)
The command link is a new control that was introduced by Windows Vista. Its intended use is similar to that of a radio button in that it is used to choose between a set of mutually exclusive options. Command link buttons should not be used by themselves but rather as an alternative to radio buttons in Wizards and dialogs and makes pressing the “next” button redundant. The appearance is generally similar to that of a flat pushbutton, but it allows for a descriptive text in addition to the normal button text. By default it will also carry an arrow icon, indicating that pressing the control will open another window or page.
另请参阅
QCommandLinkButton
(
[
parent=None
]
)
¶
QCommandLinkButton(text[, parent=None])
QCommandLinkButton(text, description[, parent=None])
- param parent
- param description
unicode
- param text
unicode
构造命令链接采用无文本和
parent
.
构造命令链接采用父级
parent
和文本
text
.
构造命令链接采用
text
,
description
,和
parent
.
PySide2.QtWidgets.QCommandLinkButton.
description
(
)
¶
unicode
另请参阅
PySide2.QtWidgets.QCommandLinkButton.
setDescription
(
description
)
¶
description – unicode
另请参阅