Syncing my current state, Network settings still not fully functional, so don't use...
[quassel.git] / src / qtui / settingspages / servereditdlgnew.ui
1 <ui version="4.0" >
2  <class>ServerEditDlgNew</class>
3  <widget class="QDialog" name="ServerEditDlgNew" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>264</width>
9     <height>159</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QGridLayout" >
18      <item row="0" column="0" >
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Server address:</string>
22        </property>
23       </widget>
24      </item>
25      <item row="0" column="1" >
26       <widget class="QLabel" name="label_2" >
27        <property name="text" >
28         <string>Port:</string>
29        </property>
30       </widget>
31      </item>
32      <item row="1" column="0" >
33       <widget class="QLineEdit" name="host" />
34      </item>
35      <item row="1" column="1" >
36       <widget class="QSpinBox" name="port" >
37        <property name="minimum" >
38         <number>1</number>
39        </property>
40        <property name="maximum" >
41         <number>65535</number>
42        </property>
43        <property name="value" >
44         <number>6667</number>
45        </property>
46       </widget>
47      </item>
48     </layout>
49    </item>
50    <item>
51     <layout class="QHBoxLayout" >
52      <item>
53       <widget class="QLabel" name="label_3" >
54        <property name="text" >
55         <string>Password:</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QLineEdit" name="password" >
61        <property name="enabled" >
62         <bool>false</bool>
63        </property>
64        <property name="echoMode" >
65         <enum>QLineEdit::Password</enum>
66        </property>
67       </widget>
68      </item>
69     </layout>
70    </item>
71    <item>
72     <widget class="QCheckBox" name="useSSL" >
73      <property name="enabled" >
74       <bool>false</bool>
75      </property>
76      <property name="text" >
77       <string>Use SSL</string>
78      </property>
79      <property name="icon" >
80       <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/document-encrypt.png</iconset>
81      </property>
82     </widget>
83    </item>
84    <item>
85     <spacer>
86      <property name="orientation" >
87       <enum>Qt::Vertical</enum>
88      </property>
89      <property name="sizeHint" >
90       <size>
91        <width>20</width>
92        <height>40</height>
93       </size>
94      </property>
95     </spacer>
96    </item>
97    <item>
98     <widget class="QDialogButtonBox" name="buttonBox" >
99      <property name="orientation" >
100       <enum>Qt::Horizontal</enum>
101      </property>
102      <property name="standardButtons" >
103       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
104      </property>
105     </widget>
106    </item>
107   </layout>
108  </widget>
109  <resources>
110   <include location="../../icons/icons.qrc" />
111  </resources>
112  <connections>
113   <connection>
114    <sender>buttonBox</sender>
115    <signal>accepted()</signal>
116    <receiver>ServerEditDlgNew</receiver>
117    <slot>accept()</slot>
118    <hints>
119     <hint type="sourcelabel" >
120      <x>248</x>
121      <y>254</y>
122     </hint>
123     <hint type="destinationlabel" >
124      <x>157</x>
125      <y>274</y>
126     </hint>
127    </hints>
128   </connection>
129   <connection>
130    <sender>buttonBox</sender>
131    <signal>rejected()</signal>
132    <receiver>ServerEditDlgNew</receiver>
133    <slot>reject()</slot>
134    <hints>
135     <hint type="sourcelabel" >
136      <x>316</x>
137      <y>260</y>
138     </hint>
139     <hint type="destinationlabel" >
140      <x>286</x>
141      <y>274</y>
142     </hint>
143    </hints>
144   </connection>
145  </connections>
146 </ui>