Port things from MSN to WLM plugin:
[kdenetwork.git] / kopete / protocols / wlm / ui / wlmaccountpreferences.ui
blob8d6e2f4da8b1761e479fd5d074eba5069609976c
1 <ui version="4.0" >
2  <class>WlmAccountPreferences</class>
3  <widget class="QWidget" name="WlmAccountPreferences" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>684</width>
9     <height>412</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Account Preferences - Wlm</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_3" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <item>
20     <widget class="QTabWidget" name="mainTabWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="tab" >
25       <attribute name="title" >
26        <string>B&amp;asic Setup</string>
27       </attribute>
28       <layout class="QVBoxLayout" name="verticalLayout_4" >
29        <item>
30         <widget class="QGroupBox" name="groupBox" >
31          <property name="title" >
32           <string>Account Information</string>
33          </property>
34          <layout class="QVBoxLayout" name="verticalLayout" >
35           <item>
36            <layout class="QHBoxLayout" name="horizontalLayout" >
37             <item>
38              <widget class="QLabel" name="accountLabel" >
39               <property name="toolTip" >
40                <string>The account name of your account.</string>
41               </property>
42               <property name="whatsThis" >
43                <string>The account name of your account.</string>
44               </property>
45               <property name="text" >
46                <string>WLM Passport:</string>
47               </property>
48               <property name="wordWrap" >
49                <bool>false</bool>
50               </property>
51               <property name="buddy" >
52                <cstring>m_passport</cstring>
53               </property>
54              </widget>
55             </item>
56             <item>
57              <widget class="QLineEdit" name="m_passport" >
58               <property name="toolTip" >
59                <string>The account name of your account.</string>
60               </property>
61               <property name="whatsThis" >
62                <string>The account name of your account.</string>
63               </property>
64              </widget>
65             </item>
66            </layout>
67           </item>
68           <item>
69            <widget class="Kopete::UI::PasswordWidget" native="1" name="m_password" />
70           </item>
71           <item>
72            <widget class="QCheckBox" name="m_autologin" >
73             <property name="whatsThis" >
74              <string>If you check this checkbox, the account will not be connected when you press the "Connect All" button, or at startup when automatic connection at startup is enabled.</string>
75             </property>
76             <property name="text" >
77              <string>E&amp;xclude from connect all</string>
78             </property>
79             <property name="checked" >
80              <bool>false</bool>
81             </property>
82            </widget>
83           </item>
84          </layout>
85         </widget>
86        </item>
87        <item>
88         <widget class="QGroupBox" name="groupBox_2" >
89          <property name="title" >
90           <string>Registration</string>
91          </property>
92          <layout class="QHBoxLayout" >
93           <property name="spacing" >
94            <number>6</number>
95           </property>
96           <property name="margin" >
97            <number>9</number>
98           </property>
99           <item>
100            <widget class="QLabel" name="textLabel6" >
101             <property name="sizePolicy" >
102              <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
103               <horstretch>0</horstretch>
104               <verstretch>0</verstretch>
105              </sizepolicy>
106             </property>
107             <property name="minimumSize" >
108              <size>
109               <width>0</width>
110               <height>0</height>
111              </size>
112             </property>
113             <property name="text" >
114              <string>To connect to the Microsoft network, you will need a Microsoft Passport.&lt;br>&lt;br>If you do not currently have a Passport, please click the button to create one.</string>
115             </property>
116             <property name="alignment" >
117              <set>Qt::AlignVCenter</set>
118             </property>
119             <property name="wordWrap" >
120              <bool>true</bool>
121             </property>
122            </widget>
123           </item>
124           <item>
125            <widget class="QPushButton" name="buttonRegister" >
126             <property name="text" >
127              <string>Re&amp;gister New Account</string>
128             </property>
129            </widget>
130           </item>
131          </layout>
132         </widget>
133        </item>
134        <item>
135         <spacer name="verticalSpacer" >
136          <property name="orientation" >
137           <enum>Qt::Vertical</enum>
138          </property>
139          <property name="sizeHint" stdset="0" >
140           <size>
141            <width>20</width>
142            <height>0</height>
143           </size>
144          </property>
145         </spacer>
146        </item>
147       </layout>
148      </widget>
149      <widget class="QWidget" name="tab_3" >
150       <attribute name="title" >
151        <string>Privacy</string>
152       </attribute>
153       <layout class="QVBoxLayout" name="verticalLayout_5" >
154        <item>
155         <layout class="QGridLayout" name="_6" >
156          <property name="margin" >
157           <number>0</number>
158          </property>
159          <property name="spacing" >
160           <number>6</number>
161          </property>
162          <item row="0" column="4" >
163           <widget class="QLabel" name="textLabel2" >
164            <property name="text" >
165             <string>Blocked contacts:</string>
166            </property>
167           </widget>
168          </item>
169          <item row="2" column="2" >
170           <layout class="QVBoxLayout" name="_7" >
171            <property name="spacing" >
172             <number>6</number>
173            </property>
174            <property name="margin" >
175             <number>0</number>
176            </property>
177            <item>
178             <widget class="QPushButton" name="m_blockButton" >
179              <property name="text" >
180               <string/>
181              </property>
182             </widget>
183            </item>
184            <item>
185             <widget class="QPushButton" name="m_allowButton" >
186              <property name="text" >
187               <string/>
188              </property>
189             </widget>
190            </item>
191            <item>
192             <spacer>
193              <property name="orientation" >
194               <enum>Qt::Vertical</enum>
195              </property>
196              <property name="sizeType" >
197               <enum>QSizePolicy::Expanding</enum>
198              </property>
199              <property name="sizeHint" stdset="0" >
200               <size>
201                <width>20</width>
202                <height>20</height>
203               </size>
204              </property>
205             </spacer>
206            </item>
207           </layout>
208          </item>
209          <item row="0" column="0" >
210           <widget class="QLabel" name="textLabel1" >
211            <property name="text" >
212             <string>Allowed contacts:</string>
213            </property>
214           </widget>
215          </item>
216          <item row="2" column="0" >
217           <widget class="QListWidget" name="m_AL" >
218            <property name="contextMenuPolicy" >
219             <enum>Qt::ActionsContextMenu</enum>
220            </property>
221           </widget>
222          </item>
223          <item row="2" column="4" >
224           <widget class="QListWidget" name="m_BL" >
225            <property name="contextMenuPolicy" >
226             <enum>Qt::ActionsContextMenu</enum>
227            </property>
228           </widget>
229          </item>
230         </layout>
231        </item>
232        <item>
233         <widget class="QLabel" name="label" >
234          <property name="text" >
235           <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
236 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body>
237 &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-style:italic;">Italics&lt;/span> contacts are not on your contact list.&lt;/p>&lt;/body>&lt;/html></string>
238          </property>
239         </widget>
240        </item>
241        <item>
242         <widget class="QLabel" name="m_warning" >
243          <property name="font" >
244           <font>
245            <family>Sans Serif</family>
246            <pointsize>9</pointsize>
247            <weight>75</weight>
248            <italic>false</italic>
249            <bold>true</bold>
250            <underline>false</underline>
251            <strikeout>false</strikeout>
252           </font>
253          </property>
254          <property name="text" >
255           <string>WARNING: You need to be connected to modify this page</string>
256          </property>
257          <property name="alignment" >
258           <set>Qt::AlignVCenter</set>
259          </property>
260         </widget>
261        </item>
262       </layout>
263      </widget>
264      <widget class="QWidget" name="tab_2" >
265       <attribute name="title" >
266        <string>Co&amp;nnection</string>
267       </attribute>
268       <layout class="QVBoxLayout" name="verticalLayout_6" >
269        <item>
270         <widget class="QGroupBox" name="groupBox_4" >
271          <property name="title" >
272           <string>Connection Preferences (for advanced users)</string>
273          </property>
274          <layout class="QVBoxLayout" name="verticalLayout_2" >
275           <item>
276            <widget class="QCheckBox" name="optionOverrideServer" >
277             <property name="text" >
278              <string>&amp;Override default server information</string>
279             </property>
280            </widget>
281           </item>
282           <item>
283            <layout class="QHBoxLayout" name="horizontalLayout_3" >
284             <item>
285              <spacer>
286               <property name="orientation" >
287                <enum>Qt::Horizontal</enum>
288               </property>
289               <property name="sizeType" >
290                <enum>QSizePolicy::Fixed</enum>
291               </property>
292               <property name="sizeHint" stdset="0" >
293                <size>
294                 <width>16</width>
295                 <height>20</height>
296                </size>
297               </property>
298              </spacer>
299             </item>
300             <item>
301              <layout class="QHBoxLayout" name="horizontalLayout_2" >
302               <item>
303                <widget class="QLabel" name="labelServer" >
304                 <property name="enabled" >
305                  <bool>false</bool>
306                 </property>
307                 <property name="text" >
308                  <string>Ser&amp;ver /</string>
309                 </property>
310                 <property name="buddy" >
311                  <cstring>m_serverName</cstring>
312                 </property>
313                </widget>
314               </item>
315               <item>
316                <widget class="QLabel" name="labelPort" >
317                 <property name="enabled" >
318                  <bool>false</bool>
319                 </property>
320                 <property name="text" >
321                  <string>po&amp;rt:</string>
322                 </property>
323                 <property name="buddy" >
324                  <cstring>m_serverPort</cstring>
325                 </property>
326                </widget>
327               </item>
328              </layout>
329             </item>
330             <item>
331              <widget class="QLineEdit" name="m_serverName" >
332               <property name="enabled" >
333                <bool>false</bool>
334               </property>
335               <property name="sizePolicy" >
336                <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
337                 <horstretch>0</horstretch>
338                 <verstretch>0</verstretch>
339                </sizepolicy>
340               </property>
341               <property name="toolTip" >
342                <string>Only modify these values if you want to use a special IM proxy server, like SIMP</string>
343               </property>
344               <property name="whatsThis" >
345                <string>Only modify these values if you want to use a special IM proxy server, like SIMP</string>
346               </property>
347               <property name="text" >
348                <string>messenger.hotmail.com</string>
349               </property>
350              </widget>
351             </item>
352             <item>
353              <widget class="QSpinBox" name="m_serverPort" >
354               <property name="enabled" >
355                <bool>false</bool>
356               </property>
357               <property name="toolTip" >
358                <string>Only modify these values if you want to use a special IM proxy server, like SIMP</string>
359               </property>
360               <property name="whatsThis" >
361                <string>Only modify these values if you want to use a special IM proxy server, like SIMP</string>
362               </property>
363               <property name="minimum" >
364                <number>1</number>
365               </property>
366               <property name="maximum" >
367                <number>65535</number>
368               </property>
369               <property name="value" >
370                <number>1863</number>
371               </property>
372              </widget>
373             </item>
374            </layout>
375           </item>
376          </layout>
377         </widget>
378        </item>
379        <item>
380         <spacer name="verticalSpacer_2" >
381          <property name="orientation" >
382           <enum>Qt::Vertical</enum>
383          </property>
384          <property name="sizeHint" stdset="0" >
385           <size>
386            <width>20</width>
387            <height>0</height>
388           </size>
389          </property>
390         </spacer>
391        </item>
392       </layout>
393      </widget>
394     </widget>
395    </item>
396    <item>
397     <widget class="QLabel" name="labelStatusMessage" >
398      <property name="text" >
399       <string/>
400      </property>
401      <property name="alignment" >
402       <set>Qt::AlignCenter</set>
403      </property>
404      <property name="wordWrap" >
405       <bool>false</bool>
406      </property>
407     </widget>
408    </item>
409   </layout>
410  </widget>
411  <layoutdefault spacing="6" margin="11" />
412  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
413  <customwidgets>
414   <customwidget>
415    <class>Kopete::UI::PasswordWidget</class>
416    <extends></extends>
417    <header>kopetepasswordwidget.h</header>
418   </customwidget>
419  </customwidgets>
420  <resources/>
421  <connections>
422   <connection>
423    <sender>optionOverrideServer</sender>
424    <signal>toggled(bool)</signal>
425    <receiver>labelServer</receiver>
426    <slot>setEnabled(bool)</slot>
427    <hints>
428     <hint type="sourcelabel" >
429      <x>102</x>
430      <y>89</y>
431     </hint>
432     <hint type="destinationlabel" >
433      <x>104</x>
434      <y>123</y>
435     </hint>
436    </hints>
437   </connection>
438   <connection>
439    <sender>optionOverrideServer</sender>
440    <signal>toggled(bool)</signal>
441    <receiver>labelPort</receiver>
442    <slot>setEnabled(bool)</slot>
443    <hints>
444     <hint type="sourcelabel" >
445      <x>161</x>
446      <y>91</y>
447     </hint>
448     <hint type="destinationlabel" >
449      <x>152</x>
450      <y>122</y>
451     </hint>
452    </hints>
453   </connection>
454   <connection>
455    <sender>optionOverrideServer</sender>
456    <signal>toggled(bool)</signal>
457    <receiver>m_serverName</receiver>
458    <slot>setEnabled(bool)</slot>
459    <hints>
460     <hint type="sourcelabel" >
461      <x>292</x>
462      <y>90</y>
463     </hint>
464     <hint type="destinationlabel" >
465      <x>292</x>
466      <y>122</y>
467     </hint>
468    </hints>
469   </connection>
470   <connection>
471    <sender>optionOverrideServer</sender>
472    <signal>toggled(bool)</signal>
473    <receiver>m_serverPort</receiver>
474    <slot>setEnabled(bool)</slot>
475    <hints>
476     <hint type="sourcelabel" >
477      <x>505</x>
478      <y>91</y>
479     </hint>
480     <hint type="destinationlabel" >
481      <x>507</x>
482      <y>130</y>
483     </hint>
484    </hints>
485   </connection>
486  </connections>
487 </ui>