Рефакт интерфейс

This commit is contained in:
2025-10-15 18:04:10 +03:00
parent 2cf219ce94
commit 8e931f229b
8 changed files with 36 additions and 34 deletions

View File

@@ -17,6 +17,8 @@ PersonalCardTrainee::PersonalCardTrainee(ConnectorToServer* connectorToServer, M
loadInfo();
ui->lblName->setObjectName("PersonalCard_lblName");
ammTasksWidget_personal = new AMMtasksWidget(connectorToServer, TypeListTreeAMMFIM::listForTrainee, this);
fimTasksWidget_personal = new FIMtasksWidget(connectorToServer, TypeListTreeAMMFIM::listForTrainee, this);

View File

@@ -65,7 +65,7 @@
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>Last login time</string>
<string>Last login</string>
</property>
</widget>
</item>
@@ -128,7 +128,7 @@
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>Time of operation</string>
<string>Time spent on the simulator</string>
</property>
</widget>
</item>
@@ -149,7 +149,7 @@
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>Last time of exit</string>
<string>Last exit</string>
</property>
</widget>
</item>