From 02c60c6720f41bcfc367d02ae4c655b651642991 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 16 May 2011 20:51:20 +0000 Subject: Almost there! I'm adding a qtbenc-like program for gats, only cooler. It'll really help us debug gats based protocols and look at gats files, and the like. --- src/gatscon/mainwnd.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/gatscon/mainwnd.h (limited to 'src/gatscon/mainwnd.h') diff --git a/src/gatscon/mainwnd.h b/src/gatscon/mainwnd.h new file mode 100644 index 0000000..8f638d8 --- /dev/null +++ b/src/gatscon/mainwnd.h @@ -0,0 +1,20 @@ +#ifndef MAIN_WND_H +#define MAIN_WND_H + +#include "ui_mainwnd.h" + +class MainWnd : public QMainWindow, protected Ui::MainWnd +{ + Q_OBJECT; +public: + MainWnd(); + virtual ~MainWnd(); + +public slots: + void connect(); + void proxy(); + void open(); + +}; + +#endif -- cgit v1.2.3