1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IrcIdentitiesEditDialog</class>
4 <widget class="QDialog" name="IrcIdentitiesEditDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>650</width>
10    <height>510</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>IRC Identities</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <item>
21    <layout class="QHBoxLayout" name="horizontalLayout">
22     <item>
23      <widget class="QLabel" name="label">
24       <property name="text">
25        <string>Identity:</string>
26       </property>
27      </widget>
28     </item>
29     <item>
30      <widget class="QComboBox" name="identitiesCombo">
31       <property name="sizePolicy">
32        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
33         <horstretch>0</horstretch>
34         <verstretch>0</verstretch>
35        </sizepolicy>
36       </property>
37       <property name="toolTip">
38        <string>Select the identity to work on</string>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="QToolButton" name="addButton">
44       <property name="toolTip">
45        <string>Press to add a new identity</string>
46       </property>
47      </widget>
48     </item>
49     <item>
50      <widget class="QToolButton" name="copyButton">
51       <property name="toolTip">
52        <string>Press to copy the selected identity</string>
53       </property>
54      </widget>
55     </item>
56     <item>
57      <widget class="QToolButton" name="renameButton">
58       <property name="toolTip">
59        <string>Press to rename the selected identity</string>
60       </property>
61      </widget>
62     </item>
63     <item>
64      <widget class="QToolButton" name="deleteButton">
65       <property name="toolTip">
66        <string>Press to delete the selected identity</string>
67       </property>
68      </widget>
69     </item>
70    </layout>
71   </item>
72   <item>
73    <widget class="QTabWidget" name="identityTabWidget">
74     <property name="currentIndex">
75      <number>0</number>
76     </property>
77     <widget class="QWidget" name="generalTab">
78      <attribute name="title">
79       <string>General</string>
80      </attribute>
81      <layout class="QGridLayout" name="gridLayout_2">
82       <item row="0" column="0">
83        <widget class="QLabel" name="label_2">
84         <property name="text">
85          <string>Real Name:</string>
86         </property>
87        </widget>
88       </item>
89       <item row="0" column="1">
90        <widget class="QLineEdit" name="realnameEdit">
91         <property name="toolTip">
92          <string>Enter the real name</string>
93         </property>
94        </widget>
95       </item>
96       <item row="1" column="0" colspan="2">
97        <widget class="QGroupBox" name="nickNameGroup">
98         <property name="title">
99          <string>Nick Names</string>
100         </property>
101         <layout class="QGridLayout" name="gridLayout">
102          <item row="0" column="0" colspan="2">
103           <widget class="QLineEdit" name="nicknameEdit">
104            <property name="toolTip">
105             <string>Enter a nick name to add</string>
106            </property>
107           </widget>
108          </item>
109          <item row="1" column="0" rowspan="5">
110           <widget class="QListWidget" name="nicknamesList">
111            <property name="alternatingRowColors">
112             <bool>true</bool>
113            </property>
114           </widget>
115          </item>
116          <item row="1" column="1">
117           <widget class="QToolButton" name="nicknameAddButton">
118            <property name="toolTip">
119             <string>Press to add the entered nick name</string>
120            </property>
121           </widget>
122          </item>
123          <item row="2" column="1">
124           <widget class="QToolButton" name="nicknameDeleteButton">
125            <property name="toolTip">
126             <string>Press to delete the selected nick name</string>
127            </property>
128            <property name="text">
129             <string/>
130            </property>
131           </widget>
132          </item>
133          <item row="3" column="1">
134           <widget class="QToolButton" name="nicknameUpButton">
135            <property name="toolTip">
136             <string>Press to move the selected nick name up</string>
137            </property>
138           </widget>
139          </item>
140          <item row="4" column="1">
141           <widget class="QToolButton" name="nicknameDownButton">
142            <property name="toolTip">
143             <string>Press to move the selected nick name down</string>
144            </property>
145           </widget>
146          </item>
147          <item row="5" column="1">
148           <spacer name="verticalSpacer">
149            <property name="orientation">
150             <enum>Qt::Vertical</enum>
151            </property>
152            <property name="sizeHint" stdset="0">
153             <size>
154              <width>20</width>
155              <height>87</height>
156             </size>
157            </property>
158           </spacer>
159          </item>
160         </layout>
161        </widget>
162       </item>
163       <item row="2" column="0" colspan="2">
164        <widget class="QGroupBox" name="autoIdentifyGroup">
165         <property name="title">
166          <string>Auto Identify</string>
167         </property>
168         <layout class="QHBoxLayout" name="horizontalLayout_2">
169          <item>
170           <widget class="QLabel" name="label_3">
171            <property name="text">
172             <string>Service:</string>
173            </property>
174           </widget>
175          </item>
176          <item>
177           <widget class="QLineEdit" name="serviceEdit">
178            <property name="toolTip">
179             <string>Enter the name of the service to identify against</string>
180            </property>
181            <property name="whatsThis">
182             <string>Service name can be &lt;b&gt;&lt;i&gt;nickserv&lt;/i&gt;&lt;/b&gt; or a network-dependent name such as &lt;b&gt;&lt;i&gt;nickserv@services.dal.net&lt;/i&gt;&lt;/b&gt;</string>
183            </property>
184           </widget>
185          </item>
186          <item>
187           <widget class="QLabel" name="label_4">
188            <property name="text">
189             <string>Password:</string>
190            </property>
191           </widget>
192          </item>
193          <item>
194           <widget class="QLineEdit" name="passwordEdit">
195            <property name="toolTip">
196             <string>Enter the password</string>
197            </property>
198            <property name="echoMode">
199             <enum>QLineEdit::Password</enum>
200            </property>
201           </widget>
202          </item>
203          <item>
204           <widget class="QToolButton" name="showPasswordButton">
205            <property name="toolTip">
206             <string>Press to show the password</string>
207            </property>
208            <property name="checkable">
209             <bool>true</bool>
210            </property>
211           </widget>
212          </item>
213         </layout>
214        </widget>
215       </item>
216      </layout>
217     </widget>
218     <widget class="QWidget" name="awayTab">
219      <attribute name="title">
220       <string>Away</string>
221      </attribute>
222      <layout class="QGridLayout" name="gridLayout_5">
223       <item row="0" column="0" colspan="2">
224        <widget class="QCheckBox" name="rememberPosOnAwayCheckBox">
225         <property name="toolTip">
226          <string>Select to mark the current position in the chat, when you send an AWAY command.</string>
227         </property>
228         <property name="whatsThis">
229          <string/>
230         </property>
231         <property name="text">
232          <string>Mark the current position in chat windows when going away</string>
233         </property>
234        </widget>
235       </item>
236       <item row="1" column="0">
237        <widget class="QLabel" name="label_8">
238         <property name="text">
239          <string>Away Message:</string>
240         </property>
241        </widget>
242       </item>
243       <item row="1" column="1">
244        <widget class="QLineEdit" name="awayEdit">
245         <property name="toolTip">
246          <string>Enter the message to be sent when going away</string>
247         </property>
248        </widget>
249       </item>
250       <item row="2" column="1">
251        <spacer name="verticalSpacer_3">
252         <property name="orientation">
253          <enum>Qt::Vertical</enum>
254         </property>
255         <property name="sizeHint" stdset="0">
256          <size>
257           <width>20</width>
258           <height>219</height>
259          </size>
260         </property>
261        </spacer>
262       </item>
263      </layout>
264     </widget>
265     <widget class="QWidget" name="advancedTab">
266      <attribute name="title">
267       <string>Advanced</string>
268      </attribute>
269      <layout class="QGridLayout" name="gridLayout_3">
270       <item row="0" column="0">
271        <widget class="QLabel" name="label_5">
272         <property name="text">
273          <string>Ident:</string>
274         </property>
275        </widget>
276       </item>
277       <item row="0" column="1">
278        <widget class="QLineEdit" name="identEdit">
279         <property name="toolTip">
280          <string>Enter the identity to be used to log-on to the server</string>
281         </property>
282        </widget>
283       </item>
284       <item row="1" column="0">
285        <widget class="QLabel" name="label_6">
286         <property name="text">
287          <string>Reason for Quit:</string>
288         </property>
289        </widget>
290       </item>
291       <item row="1" column="1">
292        <widget class="QLineEdit" name="quitEdit">
293         <property name="toolTip">
294          <string>Enter a message to be sent when quitting</string>
295         </property>
296        </widget>
297       </item>
298       <item row="2" column="0">
299        <widget class="QLabel" name="label_7">
300         <property name="text">
301          <string>Reason for Part:</string>
302         </property>
303        </widget>
304       </item>
305       <item row="2" column="1">
306        <widget class="QLineEdit" name="partEdit">
307         <property name="toolTip">
308          <string>Enter message to be sent when leaving a channel</string>
309         </property>
310        </widget>
311       </item>
312       <item row="3" column="1">
313        <spacer name="verticalSpacer_2">
314         <property name="orientation">
315          <enum>Qt::Vertical</enum>
316         </property>
317         <property name="sizeHint" stdset="0">
318          <size>
319           <width>20</width>
320           <height>291</height>
321          </size>
322         </property>
323        </spacer>
324       </item>
325      </layout>
326     </widget>
327    </widget>
328   </item>
329   <item>
330    <widget class="QDialogButtonBox" name="buttonBox">
331     <property name="orientation">
332      <enum>Qt::Horizontal</enum>
333     </property>
334     <property name="standardButtons">
335      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
336     </property>
337    </widget>
338   </item>
339  </layout>
340 </widget>
341 <tabstops>
342  <tabstop>identitiesCombo</tabstop>
343  <tabstop>addButton</tabstop>
344  <tabstop>copyButton</tabstop>
345  <tabstop>renameButton</tabstop>
346  <tabstop>deleteButton</tabstop>
347  <tabstop>identityTabWidget</tabstop>
348  <tabstop>realnameEdit</tabstop>
349  <tabstop>nicknameEdit</tabstop>
350  <tabstop>nicknamesList</tabstop>
351  <tabstop>nicknameAddButton</tabstop>
352  <tabstop>nicknameDeleteButton</tabstop>
353  <tabstop>nicknameUpButton</tabstop>
354  <tabstop>nicknameDownButton</tabstop>
355  <tabstop>serviceEdit</tabstop>
356  <tabstop>passwordEdit</tabstop>
357  <tabstop>showPasswordButton</tabstop>
358  <tabstop>rememberPosOnAwayCheckBox</tabstop>
359  <tabstop>awayEdit</tabstop>
360  <tabstop>identEdit</tabstop>
361  <tabstop>quitEdit</tabstop>
362  <tabstop>partEdit</tabstop>
363 </tabstops>
364 <resources/>
365 <connections>
366  <connection>
367   <sender>buttonBox</sender>
368   <signal>accepted()</signal>
369   <receiver>IrcIdentitiesEditDialog</receiver>
370   <slot>accept()</slot>
371   <hints>
372    <hint type="sourcelabel">
373     <x>248</x>
374     <y>254</y>
375    </hint>
376    <hint type="destinationlabel">
377     <x>157</x>
378     <y>274</y>
379    </hint>
380   </hints>
381  </connection>
382  <connection>
383   <sender>buttonBox</sender>
384   <signal>rejected()</signal>
385   <receiver>IrcIdentitiesEditDialog</receiver>
386   <slot>reject()</slot>
387   <hints>
388    <hint type="sourcelabel">
389     <x>316</x>
390     <y>260</y>
391    </hint>
392    <hint type="destinationlabel">
393     <x>286</x>
394     <y>274</y>
395    </hint>
396   </hints>
397  </connection>
398 </connections>
399</ui>
400