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/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/widgets/frame.h') diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 33ccc29..4fabd40 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -35,6 +35,9 @@ class Frame : public QFrame, public Widget { public: Frame(QDomNode &node, MacroWindow *macrowindow); + + void enable(); + void disable(); }; #endif/*__PRACRO_FRAME_H__*/ -- cgit v1.2.3