2023-03-30 23:52:55 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SubTaskProgressBar</class>
|
|
|
|
<widget class="QWidget" name="SubTaskProgressBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-04-01 07:55:01 +05:30
|
|
|
<width>312</width>
|
|
|
|
<height>86</height>
|
2023-03-30 23:52:55 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2023-03-30 23:52:55 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
|
2023-04-01 07:55:01 +05:30
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusLabel">
|
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2023-03-30 23:52:55 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<property name="text">
|
|
|
|
<string>Sub Task Status...</string>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusDetailsLabel">
|
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
2023-03-30 23:52:55 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<property name="text">
|
|
|
|
<string>Status Details</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
<property name="textVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|