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>397</width> |
|
10 <height>277</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Bubble Tester</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralWidget"> |
|
17 <widget class="QComboBox" name="comboBox"> |
|
18 <property name="geometry"> |
|
19 <rect> |
|
20 <x>60</x> |
|
21 <y>20</y> |
|
22 <width>51</width> |
|
23 <height>22</height> |
|
24 </rect> |
|
25 </property> |
|
26 <item> |
|
27 <property name="text"> |
|
28 <string>1</string> |
|
29 </property> |
|
30 </item> |
|
31 <item> |
|
32 <property name="text"> |
|
33 <string>2</string> |
|
34 </property> |
|
35 </item> |
|
36 </widget> |
|
37 <widget class="QLabel" name="label"> |
|
38 <property name="geometry"> |
|
39 <rect> |
|
40 <x>10</x> |
|
41 <y>20</y> |
|
42 <width>41</width> |
|
43 <height>20</height> |
|
44 </rect> |
|
45 </property> |
|
46 <property name="text"> |
|
47 <string>Bubble</string> |
|
48 </property> |
|
49 </widget> |
|
50 <widget class="QLabel" name="label_2"> |
|
51 <property name="geometry"> |
|
52 <rect> |
|
53 <x>10</x> |
|
54 <y>60</y> |
|
55 <width>46</width> |
|
56 <height>14</height> |
|
57 </rect> |
|
58 </property> |
|
59 <property name="text"> |
|
60 <string>Name</string> |
|
61 </property> |
|
62 </widget> |
|
63 <widget class="QLineEdit" name="lineEdit"> |
|
64 <property name="geometry"> |
|
65 <rect> |
|
66 <x>60</x> |
|
67 <y>60</y> |
|
68 <width>301</width> |
|
69 <height>20</height> |
|
70 </rect> |
|
71 </property> |
|
72 <property name="text"> |
|
73 <string>Gloria Andersson</string> |
|
74 </property> |
|
75 </widget> |
|
76 <widget class="QLabel" name="label_3"> |
|
77 <property name="geometry"> |
|
78 <rect> |
|
79 <x>10</x> |
|
80 <y>100</y> |
|
81 <width>46</width> |
|
82 <height>14</height> |
|
83 </rect> |
|
84 </property> |
|
85 <property name="text"> |
|
86 <string>Number</string> |
|
87 </property> |
|
88 </widget> |
|
89 <widget class="QLineEdit" name="lineEdit_2"> |
|
90 <property name="geometry"> |
|
91 <rect> |
|
92 <x>60</x> |
|
93 <y>100</y> |
|
94 <width>301</width> |
|
95 <height>20</height> |
|
96 </rect> |
|
97 </property> |
|
98 <property name="text"> |
|
99 <string>+35850123456789</string> |
|
100 </property> |
|
101 </widget> |
|
102 <widget class="QComboBox" name="comboBox_2"> |
|
103 <property name="geometry"> |
|
104 <rect> |
|
105 <x>60</x> |
|
106 <y>140</y> |
|
107 <width>121</width> |
|
108 <height>22</height> |
|
109 </rect> |
|
110 </property> |
|
111 <item> |
|
112 <property name="text"> |
|
113 <string>Idle</string> |
|
114 </property> |
|
115 </item> |
|
116 <item> |
|
117 <property name="text"> |
|
118 <string>Incoming</string> |
|
119 </property> |
|
120 </item> |
|
121 <item> |
|
122 <property name="text"> |
|
123 <string>Outgoing</string> |
|
124 </property> |
|
125 </item> |
|
126 <item> |
|
127 <property name="text"> |
|
128 <string>Waiting</string> |
|
129 </property> |
|
130 </item> |
|
131 <item> |
|
132 <property name="text"> |
|
133 <string>Active</string> |
|
134 </property> |
|
135 </item> |
|
136 <item> |
|
137 <property name="text"> |
|
138 <string>OnHold</string> |
|
139 </property> |
|
140 </item> |
|
141 <item> |
|
142 <property name="text"> |
|
143 <string>Disconnected</string> |
|
144 </property> |
|
145 </item> |
|
146 </widget> |
|
147 <widget class="QLabel" name="label_4"> |
|
148 <property name="geometry"> |
|
149 <rect> |
|
150 <x>10</x> |
|
151 <y>140</y> |
|
152 <width>46</width> |
|
153 <height>14</height> |
|
154 </rect> |
|
155 </property> |
|
156 <property name="text"> |
|
157 <string>State</string> |
|
158 </property> |
|
159 </widget> |
|
160 <widget class="QCheckBox" name="checkBox"> |
|
161 <property name="geometry"> |
|
162 <rect> |
|
163 <x>60</x> |
|
164 <y>220</y> |
|
165 <width>71</width> |
|
166 <height>19</height> |
|
167 </rect> |
|
168 </property> |
|
169 <property name="text"> |
|
170 <string>Diverted</string> |
|
171 </property> |
|
172 </widget> |
|
173 <widget class="QLabel" name="label_5"> |
|
174 <property name="geometry"> |
|
175 <rect> |
|
176 <x>10</x> |
|
177 <y>220</y> |
|
178 <width>46</width> |
|
179 <height>14</height> |
|
180 </rect> |
|
181 </property> |
|
182 <property name="text"> |
|
183 <string>Flags</string> |
|
184 </property> |
|
185 </widget> |
|
186 <widget class="QCheckBox" name="checkBox_2"> |
|
187 <property name="geometry"> |
|
188 <rect> |
|
189 <x>140</x> |
|
190 <y>220</y> |
|
191 <width>71</width> |
|
192 <height>19</height> |
|
193 </rect> |
|
194 </property> |
|
195 <property name="text"> |
|
196 <string>Muted</string> |
|
197 </property> |
|
198 </widget> |
|
199 <widget class="QLabel" name="label_6"> |
|
200 <property name="geometry"> |
|
201 <rect> |
|
202 <x>10</x> |
|
203 <y>180</y> |
|
204 <width>46</width> |
|
205 <height>14</height> |
|
206 </rect> |
|
207 </property> |
|
208 <property name="text"> |
|
209 <string>Type</string> |
|
210 </property> |
|
211 </widget> |
|
212 <widget class="QComboBox" name="comboBox_3"> |
|
213 <property name="geometry"> |
|
214 <rect> |
|
215 <x>60</x> |
|
216 <y>180</y> |
|
217 <width>121</width> |
|
218 <height>22</height> |
|
219 </rect> |
|
220 </property> |
|
221 <item> |
|
222 <property name="text"> |
|
223 <string>Mobile</string> |
|
224 </property> |
|
225 </item> |
|
226 <item> |
|
227 <property name="text"> |
|
228 <string>Work</string> |
|
229 </property> |
|
230 </item> |
|
231 <item> |
|
232 <property name="text"> |
|
233 <string>Home</string> |
|
234 </property> |
|
235 </item> |
|
236 </widget> |
|
237 </widget> |
|
238 <widget class="QMenuBar" name="menuBar"> |
|
239 <property name="geometry"> |
|
240 <rect> |
|
241 <x>0</x> |
|
242 <y>0</y> |
|
243 <width>397</width> |
|
244 <height>19</height> |
|
245 </rect> |
|
246 </property> |
|
247 </widget> |
|
248 <widget class="QStatusBar" name="statusBar"/> |
|
249 </widget> |
|
250 <layoutdefault spacing="6" margin="11"/> |
|
251 <resources/> |
|
252 <connections/> |
|
253 </ui> |
|