TextFieldCheckBox Class
(Utils::TextFieldCheckBox)The TextFieldCheckBox class is a aheckbox that plays with QWizard::registerField. More...
| Header: | #include <TextFieldCheckBox> |
| Inherits: | QCheckBox |
Properties
- compareText : QString
- falseText : QString
- trueText : QString
- 1 property inherited from QCheckBox
- 11 properties inherited from QAbstractButton
- 58 properties inherited from QWidget
Public Functions
| TextFieldCheckBox(const QString &text, QWidget *parent = 0) | |
| QString | falseText() const |
| void | setFalseText(const QString &t) |
| void | setText(const QString &s) |
| void | setTrueText(const QString &t) |
| QString | text() const |
| QString | trueText() const |
- 6 public functions inherited from QCheckBox
- 21 public functions inherited from QAbstractButton
- 213 public functions inherited from QWidget
Signals
| void | textChanged(const QString &) |
- 1 signal inherited from QCheckBox
- 4 signals inherited from QAbstractButton
- 3 signals inherited from QWidget
Additional Inherited Members
- 5 public slots inherited from QAbstractButton
- 19 public slots inherited from QWidget
- 5 static public members inherited from QWidget
- 7 protected functions inherited from QCheckBox
- 14 protected functions inherited from QAbstractButton
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
The TextFieldCheckBox class is a aheckbox that plays with QWizard::registerField.
Provides a settable 'text' property containing predefined strings for true and false.
Property Documentation
compareText : QString
Access functions:
| QString | text() const |
| void | setText(const QString &s) |
falseText : QString
Access functions:
| QString | falseText() const |
| void | setFalseText(const QString &t) |
trueText : QString
Access functions:
| QString | trueText() const |
| void | setTrueText(const QString &t) |