内容表

上一话题

QComboBox

下一话题

QCommonStyle

QCommandLinkButton

QCommandLinkButton widget provides a Vista style command link button. 更多

Inheritance diagram of PySide2.QtWidgets.QCommandLinkButton

概要

函数

详细描述

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.

class QCommandLinkButton ( [ parent=None ] )

QCommandLinkButton(text[, parent=None])

QCommandLinkButton(text, description[, parent=None])

param parent

QWidget

param description

unicode

param text

unicode

构造命令链接采用无文本和 parent .

构造命令链接采用父级 parent 和文本 text .

构造命令链接采用 text description ,和 parent .

PySide2.QtWidgets.QCommandLinkButton. description ( )
返回类型

unicode

另请参阅

setDescription()

PySide2.QtWidgets.QCommandLinkButton. setDescription ( description )
参数

description – unicode

另请参阅

description()