diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 16:25:22 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 16:25:22 +0000 |
commit | 74dd68ad611d15abf16a65c36a7cfd3f4492930a (patch) | |
tree | 843fed9ba6bb03253a01314afc3b1dfbb2dfd26c /src/gatscon/mainwnd.h | |
parent | d9b407475ae3ebe434b29d9eabdd7d4416e17881 (diff) | |
download | libgats-74dd68ad611d15abf16a65c36a7cfd3f4492930a.tar.gz libgats-74dd68ad611d15abf16a65c36a7cfd3f4492930a.tar.bz2 libgats-74dd68ad611d15abf16a65c36a7cfd3f4492930a.tar.xz libgats-74dd68ad611d15abf16a65c36a7cfd3f4492930a.zip |
Made the repo less libbu++-centric.
Diffstat (limited to 'src/gatscon/mainwnd.h')
-rw-r--r-- | src/gatscon/mainwnd.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/gatscon/mainwnd.h b/src/gatscon/mainwnd.h deleted file mode 100644 index d1ae080..0000000 --- a/src/gatscon/mainwnd.h +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | #ifndef MAIN_WND_H | ||
2 | #define MAIN_WND_H | ||
3 | |||
4 | #include "ui_mainwnd.h" | ||
5 | |||
6 | class MainWnd : public QMainWindow, protected Ui::MainWnd | ||
7 | { | ||
8 | Q_OBJECT; | ||
9 | public: | ||
10 | MainWnd(); | ||
11 | virtual ~MainWnd(); | ||
12 | |||
13 | public slots: | ||
14 | void connect(); | ||
15 | void proxy(); | ||
16 | void open(); | ||
17 | void newFile(); | ||
18 | void save(); | ||
19 | void saveAs(); | ||
20 | |||
21 | private: | ||
22 | QString sCurFile; | ||
23 | class QLabel *pMode; | ||
24 | }; | ||
25 | |||
26 | #endif | ||