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">
|
2013-02-06 04:04:20 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2013-12-08 22:04:45 +05:30
|
|
|
<height>100</height>
|
2013-02-06 04:04:20 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>400</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Please wait...</string>
|
|
|
|
</property>
|
2013-12-08 22:04:45 +05:30
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2013-02-06 04:04:20 +05:30
|
|
|
<widget class="QLabel" name="statusLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Task Status...</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-12-08 22:04:45 +05:30
|
|
|
<item row="1" column="0">
|
2013-02-06 04:04:20 +05:30
|
|
|
<widget class="QProgressBar" name="taskProgressBar">
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-12-08 22:04:45 +05:30
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QPushButton" name="skipButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Skip</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-06 04:04:20 +05:30
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|