styling 1

This commit is contained in:
2026-01-20 14:34:15 +03:00
parent 238d501ac4
commit e7e719bc84
6 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -29,6 +29,8 @@ DialogChekerTask::DialogChekerTask(ConnectorToServer* connectorToServer, Checker
break; break;
} }
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
this->setModal(true); this->setModal(true);
} }

View File

@@ -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);

View File

@@ -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>

View File

@@ -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