1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>IdentityEditWidget</class>
4 <widget class="QWidget" name="IdentityEditWidget">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout_13">
17 <property name="spacing">
20 <property name="margin">
24 <widget class="QTabWidget" name="tabWidget">
25 <property name="currentIndex">
28 <widget class="QWidget" name="generalTab">
29 <attribute name="title">
30 <string>General</string>
32 <layout class="QVBoxLayout">
34 <layout class="QHBoxLayout" name="_2">
36 <widget class="QLabel" name="label">
37 <property name="text">
38 <string>Real Name:</string>
43 <widget class="QLineEdit" name="realName">
44 <property name="whatsThis">
45 <string>The "Real Name" is shown in /whois.</string>
52 <widget class="QGroupBox" name="groupBox">
53 <property name="title">
54 <string>Nicknames</string>
56 <layout class="QHBoxLayout" name="_3">
58 <widget class="QListWidget" name="nicknameList">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
61 <horstretch>1</horstretch>
62 <verstretch>0</verstretch>
65 <property name="showDropIndicator" stdset="0">
68 <property name="dragEnabled">
71 <property name="dragDropMode">
72 <enum>QAbstractItemView::NoDragDrop</enum>
74 <property name="selectionBehavior">
75 <enum>QAbstractItemView::SelectRows</enum>
80 <layout class="QVBoxLayout" name="_4">
82 <widget class="QPushButton" name="addNick">
83 <property name="sizePolicy">
84 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
85 <horstretch>0</horstretch>
86 <verstretch>0</verstretch>
89 <property name="toolTip">
90 <string>Add Nickname</string>
92 <property name="text">
93 <string>&Add...</string>
95 <property name="icon">
97 <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
99 <property name="iconSize">
108 <widget class="QPushButton" name="deleteNick">
109 <property name="sizePolicy">
110 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
111 <horstretch>0</horstretch>
112 <verstretch>0</verstretch>
115 <property name="toolTip">
116 <string>Remove Nickname</string>
118 <property name="text">
119 <string>Remove</string>
121 <property name="icon">
123 <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
128 <widget class="QPushButton" name="renameNick">
129 <property name="sizePolicy">
130 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
131 <horstretch>0</horstretch>
132 <verstretch>0</verstretch>
135 <property name="toolTip">
136 <string>Rename Identity</string>
138 <property name="text">
139 <string>Re&name...</string>
141 <property name="icon">
143 <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</iconset>
148 <layout class="QHBoxLayout" name="_5">
151 <property name="orientation">
152 <enum>Qt::Horizontal</enum>
154 <property name="sizeHint" stdset="0">
163 <widget class="QToolButton" name="nickUp">
164 <property name="toolTip">
165 <string>Move upwards in list</string>
167 <property name="text">
170 <property name="icon">
172 <normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</iconset>
177 <widget class="QToolButton" name="nickDown">
178 <property name="toolTip">
179 <string>Move downwards in list</string>
181 <property name="text">
184 <property name="icon">
186 <normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</iconset>
192 <property name="orientation">
193 <enum>Qt::Horizontal</enum>
195 <property name="sizeHint" stdset="0">
207 <property name="orientation">
208 <enum>Qt::Vertical</enum>
210 <property name="sizeHint" stdset="0">
225 <widget class="QWidget" name="awayTab">
226 <attribute name="title">
227 <string>A&way</string>
229 <layout class="QVBoxLayout" name="verticalLayout_4">
231 <widget class="QGroupBox" name="groupBox_2">
232 <property name="title">
233 <string>Default Away Settings</string>
235 <layout class="QVBoxLayout" name="verticalLayout_3">
237 <layout class="QGridLayout" name="_6">
238 <item row="0" column="1">
239 <widget class="QLineEdit" name="awayNick">
240 <property name="enabled">
243 <property name="toolTip">
244 <string>Nick to be used when being away</string>
248 <item row="1" column="1">
249 <widget class="QLineEdit" name="awayReason">
250 <property name="enabled">
253 <property name="toolTip">
254 <string>Default away reason</string>
258 <item row="0" column="0">
259 <widget class="QLabel" name="awayNickLabel">
260 <property name="text">
261 <string>Away Nick:</string>
265 <item row="1" column="0">
266 <widget class="QLabel" name="awayReasonLabel">
267 <property name="text">
268 <string>Away Reason:</string>
278 <widget class="QGroupBox" name="detachAwayEnabled">
279 <property name="toolTip">
280 <string>Set away when all clients have detached from the core</string>
282 <property name="title">
283 <string>Away On Detach</string>
285 <property name="checkable">
288 <property name="checked">
291 <layout class="QVBoxLayout" name="verticalLayout">
293 <layout class="QHBoxLayout" name="horizontalLayout">
295 <widget class="QLabel" name="label_13">
296 <property name="text">
297 <string>Away Reason:</string>
302 <widget class="QLineEdit" name="detachAwayReason"/>
310 <widget class="QGroupBox" name="autoAwayEnabled">
311 <property name="enabled">
314 <property name="toolTip">
315 <string>Not implemented yet</string>
317 <property name="title">
318 <string>Away On Idle</string>
320 <property name="checkable">
323 <property name="checked">
326 <layout class="QVBoxLayout" name="verticalLayout_2">
328 <layout class="QHBoxLayout" name="_7">
330 <widget class="QLabel" name="autoAwayLabel_1">
331 <property name="text">
332 <string>Set away after</string>
337 <widget class="QSpinBox" name="autoAwayTime"/>
340 <widget class="QLabel" name="autoAwayLabel_2">
341 <property name="text">
342 <string>minutes of being idle</string>
348 <property name="orientation">
349 <enum>Qt::Horizontal</enum>
351 <property name="sizeHint" stdset="0">
362 <layout class="QGridLayout" name="_8">
363 <item row="0" column="0">
364 <widget class="QCheckBox" name="autoAwayReasonEnabled">
365 <property name="text">
366 <string>Away Reason:</string>
370 <item row="0" column="1">
371 <widget class="QLineEdit" name="autoAwayReason">
372 <property name="enabled">
384 <property name="orientation">
385 <enum>Qt::Vertical</enum>
387 <property name="sizeHint" stdset="0">
397 <widget class="QWidget" name="advancedTab">
398 <attribute name="title">
399 <string>Advanced</string>
401 <layout class="QVBoxLayout" name="verticalLayout_12">
403 <layout class="QHBoxLayout" name="_9">
405 <widget class="QLabel" name="label_2">
406 <property name="text">
407 <string>Ident:</string>
412 <widget class="QLineEdit" name="ident">
413 <property name="whatsThis">
414 <string>The "ident" is part of your hostmask and, together with your host, uniquely identifies you within the IRC network.</string>
421 <widget class="QGroupBox" name="groupBox_3">
422 <property name="title">
423 <string>Messages</string>
425 <layout class="QVBoxLayout" name="_10">
427 <layout class="QGridLayout" name="_11">
428 <item row="1" column="0">
429 <widget class="QLabel" name="label_3">
430 <property name="text">
431 <string>Part Reason:</string>
435 <item row="1" column="1">
436 <widget class="QLineEdit" name="partReason"/>
438 <item row="0" column="1">
439 <widget class="QLineEdit" name="kickReason"/>
441 <item row="2" column="0">
442 <widget class="QLabel" name="label_5">
443 <property name="text">
444 <string>Quit Reason:</string>
448 <item row="2" column="1">
449 <widget class="QLineEdit" name="quitReason"/>
451 <item row="0" column="0">
452 <widget class="QLabel" name="label_4">
453 <property name="text">
454 <string>Kick Reason:</string>
464 <widget class="QStackedWidget" name="keyAndCertSettings">
465 <property name="styleSheet">
466 <string notr="true"/>
468 <property name="lineWidth">
471 <property name="currentIndex">
474 <widget class="QWidget" name="pageNoSsl">
475 <layout class="QVBoxLayout" name="verticalLayout_8">
476 <property name="margin">
480 <widget class="QGroupBox" name="groupBox_6">
481 <property name="title">
484 <layout class="QVBoxLayout" name="verticalLayout_9">
486 <widget class="QLabel" name="label_8">
487 <property name="text">
488 <string>You need an SSL Capable Client to edit your Cores SSL Key and Certificate</string>
490 <property name="alignment">
491 <set>Qt::AlignCenter</set>
493 <property name="wordWrap">
503 <widget class="QWidget" name="pageUnsecure">
504 <layout class="QVBoxLayout" name="verticalLayout_7">
505 <property name="margin">
509 <widget class="QGroupBox" name="groupBox_5">
510 <property name="title">
513 <layout class="QVBoxLayout" name="verticalLayout_6">
515 <widget class="QLabel" name="label_7">
516 <property name="text">
517 <string>Warning: you are not connected with a secured connection to the Quassel Core!
518 Proceeding will cause an unencrypted transfer of your SSL Key and SSL Certificate!</string>
520 <property name="alignment">
521 <set>Qt::AlignCenter</set>
523 <property name="wordWrap">
529 <layout class="QHBoxLayout" name="horizontalLayout_2">
531 <spacer name="horizontalSpacer">
532 <property name="orientation">
533 <enum>Qt::Horizontal</enum>
535 <property name="sizeHint" stdset="0">
544 <widget class="QPushButton" name="continueUnsecured">
545 <property name="text">
546 <string>Continue</string>
551 <spacer name="horizontalSpacer_3">
552 <property name="orientation">
553 <enum>Qt::Horizontal</enum>
555 <property name="sizeHint" stdset="0">
570 <widget class="QWidget" name="pageEditSsl">
571 <layout class="QVBoxLayout" name="verticalLayout_11">
572 <property name="spacing">
575 <property name="margin">
579 <widget class="QGroupBox" name="sslKeyGroupBox">
580 <property name="styleSheet">
581 <string notr="true"/>
583 <property name="title">
584 <string>Use SSL Key</string>
586 <property name="checkable">
589 <property name="checked">
592 <layout class="QVBoxLayout" name="verticalLayout_5">
594 <layout class="QHBoxLayout" name="horizontalLayout_3">
596 <widget class="QLabel" name="label_6">
597 <property name="text">
598 <string>Key Type:</string>
603 <widget class="QLabel" name="keyTypeLabel">
604 <property name="text">
605 <string>No Key loaded</string>
610 <spacer name="horizontalSpacer_2">
611 <property name="orientation">
612 <enum>Qt::Horizontal</enum>
614 <property name="sizeHint" stdset="0">
623 <widget class="QPushButton" name="clearOrLoadKeyButton">
624 <property name="text">
625 <string>Load</string>
635 <widget class="QGroupBox" name="sslCertGroupBox">
636 <property name="title">
637 <string>Use SSL Certificate</string>
639 <layout class="QHBoxLayout" name="horizontalLayout_6">
640 <property name="spacing">
644 <layout class="QVBoxLayout" name="verticalLayout_10">
645 <property name="spacing">
649 <layout class="QHBoxLayout" name="horizontalLayout_4">
650 <property name="spacing">
654 <widget class="QLabel" name="label_9">
655 <property name="text">
656 <string>Organisation:</string>
661 <widget class="QLabel" name="certOrgLabel">
662 <property name="text">
663 <string>No Certificate loaded</string>
668 <spacer name="horizontalSpacer_4">
669 <property name="orientation">
670 <enum>Qt::Horizontal</enum>
672 <property name="sizeHint" stdset="0">
683 <layout class="QHBoxLayout" name="horizontalLayout_5">
684 <property name="spacing">
688 <widget class="QLabel" name="label_10">
689 <property name="text">
690 <string>CommonName:</string>
695 <widget class="QLabel" name="certCNameLabel">
696 <property name="text">
697 <string>No Certificate loaded</string>
702 <spacer name="horizontalSpacer_5">
703 <property name="orientation">
704 <enum>Qt::Horizontal</enum>
706 <property name="sizeHint" stdset="0">
719 <layout class="QVBoxLayout" name="verticalLayout_14">
721 <widget class="QPushButton" name="clearOrLoadCertButton">
722 <property name="text">
723 <string>Load</string>
728 <spacer name="verticalSpacer_2">
729 <property name="orientation">
730 <enum>Qt::Vertical</enum>
732 <property name="sizeHint" stdset="0">
750 <spacer name="verticalSpacer">
751 <property name="orientation">
752 <enum>Qt::Vertical</enum>
754 <property name="sizeHint" stdset="0">
769 <tabstop>tabWidget</tabstop>
770 <tabstop>realName</tabstop>
771 <tabstop>nicknameList</tabstop>
772 <tabstop>addNick</tabstop>
773 <tabstop>deleteNick</tabstop>
774 <tabstop>renameNick</tabstop>
775 <tabstop>nickUp</tabstop>
776 <tabstop>nickDown</tabstop>
777 <tabstop>awayNick</tabstop>
778 <tabstop>awayReason</tabstop>
779 <tabstop>detachAwayEnabled</tabstop>
780 <tabstop>detachAwayReason</tabstop>
781 <tabstop>autoAwayEnabled</tabstop>
782 <tabstop>autoAwayTime</tabstop>
783 <tabstop>autoAwayReasonEnabled</tabstop>
784 <tabstop>autoAwayReason</tabstop>
785 <tabstop>ident</tabstop>
786 <tabstop>kickReason</tabstop>
787 <tabstop>partReason</tabstop>
788 <tabstop>quitReason</tabstop>
789 <tabstop>continueUnsecured</tabstop>
790 <tabstop>clearOrLoadKeyButton</tabstop>
791 <tabstop>clearOrLoadCertButton</tabstop>