1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QMainWindow" name="jstt">
5 <property name="geometry">
13 <property name="windowTitle">
16 <widget class="QWidget" name="centralWidget">
17 <widget class="QWidget" name="verticalLayoutWidget_2">
18 <property name="geometry">
26 <layout class="QVBoxLayout" name="Std_channels">
28 <layout class="QHBoxLayout" name="Aimboards">
30 <spacer name="horizontalSpacer_8">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
34 <property name="sizeHint" stdset="0">
43 <widget class="QGraphicsView" name="Aimboard_ch_12">
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
46 <horstretch>110</horstretch>
47 <verstretch>110</verstretch>
50 <property name="minimumSize">
56 <property name="maximumSize">
62 <property name="baseSize">
71 <spacer name="horizontalSpacer_6">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
75 <property name="sizeHint" stdset="0">
84 <widget class="QGraphicsView" name="Aimboard_ch_34">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
87 <horstretch>110</horstretch>
88 <verstretch>110</verstretch>
91 <property name="minimumSize">
97 <property name="maximumSize">
103 <property name="baseSize">
112 <spacer name="horizontalSpacer_7">
113 <property name="orientation">
114 <enum>Qt::Horizontal</enum>
116 <property name="sizeHint" stdset="0">
127 <layout class="QHBoxLayout" name="Channel_bars">
129 <spacer name="horizontalSpacer_4">
130 <property name="orientation">
131 <enum>Qt::Horizontal</enum>
133 <property name="sizeHint" stdset="0">
142 <widget class="QProgressBar" name="Chan_1_bar">
143 <property name="value">
146 <property name="orientation">
147 <enum>Qt::Vertical</enum>
149 <property name="format">
155 <spacer name="horizontalSpacer">
156 <property name="orientation">
157 <enum>Qt::Horizontal</enum>
159 <property name="sizeHint" stdset="0">
168 <widget class="QProgressBar" name="Chan_2_bar">
169 <property name="value">
172 <property name="orientation">
173 <enum>Qt::Vertical</enum>
175 <property name="format">
181 <spacer name="horizontalSpacer_2">
182 <property name="orientation">
183 <enum>Qt::Horizontal</enum>
185 <property name="sizeHint" stdset="0">
194 <widget class="QProgressBar" name="Chan_3_bar">
195 <property name="value">
198 <property name="orientation">
199 <enum>Qt::Vertical</enum>
201 <property name="format">
207 <spacer name="horizontalSpacer_3">
208 <property name="orientation">
209 <enum>Qt::Horizontal</enum>
211 <property name="sizeHint" stdset="0">
220 <widget class="QProgressBar" name="Chan_4_bar">
221 <property name="value">
224 <property name="orientation">
225 <enum>Qt::Vertical</enum>
227 <property name="format">
233 <spacer name="horizontalSpacer_5">
234 <property name="orientation">
235 <enum>Qt::Horizontal</enum>
237 <property name="sizeHint" stdset="0">
248 <layout class="QHBoxLayout" name="Channel_values">
250 <widget class="QLabel" name="Chan_1_val">
251 <property name="layoutDirection">
252 <enum>Qt::RightToLeft</enum>
254 <property name="text">
255 <string>TextLabel</string>
260 <widget class="QLabel" name="Chan_2_val">
261 <property name="layoutDirection">
262 <enum>Qt::RightToLeft</enum>
264 <property name="text">
265 <string>TextLabel</string>
270 <widget class="QLabel" name="Chan_3_val">
271 <property name="layoutDirection">
272 <enum>Qt::RightToLeft</enum>
274 <property name="text">
275 <string>TextLabel</string>
280 <widget class="QLabel" name="Chan_4_val">
281 <property name="layoutDirection">
282 <enum>Qt::RightToLeft</enum>
284 <property name="text">
285 <string>TextLabel</string>
292 <layout class="QVBoxLayout" name="Comboboxes">
294 <widget class="QComboBox" name="Joysticks"/>
297 <widget class="QComboBox" name="Mode_menu">
299 <property name="text">
300 <string>Mode 1</string>
304 <property name="text">
305 <string>Mode 2</string>
309 <property name="text">
310 <string>Mode 3</string>
314 <property name="text">
315 <string>Mode 4</string>
325 <widget class="QToolBar" name="mainToolBar">
326 <attribute name="toolBarArea">
327 <enum>TopToolBarArea</enum>
329 <attribute name="toolBarBreak">
333 <widget class="QStatusBar" name="statusBar"/>
334 <widget class="QMenuBar" name="menuBar">
335 <property name="geometry">
343 <widget class="QMenu" name="menuFile">
344 <property name="title">
345 <string>File</string>
347 <addaction name="actionAbout"/>
348 <addaction name="actionHelp"/>
349 <addaction name="separator"/>
350 <addaction name="actionQuit"/>
352 <addaction name="menuFile"/>
354 <action name="actionAbout">
355 <property name="text">
356 <string>About</string>
359 <action name="actionHelp">
360 <property name="text">
361 <string>Help</string>
364 <action name="actionQuit">
365 <property name="text">
366 <string>Quit</string>
368 <property name="shortcutContext">
369 <enum>Qt::WindowShortcut</enum>
373 <layoutdefault spacing="6" margin="11"/>