diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 14:56:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 14:56:28 +0000 |
commit | 6d8bc516acf7a5995736423e838c987d08e69c09 (patch) | |
tree | 9db78ee528b26e0d5718b2ac4c987388e1b9c313 /src/gatscon/mainwnd.h | |
parent | d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639 (diff) | |
download | libgats-6d8bc516acf7a5995736423e838c987d08e69c09.tar.gz libgats-6d8bc516acf7a5995736423e838c987d08e69c09.tar.bz2 libgats-6d8bc516acf7a5995736423e838c987d08e69c09.tar.xz libgats-6d8bc516acf7a5995736423e838c987d08e69c09.zip |
Ok, you can now open files, save files, save files from proxies and clients,
and add new root items to files. Later I'll add some actual editing
capabilities, should be really easy.
Diffstat (limited to 'src/gatscon/mainwnd.h')
-rw-r--r-- | src/gatscon/mainwnd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gatscon/mainwnd.h b/src/gatscon/mainwnd.h index 8f638d8..d1ae080 100644 --- a/src/gatscon/mainwnd.h +++ b/src/gatscon/mainwnd.h | |||
@@ -14,7 +14,13 @@ public slots: | |||
14 | void connect(); | 14 | void connect(); |
15 | void proxy(); | 15 | void proxy(); |
16 | void open(); | 16 | void open(); |
17 | void newFile(); | ||
18 | void save(); | ||
19 | void saveAs(); | ||
17 | 20 | ||
21 | private: | ||
22 | QString sCurFile; | ||
23 | class QLabel *pMode; | ||
18 | }; | 24 | }; |
19 | 25 | ||
20 | #endif | 26 | #endif |