blob: 5ebc24567dbb8610e679f239eb474f1bc8fd25b1 [file] [log] [blame]
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Form</class>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>324</width>
10 <height>120</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <widget class="QLineEdit" name="lineEdit">
17 <property name="geometry">
18 <rect>
19 <x>30</x>
20 <y>20</y>
21 <width>113</width>
22 <height>20</height>
23 </rect>
24 </property>
25 </widget>
26 <widget class="QPushButton" name="pushButton">
27 <property name="geometry">
28 <rect>
29 <x>240</x>
30 <y>50</y>
31 <width>75</width>
32 <height>23</height>
33 </rect>
34 </property>
35 <property name="text">
36 <string>PushButton</string>
37 </property>
38 </widget>
39 </widget>
40 <resources/>
41 <connections/>
42</ui>