cosmetic to MainWindow,

drop does not work for widget,
fixed offset problem,
add esc key
This commit is contained in:
Anakin
2016-12-31 16:18:35 +01:00
parent dca6e61c4b
commit 0735ef996d
7 changed files with 86 additions and 15 deletions

View File

@@ -13,4 +13,10 @@ public:
private:
Ui::MainWindowClass* ui;
private slots:
void openFile();
void aboutFile();
void aboutTool();
};