diff options
author | deva <deva> | 2008-09-09 08:56:06 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-09 08:56:06 +0000 |
commit | 700fb8b935d6495f458e00d044aa69d893d9a695 (patch) | |
tree | 9072c2bb64b3bcce9d6d3fc0c50ff3a2d08b5496 /client/widgets/checkbox.h | |
parent | dbbadfd389d2c9c7bb40e4edb9b85497da9435d4 (diff) |
Added truevalue/falsevalue to the checkbox.
Diffstat (limited to 'client/widgets/checkbox.h')
-rw-r--r-- | client/widgets/checkbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h index 65a0356..dca42d1 100644 --- a/client/widgets/checkbox.h +++ b/client/widgets/checkbox.h @@ -44,6 +44,10 @@ public: public slots: void state_change(); + +private: + QString truevalue; + QString falsevalue; }; #endif/*__PRACRO_CHECKBOX_H__*/ |