Rev 750 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 750 | Rev 801 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | <widget class="QMainWindow" name="dlg_Main_UI"> |
4 | <widget class="QMainWindow" name="dlg_Main_UI"> |
5 | <property name="geometry"> |
5 | <property name="geometry"> |
6 | <rect> |
6 | <rect> |
7 | <x>0</x> |
7 | <x>0</x> |
8 | <y>0</y> |
8 | <y>0</y> |
9 | <width>719</width> |
9 | <width>794</width> |
10 | <height>314</height> |
10 | <height>366</height> |
11 | </rect> |
11 | </rect> |
12 | </property> |
12 | </property> |
13 | <property name="windowTitle"> |
13 | <property name="windowTitle"> |
14 | <string>QMK-Scope</string> |
14 | <string>QMK-Scope</string> |
15 | </property> |
15 | </property> |
16 | <property name="windowIcon"> |
16 | <property name="windowIcon"> |
17 | <iconset resource="../QMK-Scope.qrc"> |
17 | <iconset resource="../QMK-Scope.qrc"> |
18 | <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset> |
18 | <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset> |
19 | </property> |
19 | </property> |
- | 20 | <property name="styleSheet"> |
|
- | 21 | <string notr="true"/> |
|
- | 22 | </property> |
|
20 | <widget class="QWidget" name="centralWidget"> |
23 | <widget class="QWidget" name="centralWidget"> |
21 | <layout class="QGridLayout" name="gridLayout_5"> |
24 | <layout class="QGridLayout" name="gridLayout"> |
22 | <property name="margin"> |
- | |
23 | <number>4</number> |
- | |
24 | </property> |
- | |
25 | <property name="spacing"> |
- | |
26 | <number>2</number> |
- | |
27 | </property> |
- | |
28 | <item row="1" column="0"> |
25 | <item row="2" column="0"> |
29 | <widget class="QStackedWidget" name="wg_Pages"> |
- | |
30 | <property name="currentIndex"> |
- | |
31 | <number>0</number> |
- | |
32 | </property> |
- | |
33 | <widget class="QWidget" name="wg_Plotter"> |
- | |
34 | <layout class="QGridLayout" name="gridLayout"> |
26 | <layout class="QHBoxLayout" name="horizontalLayout"> |
35 | <property name="horizontalSpacing"> |
- | |
36 | <number>4</number> |
- | |
37 | </property> |
- | |
38 | <property name="verticalSpacing"> |
- | |
39 | <number>2</number> |
- | |
40 | </property> |
- | |
41 | <property name="margin"> |
- | |
42 | <number>4</number> |
- | |
43 | </property> |
- | |
44 | <item row="0" column="0" colspan="2"> |
- | |
45 | <widget class="QwtPlot" name="qwt_Plotter"/> |
- | |
46 | </item> |
27 | <item> |
47 | <item row="2" column="0"> |
- | |
48 | <widget class="QScrollBar" name="Plotter_Scroll"> |
28 | <widget class="QScrollBar" name="Plotter_Scroll"> |
49 | <property name="orientation"> |
29 | <property name="sizePolicy"> |
50 | <enum>Qt::Horizontal</enum> |
- | |
51 | </property> |
- | |
52 | </widget> |
- | |
53 | </item> |
- | |
54 | <item row="2" column="1"> |
- | |
55 | <widget class="QPushButton" name="btn_Start"> |
30 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
56 | <property name="text"> |
- | |
57 | <string>Plotter starten</string> |
- | |
58 | </property> |
- | |
59 | <property name="icon"> |
- | |
60 | <iconset resource="../QMK-Scope.qrc"> |
- | |
61 | <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff> |
- | |
62 | <normalon>:/Actions/Global/Images/Actions/Plotter-OK.png</normalon>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset> |
- | |
63 | </property> |
- | |
64 | <property name="iconSize"> |
- | |
65 | <size> |
- | |
66 | <width>20</width> |
31 | <horstretch>0</horstretch> |
67 | <height>20</height> |
32 | <verstretch>0</verstretch> |
68 | </size> |
33 | </sizepolicy> |
69 | </property> |
34 | </property> |
70 | </widget> |
- | |
71 | </item> |
- | |
72 | <item row="1" column="0"> |
- | |
73 | <spacer name="horizontalSpacer"> |
- | |
74 | <property name="orientation"> |
35 | <property name="orientation"> |
75 | <enum>Qt::Horizontal</enum> |
36 | <enum>Qt::Horizontal</enum> |
76 | </property> |
37 | </property> |
77 | <property name="sizeHint" stdset="0"> |
- | |
78 | <size> |
- | |
79 | <width>40</width> |
- | |
80 | <height>1</height> |
- | |
81 | </size> |
- | |
82 | </property> |
- | |
83 | </spacer> |
38 | </widget> |
84 | </item> |
39 | </item> |
85 | </layout> |
- | |
86 | </widget> |
40 | <item> |
87 | <widget class="QWidget" name="wg_Debug"> |
41 | <widget class="QPushButton" name="btn_Start"> |
88 | <layout class="QGridLayout" name="gridLayout_3"> |
- | |
89 | <property name="margin"> |
- | |
90 | <number>0</number> |
- | |
91 | </property> |
- | |
92 | <property name="spacing"> |
42 | <property name="sizePolicy"> |
93 | <number>0</number> |
- | |
94 | </property> |
- | |
95 | <item row="0" column="0"> |
- | |
96 | <layout class="QGridLayout" name="wg_Grid"> |
- | |
97 | <property name="margin"> |
- | |
98 | <number>4</number> |
- | |
99 | </property> |
- | |
100 | <property name="spacing"> |
- | |
101 | <number>4</number> |
- | |
102 | </property> |
- | |
103 | </layout> |
- | |
104 | </item> |
- | |
105 | <item row="1" column="0"> |
- | |
106 | <spacer name="verticalSpacer_2"> |
- | |
107 | <property name="orientation"> |
- | |
108 | <enum>Qt::Vertical</enum> |
- | |
109 | </property> |
- | |
110 | <property name="sizeHint" stdset="0"> |
43 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
111 | <size> |
- | |
112 | <width>20</width> |
44 | <horstretch>0</horstretch> |
113 | <height>40</height> |
45 | <verstretch>0</verstretch> |
114 | </size> |
46 | </sizepolicy> |
115 | </property> |
47 | </property> |
116 | </spacer> |
- | |
117 | </item> |
- | |
118 | </layout> |
- | |
119 | </widget> |
- | |
120 | <widget class="QWidget" name="wg_Config"> |
- | |
121 | <layout class="QGridLayout" name="gridLayout_2"> |
- | |
122 | <item row="0" column="0" colspan="3"> |
- | |
123 | <layout class="QGridLayout" name="wg_Grid_2"> |
- | |
124 | <property name="margin"> |
48 | <property name="text"> |
125 | <number>4</number> |
49 | <string>Plotter starten</string> |
126 | </property> |
50 | </property> |
127 | <property name="spacing"> |
51 | <property name="icon"> |
128 | <number>4</number> |
- | |
129 | </property> |
- | |
130 | </layout> |
- | |
131 | </item> |
- | |
132 | <item row="1" column="2"> |
- | |
133 | <spacer name="verticalSpacer"> |
52 | <iconset resource="../QMK-Scope.qrc"> |
134 | <property name="orientation"> |
53 | <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff> |
135 | <enum>Qt::Vertical</enum> |
- | |
136 | </property> |
- | |
137 | <property name="sizeHint" stdset="0"> |
54 | <normalon>:/Actions/Global/Images/Actions/Plotter-OK.png</normalon>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset> |
138 | <size> |
- | |
139 | <width>20</width> |
- | |
140 | <height>40</height> |
- | |
141 | </size> |
- | |
142 | </property> |
55 | </property> |
143 | </spacer> |
- | |
144 | </item> |
- | |
145 | <item row="2" column="1"> |
- | |
146 | <spacer name="horizontalSpacer_3"> |
- | |
147 | <property name="orientation"> |
56 | <property name="iconSize"> |
148 | <enum>Qt::Horizontal</enum> |
- | |
149 | </property> |
- | |
150 | <property name="sizeHint" stdset="0"> |
- | |
151 | <size> |
57 | <size> |
152 | <width>40</width> |
58 | <width>20</width> |
153 | <height>20</height> |
59 | <height>20</height> |
154 | </size> |
60 | </size> |
155 | </property> |
- | |
156 | </spacer> |
- | |
157 | </item> |
- | |
158 | <item row="2" column="2"> |
- | |
159 | <widget class="QPushButton" name="btn_ChoseOK"> |
- | |
160 | <property name="text"> |
- | |
161 | <string>Übernehmen</string> |
- | |
162 | </property> |
- | |
163 | </widget> |
- | |
164 | </item> |
- | |
165 | <item row="2" column="0"> |
- | |
166 | <widget class="QLabel" name="label_4"> |
- | |
167 | <property name="text"> |
- | |
168 | <string>Datenauswahl für den Plotter.</string> |
- | |
169 | </property> |
61 | </property> |
170 | </widget> |
62 | </widget> |
171 | </item> |
63 | </item> |
172 | </layout> |
64 | </layout> |
173 | </widget> |
- | |
174 | </widget> |
- | |
175 | </item> |
65 | </item> |
176 | <item row="0" column="0"> |
66 | <item row="0" column="0"> |
177 | <widget class="wgt_Connection" name="wg_Connection" native="true"/> |
67 | <widget class="wgt_Connection" name="wg_Connection" native="true"/> |
178 | </item> |
68 | </item> |
- | 69 | <item row="1" column="0"> |
|
- | 70 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
- | 71 | <item> |
|
- | 72 | <widget class="QFrame" name="frame_2"> |
|
- | 73 | <property name="frameShape"> |
|
- | 74 | <enum>QFrame::StyledPanel</enum> |
|
- | 75 | </property> |
|
- | 76 | <property name="frameShadow"> |
|
- | 77 | <enum>QFrame::Raised</enum> |
|
- | 78 | </property> |
|
- | 79 | <layout class="QGridLayout" name="gridLayout_4"> |
|
- | 80 | <item row="0" column="0"> |
|
- | 81 | <spacer name="horizontalSpacer"> |
|
- | 82 | <property name="orientation"> |
|
- | 83 | <enum>Qt::Horizontal</enum> |
|
- | 84 | </property> |
|
- | 85 | <property name="sizeType"> |
|
- | 86 | <enum>QSizePolicy::MinimumExpanding</enum> |
|
- | 87 | </property> |
|
- | 88 | <property name="sizeHint" stdset="0"> |
|
- | 89 | <size> |
|
- | 90 | <width>582</width> |
|
- | 91 | <height>20</height> |
|
- | 92 | </size> |
|
- | 93 | </property> |
|
- | 94 | </spacer> |
|
- | 95 | </item> |
|
- | 96 | <item row="1" column="0"> |
|
- | 97 | <widget class="QwtPlot" name="qwt_Plotter"/> |
|
- | 98 | </item> |
|
- | 99 | </layout> |
|
- | 100 | </widget> |
|
- | 101 | </item> |
|
- | 102 | <item> |
|
- | 103 | <widget class="QFrame" name="frame"> |
|
- | 104 | <property name="sizePolicy"> |
|
- | 105 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
|
- | 106 | <horstretch>0</horstretch> |
|
- | 107 | <verstretch>0</verstretch> |
|
- | 108 | </sizepolicy> |
|
- | 109 | </property> |
|
- | 110 | <property name="frameShape"> |
|
- | 111 | <enum>QFrame::StyledPanel</enum> |
|
- | 112 | </property> |
|
- | 113 | <property name="frameShadow"> |
|
- | 114 | <enum>QFrame::Raised</enum> |
|
- | 115 | </property> |
|
- | 116 | <layout class="QGridLayout" name="frame_Index"> |
|
- | 117 | <item row="0" column="0"> |
|
- | 118 | <widget class="QScrollArea" name="scrollArea"> |
|
- | 119 | <property name="minimumSize"> |
|
- | 120 | <size> |
|
- | 121 | <width>170</width> |
|
- | 122 | <height>0</height> |
|
- | 123 | </size> |
|
- | 124 | </property> |
|
- | 125 | <property name="frameShape"> |
|
- | 126 | <enum>QFrame::NoFrame</enum> |
|
- | 127 | </property> |
|
- | 128 | <property name="widgetResizable"> |
|
- | 129 | <bool>true</bool> |
|
- | 130 | </property> |
|
- | 131 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
|
- | 132 | <property name="geometry"> |
|
- | 133 | <rect> |
|
- | 134 | <x>0</x> |
|
- | 135 | <y>0</y> |
|
- | 136 | <width>170</width> |
|
- | 137 | <height>274</height> |
|
- | 138 | </rect> |
|
- | 139 | </property> |
|
- | 140 | <property name="styleSheet"> |
|
- | 141 | <string notr="true">background-color: #000000; |
|
- | 142 | </string> |
|
- | 143 | </property> |
|
- | 144 | <layout class="QGridLayout" name="gridLayout_6"> |
|
- | 145 | <property name="margin"> |
|
- | 146 | <number>0</number> |
|
- | 147 | </property> |
|
- | 148 | <property name="spacing"> |
|
- | 149 | <number>0</number> |
|
- | 150 | </property> |
|
- | 151 | <item row="0" column="0"> |
|
- | 152 | <layout class="QVBoxLayout" name="verticalLayout"/> |
|
- | 153 | </item> |
|
- | 154 | </layout> |
|
- | 155 | </widget> |
|
- | 156 | </widget> |
|
- | 157 | </item> |
|
- | 158 | </layout> |
|
- | 159 | </widget> |
|
- | 160 | </item> |
|
- | 161 | </layout> |
|
- | 162 | </item> |
|
179 | </layout> |
163 | </layout> |
- | 164 | <zorder>wg_Connection</zorder> |
|
- | 165 | <zorder></zorder> |
|
180 | </widget> |
166 | </widget> |
181 | <widget class="QMenuBar" name="menuBar"> |
167 | <widget class="QMenuBar" name="menuBar"> |
182 | <property name="geometry"> |
168 | <property name="geometry"> |
183 | <rect> |
169 | <rect> |
184 | <x>0</x> |
170 | <x>0</x> |
185 | <y>0</y> |
171 | <y>0</y> |
186 | <width>719</width> |
172 | <width>794</width> |
187 | <height>21</height> |
173 | <height>19</height> |
188 | </rect> |
174 | </rect> |
189 | </property> |
175 | </property> |
190 | <widget class="QMenu" name="menu_Program"> |
176 | <widget class="QMenu" name="menu_Program"> |
191 | <property name="title"> |
177 | <property name="title"> |
192 | <string>Programm</string> |
178 | <string>Programm</string> |
Line 208... | Line 194... | ||
208 | </widget> |
194 | </widget> |
209 | <addaction name="menu_Program"/> |
195 | <addaction name="menu_Program"/> |
210 | <addaction name="menu_Preferences"/> |
196 | <addaction name="menu_Preferences"/> |
211 | <addaction name="menu_Help"/> |
197 | <addaction name="menu_Help"/> |
212 | </widget> |
198 | </widget> |
213 | <widget class="QToolBar" name="ToolBar"> |
- | |
214 | <property name="minimumSize"> |
- | |
215 | <size> |
- | |
216 | <width>80</width> |
- | |
217 | <height>0</height> |
- | |
218 | </size> |
- | |
219 | </property> |
- | |
220 | <property name="windowTitle"> |
- | |
221 | <string>toolBar</string> |
- | |
222 | </property> |
- | |
223 | <property name="movable"> |
- | |
224 | <bool>false</bool> |
- | |
225 | </property> |
- | |
226 | <property name="allowedAreas"> |
- | |
227 | <set>Qt::LeftToolBarArea</set> |
- | |
228 | </property> |
- | |
229 | <property name="iconSize"> |
- | |
230 | <size> |
- | |
231 | <width>30</width> |
- | |
232 | <height>30</height> |
- | |
233 | </size> |
- | |
234 | </property> |
- | |
235 | <property name="toolButtonStyle"> |
- | |
236 | <enum>Qt::ToolButtonTextUnderIcon</enum> |
- | |
237 | </property> |
- | |
238 | <attribute name="toolBarArea"> |
- | |
239 | <enum>LeftToolBarArea</enum> |
- | |
240 | </attribute> |
- | |
241 | <attribute name="toolBarBreak"> |
- | |
242 | <bool>false</bool> |
- | |
243 | </attribute> |
- | |
244 | <addaction name="ac_Connect"/> |
- | |
245 | <addaction name="separator"/> |
- | |
246 | <addaction name="ac_Plotter"/> |
- | |
247 | <addaction name="ac_Debug"/> |
- | |
248 | <addaction name="separator"/> |
- | |
249 | <addaction name="ac_Chose"/> |
- | |
250 | </widget> |
- | |
251 | <action name="ac_Quit"> |
199 | <action name="ac_Quit"> |
252 | <property name="icon"> |
200 | <property name="icon"> |
253 | <iconset resource="../QMK-Scope.qrc"> |
201 | <iconset resource="../QMK-Scope.qrc"> |
254 | <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset> |
202 | <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset> |
255 | </property> |
203 | </property> |
Line 280... | Line 228... | ||
280 | </property> |
228 | </property> |
281 | <property name="text"> |
229 | <property name="text"> |
282 | <string>Verbinden</string> |
230 | <string>Verbinden</string> |
283 | </property> |
231 | </property> |
284 | </action> |
232 | </action> |
285 | <action name="ac_Plotter"> |
- | |
286 | <property name="checkable"> |
- | |
287 | <bool>true</bool> |
- | |
288 | </property> |
- | |
289 | <property name="icon"> |
- | |
290 | <iconset resource="../QMK-Scope.qrc"> |
- | |
291 | <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset> |
- | |
292 | </property> |
- | |
293 | <property name="text"> |
- | |
294 | <string>Plotter</string> |
- | |
295 | </property> |
- | |
296 | </action> |
- | |
297 | <action name="ac_Debug"> |
- | |
298 | <property name="checkable"> |
- | |
299 | <bool>true</bool> |
- | |
300 | </property> |
- | |
301 | <property name="icon"> |
- | |
302 | <iconset resource="../QMK-Scope.qrc"> |
- | |
303 | <normaloff>:/Actions/Global/Images/Actions/Debug.png</normaloff>:/Actions/Global/Images/Actions/Debug.png</iconset> |
- | |
304 | </property> |
- | |
305 | <property name="text"> |
- | |
306 | <string>Debug</string> |
- | |
307 | </property> |
- | |
308 | </action> |
- | |
309 | <action name="ac_Chose"> |
- | |
310 | <property name="checkable"> |
- | |
311 | <bool>true</bool> |
- | |
312 | </property> |
- | |
313 | <property name="icon"> |
- | |
314 | <iconset resource="../QMK-Scope.qrc"> |
- | |
315 | <normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</iconset> |
- | |
316 | </property> |
- | |
317 | <property name="text"> |
- | |
318 | <string>Auswahl</string> |
- | |
319 | </property> |
- | |
320 | </action> |
- | |
321 | <action name="ac_ReadLabels"> |
233 | <action name="ac_ReadLabels"> |
322 | <property name="text"> |
234 | <property name="text"> |
323 | <string>Analoglabels auslesen</string> |
235 | <string>Analoglabels auslesen</string> |
324 | </property> |
236 | </property> |
325 | </action> |
237 | </action> |