68e1ef86a07810293a063c063e51ef1eea36a4a0
[quassel.git] / src / qtopia / ui / coreconnectprogressdlg.ui
1 <ui version="4.0" >
2  <class>CoreConnectProgressDlg</class>
3  <widget class="QDialog" name="CoreConnectProgressDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>156</width>
9     <height>183</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Connection Progress</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <widget class="QLabel" name="connectionStatus" >
24      <property name="text" >
25       <string>Connecting...</string>
26      </property>
27      <property name="wordWrap" >
28       <bool>true</bool>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QProgressBar" name="connectionProgress" >
34      <property name="value" >
35       <number>0</number>
36      </property>
37      <property name="orientation" >
38       <enum>Qt::Horizontal</enum>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <spacer>
44      <property name="orientation" >
45       <enum>Qt::Vertical</enum>
46      </property>
47      <property name="sizeHint" >
48       <size>
49        <width>20</width>
50        <height>31</height>
51       </size>
52      </property>
53     </spacer>
54    </item>
55   </layout>
56  </widget>
57  <resources/>
58  <connections/>
59 </ui>