Release version 0.7-0
[vicar] / src / vicar-config / uis / profileswindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ProfilesWindow</class>
4  <widget class="QMainWindow" name="ProfilesWindow">
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 - Profiles</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QWidget" name="layoutWidget">
18     <property name="geometry">
19      <rect>
20       <x>31</x>
21       <y>11</y>
22       <width>741</width>
23       <height>411</height>
24      </rect>
25     </property>
26     <layout class="QVBoxLayout" name="verticalLayout">
27      <item>
28       <layout class="QHBoxLayout" name="horizontalLayout">
29        <item>
30         <widget class="QPushButton" name="addButton">
31          <property name="text">
32           <string>Add</string>
33          </property>
34         </widget>
35        </item>
36        <item>
37         <widget class="QPushButton" name="editButton">
38          <property name="text">
39           <string>Edit</string>
40          </property>
41         </widget>
42        </item>
43        <item>
44         <widget class="QPushButton" name="removeButton">
45          <property name="text">
46           <string>Remove</string>
47          </property>
48         </widget>
49        </item>
50       </layout>
51      </item>
52      <item>
53       <spacer name="verticalSpacer">
54        <property name="orientation">
55         <enum>Qt::Vertical</enum>
56        </property>
57        <property name="sizeType">
58         <enum>QSizePolicy::Fixed</enum>
59        </property>
60        <property name="sizeHint" stdset="0">
61         <size>
62          <width>20</width>
63          <height>10</height>
64         </size>
65        </property>
66       </spacer>
67      </item>
68      <item>
69       <widget class="QListWidget" name="profilesListWidget">
70        <property name="alternatingRowColors">
71         <bool>true</bool>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </widget>
77   </widget>
78   <widget class="QMenuBar" name="menubar">
79    <property name="geometry">
80     <rect>
81      <x>0</x>
82      <y>0</y>
83      <width>800</width>
84      <height>27</height>
85     </rect>
86    </property>
87    <widget class="QMenu" name="menuVicarProfiles">
88     <property name="title">
89      <string>VICaR - Profiles</string>
90     </property>
91     <addaction name="actionRoutingEnabled"/>
92     <addaction name="actionRouteOnDefault"/>
93     <addaction name="actionEditDefaultProfile"/>
94    </widget>
95    <addaction name="menuVicarProfiles"/>
96   </widget>
97   <action name="actionRoutingEnabled">
98    <property name="checkable">
99     <bool>true</bool>
100    </property>
101    <property name="text">
102     <string>Routing Enabled</string>
103    </property>
104    <property name="toolTip">
105     <string>Call Routing Enabled?</string>
106    </property>
107   </action>
108   <action name="actionRouteOnDefault">
109    <property name="checkable">
110     <bool>true</bool>
111    </property>
112    <property name="text">
113     <string>Call Directly on Default</string>
114    </property>
115    <property name="toolTip">
116     <string>Call directly if no match found?</string>
117    </property>
118   </action>
119   <action name="actionEditDefaultProfile">
120    <property name="text">
121     <string>Edit Default Profile</string>
122    </property>
123    <property name="toolTip">
124     <string>Create/Edit profile to be used when no other profile is found for a number</string>
125    </property>
126   </action>
127  </widget>
128  <resources/>
129  <connections/>
130 </ui>