Give the CoreConnectDlg its icons back :)
[quassel.git] / src / qtui / ui / coreconnectdlg.ui
1 <ui version="4.0" >
2  <class>CoreConnectDlg</class>
3  <widget class="QDialog" name="CoreConnectDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>462</width>
9     <height>249</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Connect to Quassel Core</string>
20   </property>
21   <property name="windowIcon" >
22    <iconset/>
23   </property>
24   <property name="modal" >
25    <bool>false</bool>
26   </property>
27   <layout class="QVBoxLayout" >
28    <property name="spacing" >
29     <number>6</number>
30    </property>
31    <property name="leftMargin" >
32     <number>0</number>
33    </property>
34    <property name="topMargin" >
35     <number>0</number>
36    </property>
37    <property name="rightMargin" >
38     <number>0</number>
39    </property>
40    <property name="bottomMargin" >
41     <number>0</number>
42    </property>
43    <item>
44     <widget class="QStackedWidget" name="stackedWidget" >
45      <property name="currentIndex" >
46       <number>0</number>
47      </property>
48      <widget class="QWidget" name="page" >
49       <layout class="QGridLayout" >
50        <item row="0" column="0" >
51         <widget class="QGroupBox" name="groupBox" >
52          <property name="title" >
53           <string>Account Settings</string>
54          </property>
55          <layout class="QGridLayout" >
56           <item rowspan="2" row="0" column="0" >
57            <widget class="QLabel" name="label_5" >
58             <property name="text" >
59              <string>Account:</string>
60             </property>
61            </widget>
62           </item>
63           <item rowspan="2" row="0" column="1" colspan="2" >
64            <widget class="QComboBox" name="accountList" >
65             <property name="editable" >
66              <bool>false</bool>
67             </property>
68             <property name="insertPolicy" >
69              <enum>QComboBox::InsertAlphabetically</enum>
70             </property>
71            </widget>
72           </item>
73           <item rowspan="2" row="0" column="3" >
74            <widget class="QToolButton" name="editAccount" >
75             <property name="text" >
76              <string>...</string>
77             </property>
78             <property name="icon" >
79              <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/configure.png</iconset>
80             </property>
81             <property name="iconSize" >
82              <size>
83               <width>22</width>
84               <height>22</height>
85              </size>
86             </property>
87            </widget>
88           </item>
89           <item rowspan="2" row="0" column="4" >
90            <widget class="QToolButton" name="newAccount" >
91             <property name="text" >
92              <string>...</string>
93             </property>
94             <property name="icon" >
95              <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/list-add.png</iconset>
96             </property>
97             <property name="iconSize" >
98              <size>
99               <width>22</width>
100               <height>22</height>
101              </size>
102             </property>
103            </widget>
104           </item>
105           <item rowspan="2" row="0" column="5" colspan="2" >
106            <widget class="QToolButton" name="delAccount" >
107             <property name="text" >
108              <string>...</string>
109             </property>
110             <property name="icon" >
111              <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/edit-delete.png</iconset>
112             </property>
113             <property name="iconSize" >
114              <size>
115               <width>22</width>
116               <height>22</height>
117              </size>
118             </property>
119            </widget>
120           </item>
121           <item row="1" column="6" >
122            <spacer>
123             <property name="orientation" >
124              <enum>Qt::Horizontal</enum>
125             </property>
126             <property name="sizeHint" >
127              <size>
128               <width>20</width>
129               <height>20</height>
130              </size>
131             </property>
132            </spacer>
133           </item>
134           <item row="2" column="0" >
135            <widget class="QLabel" name="label_2" >
136             <property name="text" >
137              <string>Host:</string>
138             </property>
139            </widget>
140           </item>
141           <item row="2" column="1" colspan="2" >
142            <widget class="QLineEdit" name="hostEdit" />
143           </item>
144           <item row="2" column="3" colspan="4" >
145            <widget class="QCheckBox" name="internalCore" >
146             <property name="enabled" >
147              <bool>false</bool>
148             </property>
149             <property name="text" >
150              <string>Use internal</string>
151             </property>
152             <property name="checked" >
153              <bool>false</bool>
154             </property>
155            </widget>
156           </item>
157           <item row="3" column="0" >
158            <widget class="QLabel" name="label" >
159             <property name="text" >
160              <string>Port:</string>
161             </property>
162            </widget>
163           </item>
164           <item row="3" column="1" >
165            <widget class="QSpinBox" name="port" >
166             <property name="minimum" >
167              <number>1024</number>
168             </property>
169             <property name="maximum" >
170              <number>65535</number>
171             </property>
172             <property name="value" >
173              <number>4242</number>
174             </property>
175            </widget>
176           </item>
177           <item row="3" column="2" >
178            <spacer>
179             <property name="orientation" >
180              <enum>Qt::Horizontal</enum>
181             </property>
182             <property name="sizeHint" >
183              <size>
184               <width>211</width>
185               <height>20</height>
186              </size>
187             </property>
188            </spacer>
189           </item>
190           <item row="4" column="0" >
191            <widget class="QLabel" name="label_3" >
192             <property name="text" >
193              <string>User:</string>
194             </property>
195            </widget>
196           </item>
197           <item row="4" column="1" colspan="2" >
198            <widget class="QLineEdit" name="userEdit" />
199           </item>
200           <item row="5" column="0" >
201            <widget class="QLabel" name="label_4" >
202             <property name="text" >
203              <string>Password:</string>
204             </property>
205            </widget>
206           </item>
207           <item row="5" column="1" colspan="2" >
208            <widget class="QLineEdit" name="passwdEdit" >
209             <property name="echoMode" >
210              <enum>QLineEdit::Password</enum>
211             </property>
212            </widget>
213           </item>
214           <item row="5" column="3" colspan="4" >
215            <widget class="QCheckBox" name="rememberPasswd" >
216             <property name="text" >
217              <string>Remember</string>
218             </property>
219            </widget>
220           </item>
221          </layout>
222         </widget>
223        </item>
224        <item row="1" column="0" >
225         <spacer>
226          <property name="orientation" >
227           <enum>Qt::Vertical</enum>
228          </property>
229          <property name="sizeHint" >
230           <size>
231            <width>20</width>
232            <height>40</height>
233           </size>
234          </property>
235         </spacer>
236        </item>
237        <item row="2" column="0" >
238         <layout class="QHBoxLayout" >
239          <property name="spacing" >
240           <number>6</number>
241          </property>
242          <property name="leftMargin" >
243           <number>0</number>
244          </property>
245          <property name="topMargin" >
246           <number>0</number>
247          </property>
248          <property name="rightMargin" >
249           <number>0</number>
250          </property>
251          <property name="bottomMargin" >
252           <number>0</number>
253          </property>
254          <item>
255           <widget class="QCheckBox" name="autoConnect" >
256            <property name="text" >
257             <string>Always use this account</string>
258            </property>
259            <property name="checked" >
260             <bool>false</bool>
261            </property>
262           </widget>
263          </item>
264          <item>
265           <spacer>
266            <property name="orientation" >
267             <enum>Qt::Horizontal</enum>
268            </property>
269            <property name="sizeHint" >
270             <size>
271              <width>101</width>
272              <height>31</height>
273             </size>
274            </property>
275           </spacer>
276          </item>
277          <item>
278           <widget class="QDialogButtonBox" name="buttonBox1" >
279            <property name="orientation" >
280             <enum>Qt::Horizontal</enum>
281            </property>
282            <property name="standardButtons" >
283             <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
284            </property>
285           </widget>
286          </item>
287         </layout>
288        </item>
289       </layout>
290      </widget>
291      <widget class="QWidget" name="page_2" >
292       <layout class="QVBoxLayout" >
293        <item>
294         <widget class="QGroupBox" name="connectionGroupBox" >
295          <property name="title" >
296           <string>Connecting to...</string>
297          </property>
298          <layout class="QVBoxLayout" >
299           <item>
300            <widget class="QLabel" name="connectionStatus" >
301             <property name="text" >
302              <string>Connecting...</string>
303             </property>
304            </widget>
305           </item>
306           <item>
307            <widget class="QProgressBar" name="connectionProgress" >
308             <property name="value" >
309              <number>0</number>
310             </property>
311             <property name="orientation" >
312              <enum>Qt::Horizontal</enum>
313             </property>
314            </widget>
315           </item>
316           <item>
317            <layout class="QHBoxLayout" >
318             <item>
319              <widget class="QLabel" name="profileLabel" >
320               <property name="text" >
321                <string>GUI Profile:</string>
322               </property>
323              </widget>
324             </item>
325             <item>
326              <widget class="QComboBox" name="guiProfile" >
327               <property name="sizePolicy" >
328                <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
329                 <horstretch>0</horstretch>
330                 <verstretch>0</verstretch>
331                </sizepolicy>
332               </property>
333              </widget>
334             </item>
335             <item>
336              <widget class="QPushButton" name="newGuiProfile" >
337               <property name="sizePolicy" >
338                <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
339                 <horstretch>0</horstretch>
340                 <verstretch>0</verstretch>
341                </sizepolicy>
342               </property>
343               <property name="text" >
344                <string>New...</string>
345               </property>
346              </widget>
347             </item>
348            </layout>
349           </item>
350           <item>
351            <widget class="QCheckBox" name="alwaysUseProfile" >
352             <property name="text" >
353              <string>Always use this profile</string>
354             </property>
355            </widget>
356           </item>
357          </layout>
358         </widget>
359        </item>
360        <item>
361         <spacer>
362          <property name="orientation" >
363           <enum>Qt::Vertical</enum>
364          </property>
365          <property name="sizeHint" >
366           <size>
367            <width>20</width>
368            <height>31</height>
369           </size>
370          </property>
371         </spacer>
372        </item>
373        <item>
374         <layout class="QHBoxLayout" >
375          <item>
376           <spacer>
377            <property name="orientation" >
378             <enum>Qt::Horizontal</enum>
379            </property>
380            <property name="sizeHint" >
381             <size>
382              <width>40</width>
383              <height>20</height>
384             </size>
385            </property>
386           </spacer>
387          </item>
388          <item>
389           <widget class="QDialogButtonBox" name="buttonBox2" >
390            <property name="standardButtons" >
391             <set>QDialogButtonBox::Abort|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
392            </property>
393           </widget>
394          </item>
395         </layout>
396        </item>
397       </layout>
398      </widget>
399     </widget>
400    </item>
401   </layout>
402  </widget>
403  <resources>
404   <include location="../../images/icons.qrc" />
405   <include location="../../icons/icons.qrc" />
406  </resources>
407  <connections>
408   <connection>
409    <sender>buttonBox1</sender>
410    <signal>rejected()</signal>
411    <receiver>CoreConnectDlg</receiver>
412    <slot>reject()</slot>
413    <hints>
414     <hint type="sourcelabel" >
415      <x>507</x>
416      <y>273</y>
417     </hint>
418     <hint type="destinationlabel" >
419      <x>297</x>
420      <y>151</y>
421     </hint>
422    </hints>
423   </connection>
424  </connections>
425 </ui>