From b1175cefcd9d9e67ee0f9e1b0b91bb8360b510b7 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 10 Sep 2008 08:52:38 +0000 Subject: Added enable/disable methods on frame and groupbox. --- client/widgets/groupbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/widgets/groupbox.h') diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index aa3e61f..99e05ce 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -35,6 +35,9 @@ class GroupBox : public QGroupBox, public Widget { public: GroupBox(QDomNode &node, MacroWindow *macrowindow); + + void enable(); + void disable(); }; #endif/*__PRACRO_GROUPBOX_H__*/ -- cgit v1.2.3