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/filewidget.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/filewidget.h')
| -rw-r--r-- | src/gatscon/filewidget.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gatscon/filewidget.h b/src/gatscon/filewidget.h deleted file mode 100644 index 9993bfe..0000000 --- a/src/gatscon/filewidget.h +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | #ifndef FILE_WIDGET_H | ||
| 2 | #define FILE_WIDGET_H | ||
| 3 | |||
| 4 | #include "ui_filewidget.h" | ||
| 5 | #include "iobase.h" | ||
| 6 | |||
| 7 | namespace Gats | ||
| 8 | { | ||
| 9 | class Object; | ||
| 10 | }; | ||
| 11 | |||
| 12 | class FileWidget : public QWidget, protected Ui::FileWidget, public IoBase | ||
| 13 | { | ||
| 14 | Q_OBJECT; | ||
| 15 | public: | ||
| 16 | FileWidget( QWidget *pParent=NULL ); | ||
| 17 | FileWidget( QWidget *pParent, QString sFile ); | ||
| 18 | virtual ~FileWidget(); | ||
| 19 | |||
| 20 | virtual void saveTo( const QString &sFile ); | ||
| 21 | |||
| 22 | public slots: | ||
| 23 | void addRootItem(); | ||
| 24 | void delRootItem(); | ||
| 25 | |||
| 26 | private: | ||
| 27 | }; | ||
| 28 | |||
| 29 | #endif | ||
