2013-02-05 22:34:20 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-09-17 23:00:35 +01:00
|
|
|
<class>ProgressDialog</class>
|
|
|
|
<widget class="QDialog" name="ProgressDialog">
|
2023-03-30 19:22:55 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-03-31 20:29:59 +01:00
|
|
|
<width>480</width>
|
|
|
|
<height>210</height>
|
2023-03-30 19:22:55 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2023-03-31 07:50:29 +01:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
2023-03-30 19:22:55 +01:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-02-05 22:34:20 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-03-31 20:29:59 +01:00
|
|
|
<width>480</width>
|
|
|
|
<height>210</height>
|
2013-02-05 22:34:20 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Please wait...</string>
|
|
|
|
</property>
|
2023-03-31 20:29:59 +01:00
|
|
|
<property name="sizeGripEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-03-31 07:50:29 +01:00
|
|
|
<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>
|
2023-06-25 06:21:16 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-03-31 07:50:29 +01:00
|
|
|
</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 19:22:55 +01:00
|
|
|
<widget class="QProgressBar" name="globalProgressBar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-03-31 07:50:29 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2023-03-30 19:22:55 +01:00
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-03-31 07:50:29 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="taskProgressScrollArea">
|
2022-04-01 13:10:51 +01:00
|
|
|
<property name="sizePolicy">
|
2023-03-31 07:50:29 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
2022-04-01 13:10:51 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2023-03-31 07:50:29 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2022-04-01 13:10:51 +01:00
|
|
|
</property>
|
2023-03-31 07:50:29 +01:00
|
|
|
<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>
|
2023-06-25 06:21:16 +01:00
|
|
|
<width>460</width>
|
|
|
|
<height>108</height>
|
2023-03-31 07:50:29 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="taskProgressLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2022-04-01 13:10:51 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2023-03-31 07:50:29 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="skipButton">
|
2022-05-01 15:08:00 +01:00
|
|
|
<property name="sizePolicy">
|
2023-03-31 07:50:29 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2022-05-01 15:08:00 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-02-05 22:34:20 +00:00
|
|
|
<property name="text">
|
2023-03-31 07:50:29 +01:00
|
|
|
<string>Skip</string>
|
2013-12-08 16:34:45 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-05 22:34:20 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|