added custom info window,

set min size to mainwindow
This commit is contained in:
Anakin
2017-01-16 15:41:37 +01:00
parent 86dfe32145
commit 47c73ed881
6 changed files with 196 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
#include <QStringList>
#include <QLabel>
#include "ui_MainWindow.h"
#include "..\Header\FileInfoWindow.h"
struct Material;
@@ -23,6 +24,7 @@ private:
void setupWidgets();
QByteArray m_fileInfo;
QLabel* m_output;
FileInfoWindow* m_infoWindow;
private:
void openFile();