Still working on the authentification stuff. Technically, now even in the monolithic...
[quassel.git] / src / qtgui / 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>498</width>
9     <height>270</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    <item>
29     <widget class="QGroupBox" name="groupBox" >
30      <property name="title" >
31       <string>Core Connection Settings</string>
32      </property>
33      <layout class="QHBoxLayout" >
34       <item>
35        <layout class="QGridLayout" >
36         <item row="0" column="0" colspan="2" >
37          <widget class="QComboBox" name="connectProfileName" />
38         </item>
39         <item row="1" column="0" >
40          <widget class="QLabel" name="label_2" >
41           <property name="text" >
42            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
43 p, li { white-space: pre-wrap; }
44 &lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:11pt; font-weight:400; font-style:normal;">
45 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Host:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
46           </property>
47          </widget>
48         </item>
49         <item row="1" column="1" >
50          <widget class="QLabel" name="hostName" >
51           <property name="text" >
52            <string>quassel.mindpool.net:4242</string>
53           </property>
54          </widget>
55         </item>
56         <item row="2" column="0" >
57          <widget class="QLabel" name="label_3" >
58           <property name="text" >
59            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
60 p, li { white-space: pre-wrap; }
61 &lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:11pt; font-weight:400; font-style:normal;">
62 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">User:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
63           </property>
64          </widget>
65         </item>
66         <item row="2" column="1" >
67          <widget class="QLabel" name="user" >
68           <property name="text" >
69            <string>quasseluser</string>
70           </property>
71          </widget>
72         </item>
73         <item row="3" column="0" >
74          <widget class="QLabel" name="label_4" >
75           <property name="text" >
76            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
77 p, li { white-space: pre-wrap; }
78 &lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:11pt; font-weight:400; font-style:normal;">
79 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Password:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
80           </property>
81          </widget>
82         </item>
83         <item row="3" column="1" >
84          <widget class="QLineEdit" name="passwdEdit" >
85           <property name="echoMode" >
86            <enum>QLineEdit::Password</enum>
87           </property>
88          </widget>
89         </item>
90         <item row="1" column="2" >
91          <widget class="QPushButton" name="editConnectProfile" >
92           <property name="text" >
93            <string>Edit...</string>
94           </property>
95          </widget>
96         </item>
97         <item row="0" column="2" >
98          <widget class="QPushButton" name="newConnectProfile" >
99           <property name="text" >
100            <string>New...</string>
101           </property>
102          </widget>
103         </item>
104         <item row="3" column="2" >
105          <widget class="QCheckBox" name="rememberPasswd" >
106           <property name="text" >
107            <string>Remember</string>
108           </property>
109          </widget>
110         </item>
111        </layout>
112       </item>
113      </layout>
114     </widget>
115    </item>
116    <item>
117     <spacer>
118      <property name="orientation" >
119       <enum>Qt::Vertical</enum>
120      </property>
121      <property name="sizeHint" >
122       <size>
123        <width>20</width>
124        <height>40</height>
125       </size>
126      </property>
127     </spacer>
128    </item>
129    <item>
130     <widget class="QProgressBar" name="progressBar" >
131      <property name="value" >
132       <number>0</number>
133      </property>
134      <property name="orientation" >
135       <enum>Qt::Horizontal</enum>
136      </property>
137     </widget>
138    </item>
139    <item>
140     <layout class="QHBoxLayout" >
141      <property name="spacing" >
142       <number>6</number>
143      </property>
144      <property name="leftMargin" >
145       <number>0</number>
146      </property>
147      <property name="topMargin" >
148       <number>0</number>
149      </property>
150      <property name="rightMargin" >
151       <number>0</number>
152      </property>
153      <property name="bottomMargin" >
154       <number>0</number>
155      </property>
156      <item>
157       <widget class="QCheckBox" name="autoConnect" >
158        <property name="text" >
159         <string>Connect automatically</string>
160        </property>
161        <property name="checked" >
162         <bool>true</bool>
163        </property>
164       </widget>
165      </item>
166      <item>
167       <spacer>
168        <property name="orientation" >
169         <enum>Qt::Horizontal</enum>
170        </property>
171        <property name="sizeHint" >
172         <size>
173          <width>101</width>
174          <height>31</height>
175         </size>
176        </property>
177       </spacer>
178      </item>
179      <item>
180       <widget class="QDialogButtonBox" name="buttonBox" >
181        <property name="orientation" >
182         <enum>Qt::Horizontal</enum>
183        </property>
184        <property name="standardButtons" >
185         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
186        </property>
187       </widget>
188      </item>
189     </layout>
190    </item>
191   </layout>
192  </widget>
193  <includes/>
194  <resources>
195   <include location="../../images/icons.qrc" />
196  </resources>
197  <connections>
198   <connection>
199    <sender>buttonBox</sender>
200    <signal>rejected()</signal>
201    <receiver>CoreConnectDlg</receiver>
202    <slot>reject()</slot>
203    <hints>
204     <hint type="sourcelabel" >
205      <x>507</x>
206      <y>273</y>
207     </hint>
208     <hint type="destinationlabel" >
209      <x>297</x>
210      <y>151</y>
211     </hint>
212    </hints>
213   </connection>
214  </connections>
215 </ui>