Added settings dialog.

This commit is contained in:
Andrew
2013-01-15 18:46:27 -06:00
parent fce0f5df04
commit f7e9a7523f
9 changed files with 684 additions and 14 deletions

View File

@ -19,9 +19,9 @@
#include <QMainWindow>
#include "../data/instancelist.h"
#include "../data/instancelistmodel.h"
namespace Ui {
namespace Ui
{
class MainWindow;
}
@ -56,7 +56,6 @@ private:
Ui::MainWindow *ui;
InstanceList instList;
InstanceListModel model;
};
#endif // MAINWINDOW_H