4ec992204640c7da2f8f0e53e82073440c97176d
[wpcreator] / src / progressdialog.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>200</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>160</x>
20      <y>50</y>
21      <width>401</width>
22      <height>81</height>
23     </rect>
24    </property>
25    <property name="value">
26     <number>0</number>
27    </property>
28   </widget>
29   <widget class="QLabel" name="doneLabel">
30    <property name="enabled">
31     <bool>true</bool>
32    </property>
33    <property name="geometry">
34     <rect>
35      <x>120</x>
36      <y>60</y>
37      <width>481</width>
38      <height>51</height>
39     </rect>
40    </property>
41    <property name="text">
42     <string>Done. Now available as ImageSet!</string>
43    </property>
44   </widget>
45   <widget class="QPushButton" name="noticedButton">
46    <property name="enabled">
47     <bool>true</bool>
48    </property>
49    <property name="geometry">
50     <rect>
51      <x>600</x>
52      <y>50</y>
53      <width>131</width>
54      <height>61</height>
55     </rect>
56    </property>
57    <property name="text">
58     <string>OK</string>
59    </property>
60   </widget>
61  </widget>
62  <resources/>
63  <connections>
64   <connection>
65    <sender>noticedButton</sender>
66    <signal>clicked()</signal>
67    <receiver>ProgressDialog</receiver>
68    <slot>accept()</slot>
69    <hints>
70     <hint type="sourcelabel">
71      <x>677</x>
72      <y>70</y>
73     </hint>
74     <hint type="destinationlabel">
75      <x>677</x>
76      <y>312</y>
77     </hint>
78    </hints>
79   </connection>
80  </connections>
81 </ui>