в процессе 1

This commit is contained in:
2025-12-18 11:27:29 +03:00
parent c8ca0e32ad
commit b0abac8352
9 changed files with 138 additions and 34 deletions

View File

@@ -53,6 +53,9 @@
<property name="pixmap">
<pixmap resource="../InstructorsAndTrainees.qrc">:/resources/icons/rectGray.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@@ -159,6 +162,58 @@
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="btnNew">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>New</string>
</property>
<property name="icon">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/new.png</normaloff>:/resources/icons/new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnCheckup">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>Checkup</string>
</property>
<property name="icon">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/circleYellow.png</normaloff>:/resources/icons/circleYellow.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnWrong">
<property name="minimumSize">
@@ -186,7 +241,7 @@
</widget>
</item>
<item>
<widget class="QToolButton" name="btnRight">
<widget class="QToolButton" name="btnCompleted">
<property name="minimumSize">
<size>
<width>50</width>
@@ -194,7 +249,7 @@
</size>
</property>
<property name="text">
<string>Right</string>
<string>Completed</string>
</property>
<property name="icon">
<iconset resource="../InstructorsAndTrainees.qrc">