|
|
@ -18,6 +18,8 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
void setText(const QString &text); |
|
|
|
void setText(const QString &text); |
|
|
|
QString text() const; |
|
|
|
QString text() const; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void clear(); |
|
|
|
bool validate(); |
|
|
|
bool validate(); |
|
|
|
// Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907)
|
|
|
|
// Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907)
|
|
|
|
// Hence we have to set it up manually
|
|
|
|
// Hence we have to set it up manually
|
|
|
|