putting project-files up
[wpcreator] / src / processingdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ProgressDialog</class>
4  <widget class="QDialog" name="ProgressDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>150</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QProgressBar" name="progressBar">
17    <property name="geometry">
18     <rect>
19      <x>110</x>
20      <y>30</y>
21      <width>391</width>
22      <height>41</height>
23     </rect>
24    </property>
25    <property name="value">
26     <number>24</number>
27    </property>
28   </widget>
29   <widget class="QLabel" name="label">
30    <property name="enabled">
31     <bool>false</bool>
32    </property>
33    <property name="geometry">
34     <rect>
35      <x>60</x>
36      <y>80</y>
37      <width>511</width>
38      <height>31</height>
39     </rect>
40    </property>
41    <property name="text">
42     <string>ImageSet installed. It is now available in: Desktop &gt; Change Background</string>
43    </property>
44   </widget>
45   <widget class="QPushButton" name="finishButton">
46    <property name="enabled">
47     <bool>false</bool>
48    </property>
49    <property name="geometry">
50     <rect>
51      <x>600</x>
52      <y>30</y>
53      <width>141</width>
54      <height>61</height>
55     </rect>
56    </property>
57    <property name="text">
58     <string>Finish</string>
59    </property>
60   </widget>
61  </widget>
62  <resources/>
63  <connections/>
64 </ui>