]> Creatis software - clitk.git/blob - vv/qt_ui/vvProgressDialog.ui
Initial revision
[clitk.git] / vv / qt_ui / vvProgressDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvProgressDialog</class>
4  <widget class="QDialog" name="vvProgressDialog">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>267</width>
13     <height>59</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Progress</string>
18   </property>
19   <property name="windowIcon">
20    <iconset resource="../vvIcons.qrc">
21     <normaloff>:/new/prefix1/icons/ducky.png</normaloff>:/new/prefix1/icons/ducky.png</iconset>
22   </property>
23   <layout class="QGridLayout">
24    <item row="0" column="0">
25     <widget class="QLabel" name="textLabel">
26      <property name="text">
27       <string>Opening image </string>
28      </property>
29      <property name="alignment">
30       <set>Qt::AlignCenter</set>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0">
35     <widget class="QLabel" name="progressLabel">
36      <property name="text">
37       <string>Please wait ...</string>
38      </property>
39      <property name="alignment">
40       <set>Qt::AlignCenter</set>
41      </property>
42     </widget>
43    </item>
44    <item row="1" column="0">
45     <widget class="QProgressBar" name="progressBar">
46      <property name="value">
47       <number>24</number>
48      </property>
49     </widget>
50    </item>
51   </layout>
52  </widget>
53  <resources>
54   <include location="../vvIcons.qrc"/>
55   <include location="../vvIcons.qrc"/>
56  </resources>
57  <connections/>
58 </ui>