@@ -2,7 +2,8 | |||
|
2 | 2 | #include "ui_CatalogueExplorer.h" |
|
3 | 3 | |
|
4 | 4 | CatalogueExplorer::CatalogueExplorer(QWidget *parent) |
|
5 | : QDialog(parent), ui(new Ui::CatalogueExplorer) | |
|
5 | : QDialog(parent, Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint), | |
|
6 | ui(new Ui::CatalogueExplorer) | |
|
6 | 7 | { |
|
7 | 8 | ui->setupUi(this); |
|
8 | 9 | } |
General Comments 0
You need to be logged in to leave comments.
Login now