From 6d8bc516acf7a5995736423e838c987d08e69c09 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 17 May 2011 14:56:28 +0000 Subject: 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. --- src/gatscon/mainwnd.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gatscon/mainwnd.h') 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: void connect(); void proxy(); void open(); + void newFile(); + void save(); + void saveAs(); +private: + QString sCurFile; + class QLabel *pMode; }; #endif -- cgit v1.2.3