02517dff5c7155a7f38040ed17c7965e804e5b55
[ipypbx] / ui / layout.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>IPyPBX</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QTabWidget" name="tabWidget">
18     <property name="geometry">
19      <rect>
20       <x>-2</x>
21       <y>-1</y>
22       <width>811</width>
23       <height>491</height>
24      </rect>
25     </property>
26     <property name="minimumSize">
27      <size>
28       <width>800</width>
29       <height>480</height>
30      </size>
31     </property>
32     <property name="currentIndex">
33      <number>0</number>
34     </property>
35     <widget class="QWidget" name="connectionsTab">
36      <attribute name="title">
37       <string>Connections</string>
38      </attribute>
39      <widget class="QWidget" name="layoutWidget">
40       <property name="geometry">
41        <rect>
42         <x>10</x>
43         <y>10</y>
44         <width>781</width>
45         <height>351</height>
46        </rect>
47       </property>
48       <layout class="QGridLayout" name="gridLayout">
49        <item row="0" column="1">
50         <layout class="QFormLayout" name="formLayout_7">
51          <property name="fieldGrowthPolicy">
52           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
53          </property>
54          <item row="0" column="0">
55           <widget class="QLabel" name="label_5">
56            <property name="text">
57             <string>Name</string>
58            </property>
59           </widget>
60          </item>
61          <item row="0" column="1">
62           <widget class="QLineEdit" name="connectionName">
63            <property name="maxLength">
64             <number>100</number>
65            </property>
66           </widget>
67          </item>
68          <item row="1" column="1">
69           <widget class="QLineEdit" name="connectionLocalIpAddress">
70            <property name="inputMethodHints">
71             <set>Qt::ImhNone</set>
72            </property>
73           </widget>
74          </item>
75          <item row="2" column="0">
76           <widget class="QLabel" name="label_11">
77            <property name="text">
78             <string>Local Port</string>
79            </property>
80           </widget>
81          </item>
82          <item row="2" column="1">
83           <widget class="QLineEdit" name="connectionLocalPort"/>
84          </item>
85          <item row="4" column="0">
86           <widget class="QLabel" name="label_13">
87            <property name="text">
88             <string>Freeswitch Port</string>
89            </property>
90           </widget>
91          </item>
92          <item row="4" column="1">
93           <widget class="QLineEdit" name="connectionFreeswitchPort"/>
94          </item>
95          <item row="1" column="0">
96           <widget class="QLabel" name="label_12">
97            <property name="text">
98             <string>Local IP address</string>
99            </property>
100           </widget>
101          </item>
102          <item row="3" column="1">
103           <widget class="QLineEdit" name="connectionFreeswitchIpAddress"/>
104          </item>
105          <item row="3" column="0">
106           <widget class="QLabel" name="label_14">
107            <property name="text">
108             <string>Freeswitch IP Address</string>
109            </property>
110           </widget>
111          </item>
112         </layout>
113        </item>
114        <item row="1" column="0">
115         <widget class="QPushButton" name="connectionAdd">
116          <property name="text">
117           <string>Add</string>
118          </property>
119         </widget>
120        </item>
121        <item row="1" column="1">
122         <widget class="QPushButton" name="connectionSave">
123          <property name="text">
124           <string>Save</string>
125          </property>
126         </widget>
127        </item>
128        <item row="0" column="0">
129         <widget class="QTableView" name="connectionViewList"/>
130        </item>
131       </layout>
132      </widget>
133     </widget>
134     <widget class="QWidget" name="sipProfilesTab">
135      <property name="maximumSize">
136       <size>
137        <width>796</width>
138        <height>16777215</height>
139       </size>
140      </property>
141      <attribute name="title">
142       <string>SIP Profiles</string>
143      </attribute>
144      <widget class="QWidget" name="gridLayoutWidget_2">
145       <property name="geometry">
146        <rect>
147         <x>10</x>
148         <y>10</y>
149         <width>781</width>
150         <height>351</height>
151        </rect>
152       </property>
153       <layout class="QGridLayout" name="gridLayout_6">
154        <item row="0" column="1">
155         <layout class="QFormLayout" name="formLayout_5">
156          <property name="fieldGrowthPolicy">
157           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
158          </property>
159          <item row="0" column="0">
160           <widget class="QLabel" name="label_9">
161            <property name="text">
162             <string>Name</string>
163            </property>
164           </widget>
165          </item>
166          <item row="0" column="1">
167           <widget class="QLineEdit" name="sipProfileName"/>
168          </item>
169          <item row="1" column="0">
170           <widget class="QLabel" name="label_6">
171            <property name="text">
172             <string>External RTP IP</string>
173            </property>
174           </widget>
175          </item>
176          <item row="1" column="1">
177           <widget class="QLineEdit" name="sipProfileExtRtpIp"/>
178          </item>
179          <item row="2" column="0">
180           <widget class="QLabel" name="label_4">
181            <property name="text">
182             <string>External SIP IP</string>
183            </property>
184           </widget>
185          </item>
186          <item row="2" column="1">
187           <widget class="QLineEdit" name="sipProfileExtSipIp"/>
188          </item>
189          <item row="3" column="0">
190           <widget class="QLabel" name="label_8">
191            <property name="text">
192             <string>RTP IP</string>
193            </property>
194           </widget>
195          </item>
196          <item row="3" column="1">
197           <widget class="QLineEdit" name="sipProfileRtpIp"/>
198          </item>
199          <item row="4" column="0">
200           <widget class="QLabel" name="label_10">
201            <property name="text">
202             <string>SIP IP</string>
203            </property>
204           </widget>
205          </item>
206          <item row="4" column="1">
207           <widget class="QLineEdit" name="sipProfileSipIp"/>
208          </item>
209          <item row="5" column="0">
210           <widget class="QLabel" name="label_15">
211            <property name="text">
212             <string>SIP Port</string>
213            </property>
214           </widget>
215          </item>
216          <item row="5" column="1">
217           <widget class="QLineEdit" name="sipProfileSipPort"/>
218          </item>
219          <item row="6" column="0">
220           <widget class="QCheckBox" name="sipProfileAcceptBlindRegistration">
221            <property name="text">
222             <string>Accept Blind Registration</string>
223            </property>
224           </widget>
225          </item>
226          <item row="6" column="1">
227           <widget class="QCheckBox" name="sipProfileAuthenticateCalls">
228            <property name="text">
229             <string>Authenticate Calls</string>
230            </property>
231           </widget>
232          </item>
233          <item row="8" column="0">
234           <widget class="QLabel" name="label_16">
235            <property name="text">
236             <string/>
237            </property>
238           </widget>
239          </item>
240          <item row="7" column="0">
241           <widget class="QCheckBox" name="sipProfileIsActive">
242            <property name="text">
243             <string>Is Active</string>
244            </property>
245            <property name="checked">
246             <bool>true</bool>
247            </property>
248           </widget>
249          </item>
250         </layout>
251        </item>
252        <item row="1" column="0">
253         <widget class="QPushButton" name="sipProfileAdd">
254          <property name="text">
255           <string>Add</string>
256          </property>
257         </widget>
258        </item>
259        <item row="1" column="1">
260         <widget class="QPushButton" name="sipProfileSave">
261          <property name="text">
262           <string>Save</string>
263          </property>
264         </widget>
265        </item>
266        <item row="0" column="0">
267         <widget class="QListView" name="sipProfileList"/>
268        </item>
269       </layout>
270      </widget>
271     </widget>
272     <widget class="QWidget" name="domainsTab">
273      <attribute name="title">
274       <string>Domains</string>
275      </attribute>
276      <widget class="QWidget" name="gridLayoutWidget">
277       <property name="geometry">
278        <rect>
279         <x>10</x>
280         <y>10</y>
281         <width>781</width>
282         <height>351</height>
283        </rect>
284       </property>
285       <layout class="QGridLayout" name="gridLayout_3">
286        <item row="0" column="0">
287         <widget class="QListView" name="domainList"/>
288        </item>
289        <item row="1" column="0">
290         <widget class="QPushButton" name="domainAdd">
291          <property name="text">
292           <string>Add</string>
293          </property>
294         </widget>
295        </item>
296        <item row="1" column="1">
297         <widget class="QPushButton" name="domainSave">
298          <property name="text">
299           <string>Save</string>
300          </property>
301         </widget>
302        </item>
303        <item row="0" column="1">
304         <layout class="QFormLayout" name="formLayout_3">
305          <property name="fieldGrowthPolicy">
306           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
307          </property>
308          <item row="0" column="0">
309           <widget class="QLabel" name="label_17">
310            <property name="text">
311             <string>Host Name</string>
312            </property>
313           </widget>
314          </item>
315          <item row="0" column="1">
316           <widget class="QLineEdit" name="domainHostName">
317            <property name="text">
318             <string/>
319            </property>
320           </widget>
321          </item>
322          <item row="1" column="0">
323           <widget class="QLabel" name="label_18">
324            <property name="text">
325             <string>SIP Profile</string>
326            </property>
327           </widget>
328          </item>
329          <item row="1" column="1">
330           <widget class="QComboBox" name="domainSipProfile"/>
331          </item>
332          <item row="2" column="0">
333           <widget class="QCheckBox" name="domainIsActive">
334            <property name="text">
335             <string>Is Active</string>
336            </property>
337            <property name="checked">
338             <bool>true</bool>
339            </property>
340           </widget>
341          </item>
342         </layout>
343        </item>
344       </layout>
345      </widget>
346     </widget>
347     <widget class="QWidget" name="gatewaysTab">
348      <attribute name="title">
349       <string>Gateways</string>
350      </attribute>
351      <widget class="QWidget" name="gridLayoutWidget_3">
352       <property name="geometry">
353        <rect>
354         <x>10</x>
355         <y>10</y>
356         <width>781</width>
357         <height>351</height>
358        </rect>
359       </property>
360       <layout class="QGridLayout" name="gridLayout_8">
361        <item row="0" column="0">
362         <widget class="QListView" name="gatewayList"/>
363        </item>
364        <item row="1" column="0">
365         <widget class="QPushButton" name="gatewayAdd">
366          <property name="text">
367           <string>Add</string>
368          </property>
369         </widget>
370        </item>
371        <item row="1" column="1">
372         <widget class="QPushButton" name="gatewaySave">
373          <property name="text">
374           <string>Save</string>
375          </property>
376         </widget>
377        </item>
378        <item row="0" column="1">
379         <layout class="QFormLayout" name="formLayout">
380          <property name="fieldGrowthPolicy">
381           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
382          </property>
383          <item row="2" column="0">
384           <widget class="QLabel" name="label_19">
385            <property name="text">
386             <string>Username</string>
387            </property>
388           </widget>
389          </item>
390          <item row="3" column="0">
391           <widget class="QLabel" name="label_20">
392            <property name="text">
393             <string>Password</string>
394            </property>
395           </widget>
396          </item>
397          <item row="0" column="0">
398           <widget class="QLabel" name="label">
399            <property name="text">
400             <string>Name</string>
401            </property>
402           </widget>
403          </item>
404          <item row="0" column="1">
405           <widget class="QLineEdit" name="gatewayName"/>
406          </item>
407          <item row="4" column="0">
408           <widget class="QLabel" name="label_21">
409            <property name="text">
410             <string>Realm</string>
411            </property>
412           </widget>
413          </item>
414          <item row="1" column="0">
415           <widget class="QLabel" name="label_7">
416            <property name="text">
417             <string>SIP Profile</string>
418            </property>
419           </widget>
420          </item>
421          <item row="5" column="0">
422           <widget class="QLabel" name="label_22">
423            <property name="text">
424             <string>From Domain</string>
425            </property>
426           </widget>
427          </item>
428          <item row="6" column="0">
429           <widget class="QLabel" name="label_23">
430            <property name="text">
431             <string>Expire In Seconds</string>
432            </property>
433           </widget>
434          </item>
435          <item row="7" column="0">
436           <widget class="QLabel" name="label_24">
437            <property name="text">
438             <string>Retry In Seconds</string>
439            </property>
440           </widget>
441          </item>
442          <item row="9" column="0">
443           <widget class="QLabel" name="label_25">
444            <property name="text">
445             <string/>
446            </property>
447           </widget>
448          </item>
449          <item row="8" column="0">
450           <widget class="QCheckBox" name="gatewayIsActive">
451            <property name="text">
452             <string>Is Active</string>
453            </property>
454            <property name="checked">
455             <bool>true</bool>
456            </property>
457           </widget>
458          </item>
459          <item row="8" column="1">
460           <widget class="QCheckBox" name="gatewayCallerIdInFromField">
461            <property name="text">
462             <string>Caller ID In &quot;From&quot; Field</string>
463            </property>
464           </widget>
465          </item>
466          <item row="1" column="1">
467           <widget class="QComboBox" name="comboBox"/>
468          </item>
469          <item row="2" column="1">
470           <widget class="QLineEdit" name="gatewayUsername"/>
471          </item>
472          <item row="3" column="1">
473           <widget class="QLineEdit" name="gatewayPassword">
474            <property name="echoMode">
475             <enum>QLineEdit::Password</enum>
476            </property>
477           </widget>
478          </item>
479          <item row="4" column="1">
480           <widget class="QLineEdit" name="gatewayRealm"/>
481          </item>
482          <item row="5" column="1">
483           <widget class="QLineEdit" name="gatewayFromDomain"/>
484          </item>
485          <item row="6" column="1">
486           <widget class="QLineEdit" name="gatewayExpireInSeconds"/>
487          </item>
488          <item row="7" column="1">
489           <widget class="QLineEdit" name="gatewayRetryInSeconds"/>
490          </item>
491         </layout>
492        </item>
493       </layout>
494      </widget>
495     </widget>
496     <widget class="QWidget" name="endpointsTab">
497      <attribute name="title">
498       <string>Endpoints</string>
499      </attribute>
500      <widget class="QWidget" name="gridLayoutWidget_4">
501       <property name="geometry">
502        <rect>
503         <x>10</x>
504         <y>10</y>
505         <width>781</width>
506         <height>351</height>
507        </rect>
508       </property>
509       <layout class="QGridLayout" name="gridLayout_2">
510        <item row="1" column="0">
511         <widget class="QPushButton" name="endpointAdd">
512          <property name="text">
513           <string>Add</string>
514          </property>
515         </widget>
516        </item>
517        <item row="1" column="1">
518         <widget class="QPushButton" name="endpointSave">
519          <property name="text">
520           <string>Save</string>
521          </property>
522         </widget>
523        </item>
524        <item row="0" column="1">
525         <layout class="QFormLayout" name="formLayout_2">
526          <item row="0" column="0">
527           <widget class="QLabel" name="label_2">
528            <property name="text">
529             <string>User ID</string>
530            </property>
531           </widget>
532          </item>
533          <item row="0" column="1">
534           <widget class="QLineEdit" name="endpointUseId"/>
535          </item>
536          <item row="1" column="0">
537           <widget class="QLabel" name="label_26">
538            <property name="text">
539             <string>Password</string>
540            </property>
541           </widget>
542          </item>
543          <item row="2" column="0">
544           <widget class="QLabel" name="label_27">
545            <property name="text">
546             <string>Domain</string>
547            </property>
548           </widget>
549          </item>
550          <item row="1" column="1">
551           <widget class="QLineEdit" name="endpointPassword">
552            <property name="echoMode">
553             <enum>QLineEdit::Password</enum>
554            </property>
555           </widget>
556          </item>
557          <item row="2" column="1">
558           <widget class="QComboBox" name="endpontDomain"/>
559          </item>
560          <item row="3" column="0">
561           <widget class="QCheckBox" name="endpointIsActive">
562            <property name="text">
563             <string>Is Active</string>
564            </property>
565            <property name="checked">
566             <bool>true</bool>
567            </property>
568           </widget>
569          </item>
570         </layout>
571        </item>
572        <item row="0" column="0">
573         <widget class="QListWidget" name="endpointList"/>
574        </item>
575       </layout>
576      </widget>
577     </widget>
578     <widget class="QWidget" name="extensionsTab">
579      <attribute name="title">
580       <string>Extensions</string>
581      </attribute>
582      <widget class="QWidget" name="gridLayoutWidget_5">
583       <property name="geometry">
584        <rect>
585         <x>10</x>
586         <y>10</y>
587         <width>781</width>
588         <height>351</height>
589        </rect>
590       </property>
591       <layout class="QGridLayout" name="gridLayout_4">
592        <item row="0" column="0">
593         <widget class="QListView" name="extensionList"/>
594        </item>
595        <item row="1" column="0">
596         <widget class="QPushButton" name="extensionAdd">
597          <property name="text">
598           <string>Add</string>
599          </property>
600         </widget>
601        </item>
602        <item row="1" column="1">
603         <widget class="QPushButton" name="extensionSave">
604          <property name="text">
605           <string>Save</string>
606          </property>
607         </widget>
608        </item>
609        <item row="0" column="1">
610         <layout class="QFormLayout" name="formLayout_4">
611          <item row="1" column="0">
612           <widget class="QLabel" name="label_3">
613            <property name="text">
614             <string>XML Dialplan</string>
615            </property>
616           </widget>
617          </item>
618          <item row="1" column="1">
619           <widget class="QLineEdit" name="extensionDialplan"/>
620          </item>
621          <item row="0" column="0">
622           <widget class="QLabel" name="label_28">
623            <property name="text">
624             <string>Destination Match</string>
625            </property>
626           </widget>
627          </item>
628          <item row="2" column="0">
629           <widget class="QLabel" name="label_29">
630            <property name="text">
631             <string>Domain</string>
632            </property>
633           </widget>
634          </item>
635          <item row="3" column="0">
636           <widget class="QLabel" name="label_30">
637            <property name="text">
638             <string>Endpoint</string>
639            </property>
640           </widget>
641          </item>
642          <item row="4" column="0">
643           <widget class="QCheckBox" name="extensionIsActive">
644            <property name="text">
645             <string>Is Active</string>
646            </property>
647            <property name="checked">
648             <bool>true</bool>
649            </property>
650           </widget>
651          </item>
652          <item row="4" column="1">
653           <widget class="QCheckBox" name="extensionAuthenticateCalls">
654            <property name="text">
655             <string>Authenticate Calls</string>
656            </property>
657            <property name="checked">
658             <bool>true</bool>
659            </property>
660           </widget>
661          </item>
662          <item row="0" column="1">
663           <widget class="QLineEdit" name="extensionDestinationMatch"/>
664          </item>
665          <item row="2" column="1">
666           <widget class="QComboBox" name="extensionDomain"/>
667          </item>
668          <item row="3" column="1">
669           <widget class="QComboBox" name="extensionEndpoint"/>
670          </item>
671         </layout>
672        </item>
673       </layout>
674      </widget>
675     </widget>
676    </widget>
677   </widget>
678  </widget>
679  <resources/>
680  <connections/>
681 </ui>