0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>BackSide</class>
|
|
3 |
<widget class="QWidget" name="BackSide" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>378</width>
|
|
9 |
<height>385</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>BackSide</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
|
16 |
<item>
|
|
17 |
<widget class="QGroupBox" name="groupBox" >
|
|
18 |
<property name="title" >
|
|
19 |
<string>Settings</string>
|
|
20 |
</property>
|
|
21 |
<property name="flat" >
|
|
22 |
<bool>true</bool>
|
|
23 |
</property>
|
|
24 |
<property name="checkable" >
|
|
25 |
<bool>true</bool>
|
|
26 |
</property>
|
|
27 |
<layout class="QGridLayout" name="gridLayout" >
|
|
28 |
<item row="0" column="0" >
|
|
29 |
<widget class="QLabel" name="label" >
|
|
30 |
<property name="text" >
|
|
31 |
<string>Title:</string>
|
|
32 |
</property>
|
|
33 |
</widget>
|
|
34 |
</item>
|
|
35 |
<item row="0" column="1" >
|
|
36 |
<widget class="QLineEdit" name="hostName" >
|
|
37 |
<property name="text" >
|
|
38 |
<string>Pad Navigator Example</string>
|
|
39 |
</property>
|
|
40 |
</widget>
|
|
41 |
</item>
|
|
42 |
<item row="1" column="0" >
|
|
43 |
<widget class="QLabel" name="label_2" >
|
|
44 |
<property name="text" >
|
|
45 |
<string>Modified:</string>
|
|
46 |
</property>
|
|
47 |
</widget>
|
|
48 |
</item>
|
|
49 |
<item row="2" column="0" >
|
|
50 |
<widget class="QLabel" name="label_3" >
|
|
51 |
<property name="text" >
|
|
52 |
<string>Extent</string>
|
|
53 |
</property>
|
|
54 |
</widget>
|
|
55 |
</item>
|
|
56 |
<item row="2" column="1" >
|
|
57 |
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
58 |
<item>
|
|
59 |
<widget class="QSlider" name="horizontalSlider" >
|
|
60 |
<property name="value" >
|
|
61 |
<number>42</number>
|
|
62 |
</property>
|
|
63 |
<property name="orientation" >
|
|
64 |
<enum>Qt::Horizontal</enum>
|
|
65 |
</property>
|
|
66 |
</widget>
|
|
67 |
</item>
|
|
68 |
<item>
|
|
69 |
<widget class="QSpinBox" name="spinBox" >
|
|
70 |
<property name="value" >
|
|
71 |
<number>42</number>
|
|
72 |
</property>
|
|
73 |
</widget>
|
|
74 |
</item>
|
|
75 |
</layout>
|
|
76 |
</item>
|
|
77 |
<item row="1" column="1" >
|
|
78 |
<widget class="QDateTimeEdit" name="dateTimeEdit" />
|
|
79 |
</item>
|
|
80 |
</layout>
|
|
81 |
</widget>
|
|
82 |
</item>
|
|
83 |
<item>
|
|
84 |
<widget class="QGroupBox" name="groupBox_2" >
|
|
85 |
<property name="title" >
|
|
86 |
<string>Other input</string>
|
|
87 |
</property>
|
|
88 |
<property name="flat" >
|
|
89 |
<bool>true</bool>
|
|
90 |
</property>
|
|
91 |
<property name="checkable" >
|
|
92 |
<bool>true</bool>
|
|
93 |
</property>
|
|
94 |
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
|
95 |
<item>
|
|
96 |
<widget class="QTreeWidget" name="treeWidget" >
|
|
97 |
<column>
|
|
98 |
<property name="text" >
|
|
99 |
<string>Widgets On Graphics View</string>
|
|
100 |
</property>
|
|
101 |
</column>
|
|
102 |
<item>
|
|
103 |
<property name="text" >
|
|
104 |
<string>QGraphicsProxyWidget</string>
|
|
105 |
</property>
|
|
106 |
<item>
|
|
107 |
<property name="text" >
|
|
108 |
<string>QGraphicsWidget</string>
|
|
109 |
</property>
|
|
110 |
<item>
|
|
111 |
<property name="text" >
|
|
112 |
<string>QObject</string>
|
|
113 |
</property>
|
|
114 |
</item>
|
|
115 |
<item>
|
|
116 |
<property name="text" >
|
|
117 |
<string>QGraphicsItem</string>
|
|
118 |
</property>
|
|
119 |
</item>
|
|
120 |
<item>
|
|
121 |
<property name="text" >
|
|
122 |
<string>QGraphicsLayoutItem</string>
|
|
123 |
</property>
|
|
124 |
</item>
|
|
125 |
</item>
|
|
126 |
</item>
|
|
127 |
<item>
|
|
128 |
<property name="text" >
|
|
129 |
<string>QGraphicsGridLayout</string>
|
|
130 |
</property>
|
|
131 |
<item>
|
|
132 |
<property name="text" >
|
|
133 |
<string>QGraphicsLayout</string>
|
|
134 |
</property>
|
|
135 |
<item>
|
|
136 |
<property name="text" >
|
|
137 |
<string>QGraphicsLayoutItem</string>
|
|
138 |
</property>
|
|
139 |
</item>
|
|
140 |
</item>
|
|
141 |
</item>
|
|
142 |
<item>
|
|
143 |
<property name="text" >
|
|
144 |
<string>QGraphicsLinearLayout</string>
|
|
145 |
</property>
|
|
146 |
<item>
|
|
147 |
<property name="text" >
|
|
148 |
<string>QGraphicsLayout</string>
|
|
149 |
</property>
|
|
150 |
<item>
|
|
151 |
<property name="text" >
|
|
152 |
<string>QGraphicsLayoutItem</string>
|
|
153 |
</property>
|
|
154 |
</item>
|
|
155 |
</item>
|
|
156 |
</item>
|
|
157 |
</widget>
|
|
158 |
</item>
|
|
159 |
</layout>
|
|
160 |
</widget>
|
|
161 |
</item>
|
|
162 |
</layout>
|
|
163 |
</widget>
|
|
164 |
<tabstops>
|
|
165 |
<tabstop>groupBox</tabstop>
|
|
166 |
<tabstop>hostName</tabstop>
|
|
167 |
<tabstop>dateTimeEdit</tabstop>
|
|
168 |
<tabstop>horizontalSlider</tabstop>
|
|
169 |
<tabstop>spinBox</tabstop>
|
|
170 |
<tabstop>groupBox_2</tabstop>
|
|
171 |
<tabstop>treeWidget</tabstop>
|
|
172 |
</tabstops>
|
|
173 |
<resources/>
|
|
174 |
<connections>
|
|
175 |
<connection>
|
|
176 |
<sender>horizontalSlider</sender>
|
|
177 |
<signal>valueChanged(int)</signal>
|
|
178 |
<receiver>spinBox</receiver>
|
|
179 |
<slot>setValue(int)</slot>
|
|
180 |
<hints>
|
|
181 |
<hint type="sourcelabel" >
|
|
182 |
<x>184</x>
|
|
183 |
<y>125</y>
|
|
184 |
</hint>
|
|
185 |
<hint type="destinationlabel" >
|
|
186 |
<x>275</x>
|
|
187 |
<y>127</y>
|
|
188 |
</hint>
|
|
189 |
</hints>
|
|
190 |
</connection>
|
|
191 |
<connection>
|
|
192 |
<sender>spinBox</sender>
|
|
193 |
<signal>valueChanged(int)</signal>
|
|
194 |
<receiver>horizontalSlider</receiver>
|
|
195 |
<slot>setValue(int)</slot>
|
|
196 |
<hints>
|
|
197 |
<hint type="sourcelabel" >
|
|
198 |
<x>272</x>
|
|
199 |
<y>114</y>
|
|
200 |
</hint>
|
|
201 |
<hint type="destinationlabel" >
|
|
202 |
<x>190</x>
|
|
203 |
<y>126</y>
|
|
204 |
</hint>
|
|
205 |
</hints>
|
|
206 |
</connection>
|
|
207 |
</connections>
|
|
208 |
</ui>
|