|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IrcServerEditDialog</class> |
|
4 <widget class="QDialog" name="IrcServerEditDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>158</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>IRC Server</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Server:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1" colspan="2"> |
|
28 <widget class="QLineEdit" name="serverEdit"> |
|
29 <property name="toolTip"> |
|
30 <string>Enter the host name of the IRC server</string> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item row="1" column="0"> |
|
35 <widget class="QLabel" name="label_2"> |
|
36 <property name="text"> |
|
37 <string>Port:</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item row="1" column="1"> |
|
42 <widget class="QSpinBox" name="portSpinBox"> |
|
43 <property name="toolTip"> |
|
44 <string>Enter the port number</string> |
|
45 </property> |
|
46 <property name="alignment"> |
|
47 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
48 </property> |
|
49 <property name="minimum"> |
|
50 <number>1</number> |
|
51 </property> |
|
52 <property name="maximum"> |
|
53 <number>65535</number> |
|
54 </property> |
|
55 <property name="value"> |
|
56 <number>6667</number> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="2"> |
|
61 <spacer name="horizontalSpacer"> |
|
62 <property name="orientation"> |
|
63 <enum>Qt::Horizontal</enum> |
|
64 </property> |
|
65 <property name="sizeHint" stdset="0"> |
|
66 <size> |
|
67 <width>238</width> |
|
68 <height>20</height> |
|
69 </size> |
|
70 </property> |
|
71 </spacer> |
|
72 </item> |
|
73 <item row="2" column="0"> |
|
74 <widget class="QLabel" name="label_3"> |
|
75 <property name="text"> |
|
76 <string>Password:</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item row="2" column="1" colspan="2"> |
|
81 <widget class="QLineEdit" name="passwordEdit"> |
|
82 <property name="toolTip"> |
|
83 <string>Enter the server password</string> |
|
84 </property> |
|
85 <property name="echoMode"> |
|
86 <enum>QLineEdit::Password</enum> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="3" column="0" colspan="3"> |
|
91 <widget class="QCheckBox" name="sslCheckBox"> |
|
92 <property name="toolTip"> |
|
93 <string>Select to use an SSL encrypted connection</string> |
|
94 </property> |
|
95 <property name="text"> |
|
96 <string>Use Encrypted Connection (SSL)</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 <item row="4" column="0" colspan="3"> |
|
101 <widget class="QDialogButtonBox" name="buttonBox"> |
|
102 <property name="orientation"> |
|
103 <enum>Qt::Horizontal</enum> |
|
104 </property> |
|
105 <property name="standardButtons"> |
|
106 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
107 </property> |
|
108 </widget> |
|
109 </item> |
|
110 </layout> |
|
111 </widget> |
|
112 <tabstops> |
|
113 <tabstop>serverEdit</tabstop> |
|
114 <tabstop>portSpinBox</tabstop> |
|
115 <tabstop>passwordEdit</tabstop> |
|
116 <tabstop>sslCheckBox</tabstop> |
|
117 <tabstop>buttonBox</tabstop> |
|
118 </tabstops> |
|
119 <resources/> |
|
120 <connections> |
|
121 <connection> |
|
122 <sender>buttonBox</sender> |
|
123 <signal>accepted()</signal> |
|
124 <receiver>IrcServerEditDialog</receiver> |
|
125 <slot>accept()</slot> |
|
126 <hints> |
|
127 <hint type="sourcelabel"> |
|
128 <x>248</x> |
|
129 <y>254</y> |
|
130 </hint> |
|
131 <hint type="destinationlabel"> |
|
132 <x>157</x> |
|
133 <y>274</y> |
|
134 </hint> |
|
135 </hints> |
|
136 </connection> |
|
137 <connection> |
|
138 <sender>buttonBox</sender> |
|
139 <signal>rejected()</signal> |
|
140 <receiver>IrcServerEditDialog</receiver> |
|
141 <slot>reject()</slot> |
|
142 <hints> |
|
143 <hint type="sourcelabel"> |
|
144 <x>316</x> |
|
145 <y>260</y> |
|
146 </hint> |
|
147 <hint type="destinationlabel"> |
|
148 <x>286</x> |
|
149 <y>274</y> |
|
150 </hint> |
|
151 </hints> |
|
152 </connection> |
|
153 </connections> |
|
154 </ui> |