diff options
author | senator <senator> | 2008-03-17 11:30:34 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-17 11:30:34 +0000 |
commit | 31facd90fcd595d38520cf05dcedfd03283a74c3 (patch) | |
tree | 3111586582e826a857a0af00b5d205ae1b1a4b6f /client/widgets/pushbutton.h | |
parent | 96c3b5c064a26b8598943a122d9b6ecbdf1062e9 (diff) |
recent changes
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index b4fde52..663be79 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -39,17 +39,20 @@ Q_OBJECT public: PushButton(QDomNode node); + QString field; public slots: QString getValue(); void commit(); void reset(); void cancel(); + void cont(); signals: void act_commit(); void act_reset(); void act_cancel(); + void act_continue(); private: |