blob: fd160123ca192adce64574174a5d74ce4616f35a [file] [log] [blame]
Philipped73bacd2014-12-15 13:39:22 -05001<?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>326</width>
10 <height>207</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item>
19 <spacer name="verticalSpacer_3">
20 <property name="orientation">
21 <enum>Qt::Vertical</enum>
22 </property>
23 <property name="sizeHint" stdset="0">
24 <size>
25 <width>17</width>
26 <height>0</height>
27 </size>
28 </property>
29 </spacer>
30 </item>
31 <item>
32 <widget class="QLineEdit" name="call_number">
33 <property name="text">
34 <string>192.168.49.103</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QPushButton" name="pushButton">
40 <property name="text">
41 <string>Call</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <spacer name="verticalSpacer">
47 <property name="orientation">
48 <enum>Qt::Vertical</enum>
49 </property>
50 <property name="sizeHint" stdset="0">
51 <size>
52 <width>17</width>
53 <height>1</height>
54 </size>
55 </property>
56 </spacer>
57 </item>
58 <item>
59 <widget class="QPushButton" name="pushButton_3">
60 <property name="text">
61 <string>Answer</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="pushButton_2">
67 <property name="text">
68 <string>Hang up</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer name="verticalSpacer_2">
74 <property name="orientation">
75 <enum>Qt::Vertical</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>17</width>
80 <height>0</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 </layout>
86 </widget>
87 <widget class="QMenuBar" name="menuBar">
88 <property name="geometry">
89 <rect>
90 <x>0</x>
91 <y>0</y>
92 <width>326</width>
93 <height>22</height>
94 </rect>
95 </property>
96 </widget>
97 </widget>
98 <layoutdefault spacing="6" margin="11"/>
99 <resources/>
100 <connections>
101 <connection>
102 <sender>call_number</sender>
103 <signal>returnPressed()</signal>
104 <receiver>pushButton</receiver>
105 <slot>animateClick()</slot>
106 <hints>
107 <hint type="sourcelabel">
108 <x>160</x>
109 <y>70</y>
110 </hint>
111 <hint type="destinationlabel">
112 <x>116</x>
113 <y>98</y>
114 </hint>
115 </hints>
116 </connection>
117 </connections>
118</ui>