Добавил наименование задачи и DMcode в проверку

This commit is contained in:
2025-10-01 17:23:50 +03:00
parent e108b79d09
commit 05d4e02d02
3 changed files with 101 additions and 4 deletions

View File

@@ -16,14 +16,84 @@
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_Task">
<property name="text">
<string>Task</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="lblStatusCurrIco">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../resources.qrc">:/resources/icons/rectGray.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblStatusCurrText">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<widget class="QLabel" name="lblName">
<property name="text">
<string>Task</string>
<string>Name</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblDMcode">
<property name="text">
<string>DM Code</string>
</property>
</widget>
</item>