summaryrefslogtreecommitdiff
path: root/client/widgets/frame.h
diff options
context:
space:
mode:
authordeva <deva>2008-09-10 08:52:38 +0000
committerdeva <deva>2008-09-10 08:52:38 +0000
commitb1175cefcd9d9e67ee0f9e1b0b91bb8360b510b7 (patch)
tree8d673e7b0c04ac79f17e6b68d8660d22d76c4195 /client/widgets/frame.h
parent700fb8b935d6495f458e00d044aa69d893d9a695 (diff)
Added enable/disable methods on frame and groupbox.
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r--client/widgets/frame.h3
1 files changed, 3 insertions, 0 deletions
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__*/