initial commit

This commit is contained in:
2019-02-11 17:54:49 +01:00
parent 16ae2ee2fb
commit 14abafc139
15 changed files with 883 additions and 60 deletions
+6
View File
@@ -6,10 +6,13 @@
#include "csplashscreen.h"
#include "cpicture.h"
#include "ctoolboxinfo.h"
#include <QMainWindow>
#include <QCloseEvent>
#include <QStandardItemModel>
#include <QItemSelection>
namespace Ui {
@@ -72,6 +75,9 @@ protected:
\param event
*/
void closeEvent(QCloseEvent* event);
private slots:
void onThumbnailSelected(const QItemSelection& selection, const QItemSelection& previous);
};
#endif // CMAINWINDOW_H