blob: bcb1c2cf902edeb2bd685235659ad51458516eb8 [file] [log] [blame]
Edric Milaret627500d2015-03-27 16:41:40 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AccountDetails</class>
4 <widget class="QWidget" name="AccountDetails">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>730</width>
10 <height>559</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTabWidget" name="tabWidget">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="gen_tab">
23 <attribute name="title">
24 <string>General</string>
25 </attribute>
26 <layout class="QVBoxLayout" name="verticalLayout_4">
27 <property name="spacing">
28 <number>0</number>
29 </property>
30 <item>
31 <layout class="QVBoxLayout" name="verticalLayout_5">
32 <property name="spacing">
33 <number>10</number>
34 </property>
35 <item>
36 <widget class="QLabel" name="accountLabel">
37 <property name="maximumSize">
38 <size>
39 <width>16777215</width>
40 <height>20</height>
41 </size>
42 </property>
43 <property name="font">
44 <font>
45 <weight>75</weight>
46 <bold>true</bold>
47 </font>
48 </property>
49 <property name="text">
50 <string>Account</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <layout class="QFormLayout" name="formLayout">
56 <property name="verticalSpacing">
57 <number>10</number>
58 </property>
59 <item row="1" column="0">
60 <widget class="QLabel" name="typeLabel">
61 <property name="text">
62 <string>Type</string>
63 </property>
64 </widget>
65 </item>
66 <item row="1" column="1">
67 <widget class="QLabel" name="typeValueLabel">
68 <property name="text">
69 <string>TextLabel</string>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="0">
74 <widget class="QLabel" name="aliasLabel">
75 <property name="text">
76 <string>Alias</string>
77 </property>
78 </widget>
79 </item>
80 <item row="0" column="1">
81 <widget class="QLineEdit" name="aliasValue"/>
82 </item>
83 <item row="2" column="0">
84 <widget class="QLabel" name="hashLabel">
85 <property name="text">
86 <string>Hash</string>
87 </property>
88 </widget>
89 </item>
90 <item row="2" column="1">
91 <widget class="QLineEdit" name="hashValue">
92 <property name="readOnly">
93 <bool>true</bool>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,0">
103 <property name="spacing">
104 <number>5</number>
105 </property>
106 <property name="topMargin">
107 <number>10</number>
108 </property>
109 <item>
110 <widget class="QLabel" name="paramLabel">
111 <property name="maximumSize">
112 <size>
113 <width>16777215</width>
114 <height>20</height>
115 </size>
116 </property>
117 <property name="font">
118 <font>
119 <weight>75</weight>
120 <bold>true</bold>
121 </font>
122 </property>
123 <property name="text">
124 <string>Parameters</string>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <layout class="QFormLayout" name="formLayout_2">
130 <property name="topMargin">
131 <number>10</number>
132 </property>
133 <item row="6" column="0">
134 <widget class="QCheckBox" name="autoAnswerCheckBox">
135 <property name="text">
136 <string>Auto-answer calls</string>
137 </property>
138 </widget>
139 </item>
140 <item row="7" column="0">
141 <widget class="QCheckBox" name="upnpCheckBox">
142 <property name="enabled">
Edric Milarete6538792015-05-08 11:51:01 -0400143 <bool>true</bool>
Edric Milaret627500d2015-03-27 16:41:40 -0400144 </property>
145 <property name="text">
146 <string>UPnP enabled</string>
147 </property>
148 </widget>
149 </item>
150 <item row="0" column="0">
151 <widget class="QLabel" name="bootstrapLabel">
152 <property name="text">
153 <string>Bootstrap</string>
154 </property>
155 </widget>
156 </item>
157 <item row="0" column="1">
158 <widget class="QLineEdit" name="bootstrapLineEdit"/>
159 </item>
160 <item row="1" column="0">
161 <widget class="QLabel" name="hostnameLabel">
162 <property name="text">
163 <string>Hostname</string>
164 </property>
165 </widget>
166 </item>
167 <item row="1" column="1">
168 <widget class="QLineEdit" name="hostnameEdit"/>
169 </item>
170 <item row="2" column="0">
171 <widget class="QLabel" name="usernameLabel">
172 <property name="text">
173 <string>Username</string>
174 </property>
175 </widget>
176 </item>
177 <item row="2" column="1">
178 <widget class="QLineEdit" name="usernameEdit"/>
179 </item>
180 <item row="3" column="0">
181 <widget class="QLabel" name="passwordLabel">
182 <property name="text">
183 <string>Password</string>
184 </property>
185 </widget>
186 </item>
187 <item row="3" column="1">
188 <widget class="QLineEdit" name="passwordEdit">
189 <property name="echoMode">
190 <enum>QLineEdit::PasswordEchoOnEdit</enum>
191 </property>
192 </widget>
193 </item>
194 <item row="4" column="0">
195 <widget class="QLabel" name="proxyLabel">
196 <property name="text">
197 <string>Proxy</string>
198 </property>
199 </widget>
200 </item>
201 <item row="4" column="1">
202 <widget class="QLineEdit" name="proxyEdit"/>
203 </item>
204 <item row="5" column="0">
205 <widget class="QLabel" name="voicemailLabel">
206 <property name="text">
207 <string>Voicemail number</string>
208 </property>
209 </widget>
210 </item>
211 <item row="5" column="1">
212 <widget class="QLineEdit" name="voicemailEdit"/>
213 </item>
214 </layout>
215 </item>
216 <item>
217 <spacer name="verticalSpacer">
218 <property name="orientation">
219 <enum>Qt::Vertical</enum>
220 </property>
221 <property name="sizeHint" stdset="0">
222 <size>
223 <width>20</width>
224 <height>40</height>
225 </size>
226 </property>
227 </spacer>
228 </item>
229 </layout>
230 </item>
231 </layout>
232 </widget>
233 <widget class="QWidget" name="audio_codec_tab">
234 <attribute name="title">
235 <string>Audio</string>
236 </attribute>
237 <layout class="QGridLayout" name="gridLayout_2">
238 <item row="0" column="2">
239 <layout class="QVBoxLayout" name="verticalLayout_3">
240 <property name="leftMargin">
241 <number>0</number>
242 </property>
243 <item>
244 <widget class="QPushButton" name="upAudioButton">
245 <property name="text">
246 <string/>
247 </property>
248 <property name="icon">
249 <iconset resource="ressources.qrc">
250 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
251 </property>
252 <property name="iconSize">
253 <size>
254 <width>24</width>
255 <height>24</height>
256 </size>
257 </property>
258 </widget>
259 </item>
260 <item>
261 <widget class="QPushButton" name="downAudioButton">
262 <property name="text">
263 <string/>
264 </property>
265 <property name="icon">
266 <iconset resource="ressources.qrc">
267 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-bold-circle-outline.png</iconset>
268 </property>
269 <property name="iconSize">
270 <size>
271 <width>24</width>
272 <height>24</height>
273 </size>
274 </property>
275 </widget>
276 </item>
277 <item>
278 <spacer name="verticalSpacer_3">
279 <property name="orientation">
280 <enum>Qt::Vertical</enum>
281 </property>
282 <property name="sizeHint" stdset="0">
283 <size>
284 <width>20</width>
285 <height>40</height>
286 </size>
287 </property>
288 </spacer>
289 </item>
290 </layout>
291 </item>
292 <item row="0" column="0">
293 <widget class="QTableWidget" name="audioCodecView">
294 <property name="layoutDirection">
295 <enum>Qt::LeftToRight</enum>
296 </property>
297 <property name="selectionBehavior">
298 <enum>QAbstractItemView::SelectRows</enum>
299 </property>
300 </widget>
301 </item>
302 </layout>
303 </widget>
304 <widget class="QWidget" name="video_codec_tab">
305 <attribute name="title">
306 <string>Video</string>
307 </attribute>
308 <layout class="QGridLayout" name="gridLayout">
309 <item row="0" column="0">
310 <widget class="QTableWidget" name="videoCodecView"/>
311 </item>
312 <item row="2" column="0">
313 <widget class="QCheckBox" name="videoEnabledCheckBox">
314 <property name="text">
315 <string>Enable Video</string>
316 </property>
317 </widget>
318 </item>
319 <item row="0" column="2">
320 <layout class="QVBoxLayout" name="verticalLayout_2">
321 <property name="leftMargin">
322 <number>0</number>
323 </property>
324 <item>
325 <widget class="QPushButton" name="upVideoButton">
326 <property name="text">
327 <string/>
328 </property>
329 <property name="icon">
330 <iconset resource="ressources.qrc">
331 <normaloff>:/images/arrow-up-bold-circle-outline.png</normaloff>:/images/arrow-up-bold-circle-outline.png</iconset>
332 </property>
333 <property name="iconSize">
334 <size>
335 <width>24</width>
336 <height>24</height>
337 </size>
338 </property>
339 </widget>
340 </item>
341 <item>
342 <widget class="QPushButton" name="downVideoButton">
343 <property name="text">
344 <string/>
345 </property>
346 <property name="icon">
347 <iconset resource="ressources.qrc">
348 <normaloff>:/images/arrow-down-bold-circle-outline.png</normaloff>:/images/arrow-down-bold-circle-outline.png</iconset>
349 </property>
350 <property name="iconSize">
351 <size>
352 <width>24</width>
353 <height>24</height>
354 </size>
355 </property>
356 </widget>
357 </item>
358 <item>
359 <spacer name="verticalSpacer_2">
360 <property name="orientation">
361 <enum>Qt::Vertical</enum>
362 </property>
363 <property name="sizeHint" stdset="0">
364 <size>
365 <width>20</width>
366 <height>40</height>
367 </size>
368 </property>
369 </spacer>
370 </item>
371 </layout>
372 </item>
373 </layout>
374 </widget>
375 </widget>
376 </item>
377 </layout>
378 </widget>
379 <resources>
380 <include location="ressources.qrc"/>
381 </resources>
382 <connections/>
383</ui>