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/radiobuttons.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/widgets/radiobuttons.h') diff --git a/client/widgets/radiobuttons.h b/client/widgets/radiobuttons.h index cfdf1ef..b0f6cd3 100644 --- a/client/widgets/radiobuttons.h +++ b/client/widgets/radiobuttons.h @@ -53,6 +53,10 @@ public: bool setKeyboardFocus(); void setVisibility(bool visible); + void disable(); + void enable(); + bool isDisabled(); + public slots: void childChanged(); -- cgit v1.2.3