From 4497bea2b68a883d1bed72797f27275c833843ea Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 15 Jan 2009 07:24:30 +0000 Subject: Added isDisabled method to all widget classes and made sure that only enabled widgets send their values on commit. --- client/widgets/label.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/widgets/label.h') diff --git a/client/widgets/label.h b/client/widgets/label.h index 6c02d1b..ff905a7 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -43,7 +43,12 @@ public: void connectTo(const QObject *sender, const char *signal, const char *method); + void setVisibility(bool visible); + + void disable(); + void enable(); + bool isDisabled(); }; #endif/*__PRACRO_LABEL_H__*/ -- cgit v1.2.3