QCommandLinkButton Class ReferenceThe QCommandLinkButton widget provides a Vista style command link button. More... #include <QCommandLinkButton> Inherits: QPushButton. This class was introduced in Qt 4.4. Properties
Public Functions
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe 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. See also QPushButton and QRadioButton. Property Documentation
|
QString | description () const |
void | setDescription ( const QString & description ) |
This property holds this property determines whether the button is displayed as a flat panel or with a border.
By default, this property is set to false.
Access functions:
bool | isFlat () const |
void | setFlat ( bool ) |
See also QPushButton::flat.
Constructs a command link with no text and a parent.
Constructs a command link with the parent parent and the text text.
Constructs a command link with a text, a description, and a parent.
Reimplemented from QObject::event().
Reimplemented from QWidget::heightForWidth().
Reimplemented from QWidget::minimumSizeHint().
Reimplemented from QWidget::paintEvent().
Reimplemented from QWidget::sizeHint().