From 7690b26ad7fe0966d0bf86bd1a9b3f89391b7a4b Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 14 Jun 2015 20:30:37 +0200 Subject: Initial commit of the work on the bank parser. --- mainwindow.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mainwindow.h (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h new file mode 100644 index 0000000..d8c3727 --- /dev/null +++ b/mainwindow.h @@ -0,0 +1,33 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include "bank.h" + +#include +#include +#include +#include +#include + +namespace Ui { +class MainWindow; +} + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); + +private slots: + void on_actionLoad_triggered(); + +private: + Ui::MainWindow *ui; + + QList m_Banken; +}; + +#endif // MAINWINDOW_H -- cgit v1.2.3-70-g09d2