The QCommandLinkButton widget provides a Vista style command link button. 更多...
继承 QPushButton .
The QCommandLinkButton widget provides a Vista style command link button.
The command link is a new control that was introduced by Windows Vista. It's 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.
parent argument, if not None, causes self to be owned by Qt instead of PyQt.
构造命令链接采用无文本和 parent .
parent argument, if not None, causes self to be owned by Qt instead of PyQt.
构造命令链接采用父级 parent 和 text text .
parent argument, if not None, causes self to be owned by Qt instead of PyQt.
构造命令链接采用 text , description ,和 parent .
重实现自 QObject.event ().
重实现自 QWidget.heightForWidth ().
重实现自 QWidget.minimumSizeHint ().
重实现自 QWidget.paintEvent ().
重实现自 QWidget.sizeHint ().