91abd8aebced22cac27c8908ba7dcf5d87e29e9c
[vicar] / src / vicar-config / uis / configwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigWindow</class>
4  <widget class="QMainWindow" name="ConfigWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>VICaR - Settings</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QScrollArea" name="scrollArea">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>9</y>
22       <width>800</width>
23       <height>478</height>
24      </rect>
25     </property>
26     <property name="widgetResizable">
27      <bool>true</bool>
28     </property>
29     <widget class="QWidget" name="scrollAreaWidgetContents">
30      <property name="geometry">
31       <rect>
32        <x>0</x>
33        <y>0</y>
34        <width>798</width>
35        <height>476</height>
36       </rect>
37      </property>
38      <widget class="QGroupBox" name="groupBoxBasic">
39       <property name="geometry">
40        <rect>
41         <x>0</x>
42         <y>0</y>
43         <width>789</width>
44         <height>231</height>
45        </rect>
46       </property>
47       <property name="title">
48        <string>Basic</string>
49       </property>
50       <widget class="QWidget" name="formLayoutWidget">
51        <property name="geometry">
52         <rect>
53          <x>10</x>
54          <y>20</y>
55          <width>751</width>
56          <height>201</height>
57         </rect>
58        </property>
59        <layout class="QFormLayout" name="formLayoutBasic">
60         <property name="fieldGrowthPolicy">
61          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
62         </property>
63         <property name="leftMargin">
64          <number>10</number>
65         </property>
66         <item row="0" column="0">
67          <widget class="QLabel" name="labelCallRedirection">
68           <property name="sizePolicy">
69            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
70             <horstretch>0</horstretch>
71             <verstretch>0</verstretch>
72            </sizepolicy>
73           </property>
74           <property name="minimumSize">
75            <size>
76             <width>300</width>
77             <height>25</height>
78            </size>
79           </property>
80           <property name="maximumSize">
81            <size>
82             <width>300</width>
83             <height>16777215</height>
84            </size>
85           </property>
86           <property name="text">
87            <string>International Call Routing:</string>
88           </property>
89           <property name="margin">
90            <number>0</number>
91           </property>
92          </widget>
93         </item>
94         <item row="0" column="1">
95          <widget class="QCheckBox" name="checkBoxIntlCallRedirEnabled">
96           <property name="sizePolicy">
97            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
98             <horstretch>0</horstretch>
99             <verstretch>0</verstretch>
100            </sizepolicy>
101           </property>
102           <property name="minimumSize">
103            <size>
104             <width>175</width>
105             <height>60</height>
106            </size>
107           </property>
108           <property name="text">
109            <string>Enabled</string>
110           </property>
111          </widget>
112         </item>
113         <item row="1" column="0">
114          <widget class="QLabel" name="labelCallingCardNumber">
115           <property name="text">
116            <string>Calling Card Number:</string>
117           </property>
118          </widget>
119         </item>
120         <item row="1" column="1">
121          <widget class="QLineEdit" name="lineEditCallingCardNumber">
122           <property name="sizePolicy">
123            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
124             <horstretch>0</horstretch>
125             <verstretch>0</verstretch>
126            </sizepolicy>
127           </property>
128           <property name="minimumSize">
129            <size>
130             <width>0</width>
131             <height>60</height>
132            </size>
133           </property>
134           <property name="inputMethodHints">
135            <set>Qt::ImhDigitsOnly</set>
136           </property>
137          </widget>
138         </item>
139         <item row="2" column="0">
140          <widget class="QLabel" name="labelCountryCodesToExclude">
141           <property name="text">
142            <string>Country Codes to Exclude:</string>
143           </property>
144          </widget>
145         </item>
146         <item row="2" column="1">
147          <widget class="QLineEdit" name="lineEditCountryCodesToExclude">
148           <property name="sizePolicy">
149            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
150             <horstretch>0</horstretch>
151             <verstretch>0</verstretch>
152            </sizepolicy>
153           </property>
154           <property name="minimumSize">
155            <size>
156             <width>0</width>
157             <height>60</height>
158            </size>
159           </property>
160           <property name="inputMethodHints">
161            <set>Qt::ImhDigitsOnly</set>
162           </property>
163          </widget>
164         </item>
165        </layout>
166       </widget>
167      </widget>
168      <widget class="QGroupBox" name="groupBoxAdvanced">
169       <property name="geometry">
170        <rect>
171         <x>0</x>
172         <y>240</y>
173         <width>789</width>
174         <height>271</height>
175        </rect>
176       </property>
177       <property name="title">
178        <string>Advanced</string>
179       </property>
180       <widget class="QWidget" name="formLayoutWidget_2">
181        <property name="geometry">
182         <rect>
183          <x>10</x>
184          <y>30</y>
185          <width>771</width>
186          <height>171</height>
187         </rect>
188        </property>
189        <layout class="QFormLayout" name="formLayoutAdvanced">
190         <property name="sizeConstraint">
191          <enum>QLayout::SetDefaultConstraint</enum>
192         </property>
193         <property name="fieldGrowthPolicy">
194          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
195         </property>
196         <property name="leftMargin">
197          <number>10</number>
198         </property>
199         <property name="bottomMargin">
200          <number>9</number>
201         </property>
202         <item row="0" column="0">
203          <widget class="QLabel" name="labelDTMFFormat">
204           <property name="sizePolicy">
205            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
206             <horstretch>0</horstretch>
207             <verstretch>0</verstretch>
208            </sizepolicy>
209           </property>
210           <property name="minimumSize">
211            <size>
212             <width>300</width>
213             <height>25</height>
214            </size>
215           </property>
216           <property name="maximumSize">
217            <size>
218             <width>300</width>
219             <height>16777215</height>
220            </size>
221           </property>
222           <property name="text">
223            <string>Format required for DTMF tone:</string>
224           </property>
225           <property name="wordWrap">
226            <bool>true</bool>
227           </property>
228          </widget>
229         </item>
230         <item row="0" column="1">
231          <widget class="QComboBox" name="comboBoxDTMFFormat">
232           <property name="sizePolicy">
233            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
234             <horstretch>0</horstretch>
235             <verstretch>0</verstretch>
236            </sizepolicy>
237           </property>
238           <property name="minimumSize">
239            <size>
240             <width>50</width>
241             <height>60</height>
242            </size>
243           </property>
244           <item>
245            <property name="text">
246             <string>&lt;Country Code&gt;&lt;Area Code&gt;&lt;Phone Number&gt;</string>
247            </property>
248           </item>
249           <item>
250            <property name="text">
251             <string>+&lt;Country Code&gt;&lt;Area Code&gt;&lt;Phone Number&gt;</string>
252            </property>
253           </item>
254           <item>
255            <property name="text">
256             <string>00&lt;Country Code&gt;&lt;Area Code&gt;&lt;Phone Number&gt;</string>
257            </property>
258           </item>
259           <item>
260            <property name="text">
261             <string>011&lt;Country Code&gt;&lt;Area Code&gt;&lt;Phone Number&gt;</string>
262            </property>
263           </item>
264          </widget>
265         </item>
266         <item row="2" column="1">
267          <widget class="QSpinBox" name="spinBoxDTMFDelay">
268           <property name="sizePolicy">
269            <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
270             <horstretch>0</horstretch>
271             <verstretch>0</verstretch>
272            </sizepolicy>
273           </property>
274           <property name="minimumSize">
275            <size>
276             <width>100</width>
277             <height>60</height>
278            </size>
279           </property>
280           <property name="layoutDirection">
281            <enum>Qt::LeftToRight</enum>
282           </property>
283           <property name="minimum">
284            <number>1</number>
285           </property>
286           <property name="maximum">
287            <number>10</number>
288           </property>
289          </widget>
290         </item>
291         <item row="2" column="0">
292          <widget class="QLabel" name="labelDTMFDelay">
293           <property name="sizePolicy">
294            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
295             <horstretch>0</horstretch>
296             <verstretch>0</verstretch>
297            </sizepolicy>
298           </property>
299           <property name="minimumSize">
300            <size>
301             <width>300</width>
302             <height>25</height>
303            </size>
304           </property>
305           <property name="maximumSize">
306            <size>
307             <width>300</width>
308             <height>16777215</height>
309            </size>
310           </property>
311           <property name="text">
312            <string>Delay before sending DTMF (no of pauses):</string>
313           </property>
314           <property name="wordWrap">
315            <bool>true</bool>
316           </property>
317          </widget>
318         </item>
319         <item row="1" column="0">
320          <widget class="QLabel" name="labelDTMFSuffix">
321           <property name="text">
322            <string>Suffix after DTMF tone</string>
323           </property>
324          </widget>
325         </item>
326         <item row="1" column="1">
327          <widget class="QComboBox" name="comboBoxDTMFSuffix">
328           <property name="sizePolicy">
329            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
330             <horstretch>0</horstretch>
331             <verstretch>0</verstretch>
332            </sizepolicy>
333           </property>
334           <property name="minimumSize">
335            <size>
336             <width>50</width>
337             <height>0</height>
338            </size>
339           </property>
340           <item>
341            <property name="text">
342             <string>--None--</string>
343            </property>
344           </item>
345           <item>
346            <property name="text">
347             <string>#</string>
348            </property>
349           </item>
350           <item>
351            <property name="text">
352             <string>*</string>
353            </property>
354           </item>
355          </widget>
356         </item>
357        </layout>
358       </widget>
359      </widget>
360     </widget>
361    </widget>
362   </widget>
363   <widget class="QMenuBar" name="menubar">
364    <property name="geometry">
365     <rect>
366      <x>0</x>
367      <y>0</y>
368      <width>800</width>
369      <height>23</height>
370     </rect>
371    </property>
372    <widget class="QMenu" name="menuVicarConfiguration">
373     <property name="title">
374      <string>VICaR - Configuration</string>
375     </property>
376     <addaction name="actionSave"/>
377     <addaction name="actionReset"/>
378    </widget>
379    <addaction name="menuVicarConfiguration"/>
380   </widget>
381   <action name="actionSave">
382    <property name="text">
383     <string>Save</string>
384    </property>
385    <property name="toolTip">
386     <string>Save Settings</string>
387    </property>
388    <property name="font">
389     <font/>
390    </property>
391   </action>
392   <action name="actionReset">
393    <property name="text">
394     <string>Reset</string>
395    </property>
396    <property name="toolTip">
397     <string>Reset Settings</string>
398    </property>
399   </action>
400  </widget>
401  <resources/>
402  <connections/>
403 </ui>