mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
styling 1
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB |
@@ -29,6 +29,8 @@ DialogChekerTask::DialogChekerTask(ConnectorToServer* connectorToServer, Checker
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
|
||||||
|
|
||||||
this->setModal(true);
|
this->setModal(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ DialogListSubProc::DialogListSubProc(QWidget *parent) :
|
|||||||
QHBoxLayout *layout = new QHBoxLayout(this);
|
QHBoxLayout *layout = new QHBoxLayout(this);
|
||||||
layout->addWidget(listSubProcCtrl);
|
layout->addWidget(listSubProcCtrl);
|
||||||
this->setWindowTitle(tr("List subprocedures"));
|
this->setWindowTitle(tr("List subprocedures"));
|
||||||
|
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
|
||||||
|
|
||||||
this->setMinimumSize(1400, 700);
|
this->setMinimumSize(1400, 700);
|
||||||
this->setModal(true);
|
this->setModal(true);
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../InstructorsAndTrainees.qrc">
|
<iconset resource="../InstructorsAndTrainees.qrc">
|
||||||
<normaloff>:/resources/icons/circleGreen.png</normaloff>:/resources/icons/circleGreen.png</iconset>
|
<normaloff>:/resources/icons/assignTask.png</normaloff>:/resources/icons/assignTask.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
<size>
|
<size>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ DialogCardTrainee::DialogCardTrainee(ConnectorToServer* connectorToServer, Messa
|
|||||||
this->setWindowTitle(tr("Personal card trainee"));
|
this->setWindowTitle(tr("Personal card trainee"));
|
||||||
this->setMinimumSize(1600, 800);
|
this->setMinimumSize(1600, 800);
|
||||||
this->setWindowState(Qt::WindowMaximized);
|
this->setWindowState(Qt::WindowMaximized);
|
||||||
|
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
|
||||||
this->setModal(true);
|
this->setModal(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user