1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>Dials</class>
|
---|
4 | <widget class="QWidget" name="Dials">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>400</width>
|
---|
10 | <height>300</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Form</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QGridLayout" name="gridLayout">
|
---|
17 | <item row="0" column="0">
|
---|
18 | <widget class="QDial" name="dial_1">
|
---|
19 | <property name="notchesVisible">
|
---|
20 | <bool>true</bool>
|
---|
21 | </property>
|
---|
22 | </widget>
|
---|
23 | </item>
|
---|
24 | <item row="0" column="1">
|
---|
25 | <widget class="QDial" name="dial_2">
|
---|
26 | <property name="notchesVisible">
|
---|
27 | <bool>true</bool>
|
---|
28 | </property>
|
---|
29 | </widget>
|
---|
30 | </item>
|
---|
31 | <item row="0" column="2">
|
---|
32 | <widget class="QDial" name="dial_3">
|
---|
33 | <property name="notchesVisible">
|
---|
34 | <bool>true</bool>
|
---|
35 | </property>
|
---|
36 | </widget>
|
---|
37 | </item>
|
---|
38 | <item row="0" column="3">
|
---|
39 | <widget class="QDial" name="dial_4">
|
---|
40 | <property name="notchesVisible">
|
---|
41 | <bool>true</bool>
|
---|
42 | </property>
|
---|
43 | </widget>
|
---|
44 | </item>
|
---|
45 | <item row="1" column="0">
|
---|
46 | <widget class="QDial" name="dial_5">
|
---|
47 | <property name="notchesVisible">
|
---|
48 | <bool>true</bool>
|
---|
49 | </property>
|
---|
50 | </widget>
|
---|
51 | </item>
|
---|
52 | <item row="1" column="1">
|
---|
53 | <widget class="QDial" name="dial_6">
|
---|
54 | <property name="notchesVisible">
|
---|
55 | <bool>true</bool>
|
---|
56 | </property>
|
---|
57 | </widget>
|
---|
58 | </item>
|
---|
59 | <item row="1" column="2">
|
---|
60 | <widget class="QDial" name="dial_7">
|
---|
61 | <property name="notchesVisible">
|
---|
62 | <bool>true</bool>
|
---|
63 | </property>
|
---|
64 | </widget>
|
---|
65 | </item>
|
---|
66 | <item row="1" column="3">
|
---|
67 | <widget class="QDial" name="dial_8">
|
---|
68 | <property name="notchesVisible">
|
---|
69 | <bool>true</bool>
|
---|
70 | </property>
|
---|
71 | </widget>
|
---|
72 | </item>
|
---|
73 | </layout>
|
---|
74 | </widget>
|
---|
75 | <resources/>
|
---|
76 | <connections/>
|
---|
77 | </ui>
|
---|