Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[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         <spacer name="horizontalSpacer1">
38          <property name="orientation">
39           <enum>Qt::Horizontal</enum>
40          </property>
41          <property name="sizeHint" stdset="0">
42           <size>
43            <width>58</width>
44            <height>20</height>
45           </size>
46          </property>
47         </spacer>
48        </item>
49        <item>
50         <widget class="QPushButton" name="editButton">
51          <property name="text">
52           <string>Edit</string>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <spacer name="horizontalSpacer2">
58          <property name="orientation">
59           <enum>Qt::Horizontal</enum>
60          </property>
61          <property name="sizeHint" stdset="0">
62           <size>
63            <width>58</width>
64            <height>20</height>
65           </size>
66          </property>
67         </spacer>
68        </item>
69        <item>
70         <widget class="QPushButton" name="removeButton">
71          <property name="text">
72           <string>Remove</string>
73          </property>
74         </widget>
75        </item>
76       </layout>
77      </item>
78      <item>
79       <spacer name="verticalSpacer">
80        <property name="orientation">
81         <enum>Qt::Vertical</enum>
82        </property>
83        <property name="sizeType">
84         <enum>QSizePolicy::Fixed</enum>
85        </property>
86        <property name="sizeHint" stdset="0">
87         <size>
88          <width>20</width>
89          <height>10</height>
90         </size>
91        </property>
92       </spacer>
93      </item>
94      <item>
95       <widget class="QListWidget" name="profilesListWidget">
96        <property name="alternatingRowColors">
97         <bool>true</bool>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </widget>
103   </widget>
104   <widget class="QMenuBar" name="menubar">
105    <property name="geometry">
106     <rect>
107      <x>0</x>
108      <y>0</y>
109      <width>800</width>
110      <height>23</height>
111     </rect>
112    </property>
113    <widget class="QMenu" name="menuVicarProfiles">
114     <property name="title">
115      <string>VICaR - Profiles</string>
116     </property>
117     <addaction name="actionRoutingEnabled"/>
118     <addaction name="actionRouteOnDefault"/>
119    </widget>
120    <addaction name="menuVicarProfiles"/>
121   </widget>
122   <action name="actionRoutingEnabled">
123    <property name="checkable">
124     <bool>true</bool>
125    </property>
126    <property name="text">
127     <string>Routing Enabled</string>
128    </property>
129    <property name="toolTip">
130     <string>Call Routing Enabled?</string>
131    </property>
132   </action>
133   <action name="actionRouteOnDefault">
134    <property name="checkable">
135     <bool>true</bool>
136    </property>
137    <property name="text">
138     <string>Call Directly on Default</string>
139    </property>
140    <property name="toolTip">
141     <string>Call directly if no match found?</string>
142    </property>
143   </action>
144  </widget>
145  <resources/>
146  <connections/>
147 </ui>