2013-02-06 04:04:20 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-09-18 03:30:35 +05:30
|
|
|
<class>ProgressDialog</class>
|
|
|
|
<widget class="QDialog" name="ProgressDialog">
|
2023-03-30 23:52:55 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-03-31 12:20:29 +05:30
|
|
|
<width>600</width>
|
|
|
|
<height>260</height>
|
2023-03-30 23:52:55 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
2023-03-30 23:52:55 +05:30
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-02-06 04:04:20 +05:30
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-03-31 12:20:29 +05:30
|
|
|
<width>600</width>
|
|
|
|
<height>260</height>
|
2013-02-06 04:04:20 +05:30
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Please wait...</string>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="globalStatusLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>15</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Global Task Status...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="globalStatusDetailsLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global Status Details...</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2023-03-30 23:52:55 +05:30
|
|
|
<widget class="QProgressBar" name="globalProgressBar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2023-03-30 23:52:55 +05:30
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-03-31 12:20:29 +05:30
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="taskProgressScrollArea">
|
2022-04-01 17:40:51 +05:30
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
2022-04-01 17:40:51 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2022-04-01 17:40:51 +05:30
|
|
|
</property>
|
2023-03-31 12:20:29 +05:30
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="taskProgressContainer">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>584</width>
|
|
|
|
<height>146</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="taskProgressLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2022-04-01 17:40:51 +05:30
|
|
|
</widget>
|
|
|
|
</item>
|
2023-03-31 12:20:29 +05:30
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="skipButton">
|
2022-05-01 19:38:00 +05:30
|
|
|
<property name="sizePolicy">
|
2023-03-31 12:20:29 +05:30
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2022-05-01 19:38:00 +05:30
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-02-06 04:04:20 +05:30
|
|
|
<property name="text">
|
2023-03-31 12:20:29 +05:30
|
|
|
<string>Skip</string>
|
2013-12-08 22:04:45 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-06 04:04:20 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|