From 82c32c05eb4741e98736099c456b3ffc93c755af Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 3 Jul 2009 11:59:24 +0000 Subject: Some tweaking in the new dependency system. Mostly GUI stuff. --- client/macrodrawer.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'client/macrodrawer.h') diff --git a/client/macrodrawer.h b/client/macrodrawer.h index 0ad09f5..7aaf2ec 100644 --- a/client/macrodrawer.h +++ b/client/macrodrawer.h @@ -29,12 +29,15 @@ #include #include +#include #include "macro.h" +class Macro; + class MacroDrawer : public QGroupBox { Q_OBJECT public: - MacroDrawer(Macro *macro, QString title); + MacroDrawer(Macro *macro, QString title, QWidget *edge); protected: bool eventFilter(QObject *obj, QEvent *event); @@ -45,6 +48,10 @@ public slots: signals: void toggle(); + +private: + QWidget *edge; + QPushButton *button; }; #endif/*__PRACRO_MACRODRAWER_H__*/ -- cgit v1.2.3