More polishing of QuasselTopia, and getting rid of debug output.
[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    <item>
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>&lt;b>Connection to core in progress.&lt;/b></string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignCenter</set>
23      </property>
24      <property name="wordWrap" >
25       <bool>true</bool>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <widget class="QLabel" name="connectionStatus" >
31      <property name="text" >
32       <string>Connecting...</string>
33      </property>
34      <property name="wordWrap" >
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QProgressBar" name="connectionProgress" >
41      <property name="value" >
42       <number>0</number>
43      </property>
44      <property name="orientation" >
45       <enum>Qt::Horizontal</enum>
46      </property>
47     </widget>
48    </item>
49    <item>
50     <spacer>
51      <property name="orientation" >
52       <enum>Qt::Vertical</enum>
53      </property>
54      <property name="sizeHint" >
55       <size>
56        <width>138</width>
57        <height>51</height>
58       </size>
59      </property>
60     </spacer>
61    </item>
62   </layout>
63  </widget>
64  <resources/>
65  <connections/>
66 </ui>