/ src /
/src/widget.ui
1 <?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>160</width>
10 <height>245</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="font">
20 <font>
21 <family>Helvetica</family>
22 <pointsize>26</pointsize>
23 <weight>75</weight>
24 <bold>true</bold>
25 </font>
26 </property>
27 <property name="text">
28 <string>widget.ui</string>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QDial" name="dial"/>
34 </item>
35 <item>
36 <widget class="QLCDNumber" name="lcdNumber"/>
37 </item>
38 </layout>
39 </widget>
40 <resources/>
41 <connections>
42 <connection>
43 <sender>dial</sender>
44 <signal>dialMoved(int)</signal>
45 <receiver>lcdNumber</receiver>
46 <slot>display(int)</slot>
47 <hints>
48 <hint type="sourcelabel">
49 <x>222</x>
50 <y>144</y>
51 </hint>
52 <hint type="destinationlabel">
53 <x>216</x>
54 <y>229</y>
55 </hint>
56 </hints>
57 </connection>
58 </connections>
59 </ui>