From a5ea024b0119a4b0fea858ae9115d744a786d3af Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 4 Apr 2011 20:35:49 +0200 Subject: change project file: use: qmake -config client or qmake -config main Added basic client gui infrastructure --- pacman-c++/mainwidget.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pacman-c++/mainwidget.h (limited to 'pacman-c++/mainwidget.h') diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h new file mode 100644 index 0000000..d1ec761 --- /dev/null +++ b/pacman-c++/mainwidget.h @@ -0,0 +1,20 @@ +#ifndef MAINWIDGET_H +#define MAINWIDGET_H + +#include + +class MainWidget + : public QWidget +{ + Q_OBJECT + +public: + MainWidget(); + +private: + void loadDummyMap(); + + QGraphicsScene *scene; +}; + +#endif // MAINWIDGET_H \ No newline at end of file -- cgit v1.2.3