190 </item> |
190 </item> |
191 </layout> |
191 </layout> |
192 </widget> |
192 </widget> |
193 </item> |
193 </item> |
194 <item> |
194 <item> |
|
195 <widget class="QGroupBox" name="groupBox_5"> |
|
196 <property name="title"> |
|
197 <string>AST Viewer</string> |
|
198 </property> |
|
199 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
200 <item> |
|
201 <widget class="QLabel" name="label_4"> |
|
202 <property name="text"> |
|
203 <string>Error Messages:</string> |
|
204 </property> |
|
205 </widget> |
|
206 </item> |
|
207 <item> |
|
208 <widget class="QPushButton" name="astErrorItemButton"> |
|
209 <property name="minimumSize"> |
|
210 <size> |
|
211 <width>100</width> |
|
212 <height>0</height> |
|
213 </size> |
|
214 </property> |
|
215 <property name="toolTip"> |
|
216 <string>Select the color for error messages</string> |
|
217 </property> |
|
218 <property name="text"> |
|
219 <string/> |
|
220 </property> |
|
221 </widget> |
|
222 </item> |
|
223 <item> |
|
224 <spacer name="horizontalSpacer_4"> |
|
225 <property name="orientation"> |
|
226 <enum>Qt::Horizontal</enum> |
|
227 </property> |
|
228 <property name="sizeHint" stdset="0"> |
|
229 <size> |
|
230 <width>392</width> |
|
231 <height>20</height> |
|
232 </size> |
|
233 </property> |
|
234 </spacer> |
|
235 </item> |
|
236 </layout> |
|
237 </widget> |
|
238 </item> |
|
239 <item> |
|
240 <widget class="QGroupBox" name="groupBox_6"> |
|
241 <property name="title"> |
|
242 <string>Disassembly Viewer</string> |
|
243 </property> |
|
244 <layout class="QGridLayout" name="gridLayout_4"> |
|
245 <item row="0" column="0"> |
|
246 <widget class="QLabel" name="label_7"> |
|
247 <property name="text"> |
|
248 <string>Error Messages:</string> |
|
249 </property> |
|
250 </widget> |
|
251 </item> |
|
252 <item row="0" column="1"> |
|
253 <widget class="QPushButton" name="disErrorItemButton"> |
|
254 <property name="minimumSize"> |
|
255 <size> |
|
256 <width>100</width> |
|
257 <height>0</height> |
|
258 </size> |
|
259 </property> |
|
260 <property name="toolTip"> |
|
261 <string>Select the color for error messages</string> |
|
262 </property> |
|
263 <property name="text"> |
|
264 <string/> |
|
265 </property> |
|
266 </widget> |
|
267 </item> |
|
268 <item row="0" column="2"> |
|
269 <spacer name="horizontalSpacer_3"> |
|
270 <property name="orientation"> |
|
271 <enum>Qt::Horizontal</enum> |
|
272 </property> |
|
273 <property name="sizeHint" stdset="0"> |
|
274 <size> |
|
275 <width>369</width> |
|
276 <height>20</height> |
|
277 </size> |
|
278 </property> |
|
279 </spacer> |
|
280 </item> |
|
281 <item row="1" column="0"> |
|
282 <widget class="QLabel" name="label_8"> |
|
283 <property name="text"> |
|
284 <string>Current Instruction:</string> |
|
285 </property> |
|
286 </widget> |
|
287 </item> |
|
288 <item row="1" column="1"> |
|
289 <widget class="QPushButton" name="disCurrentInstructionButton"> |
|
290 <property name="minimumSize"> |
|
291 <size> |
|
292 <width>100</width> |
|
293 <height>0</height> |
|
294 </size> |
|
295 </property> |
|
296 <property name="toolTip"> |
|
297 <string>Select the color for the current instruction</string> |
|
298 </property> |
|
299 <property name="text"> |
|
300 <string/> |
|
301 </property> |
|
302 </widget> |
|
303 </item> |
|
304 <item row="2" column="0"> |
|
305 <widget class="QLabel" name="label_10"> |
|
306 <property name="text"> |
|
307 <string>Labeled Instruction:</string> |
|
308 </property> |
|
309 </widget> |
|
310 </item> |
|
311 <item row="2" column="1"> |
|
312 <widget class="QPushButton" name="disLabeledInstructionButton"> |
|
313 <property name="minimumSize"> |
|
314 <size> |
|
315 <width>100</width> |
|
316 <height>0</height> |
|
317 </size> |
|
318 </property> |
|
319 <property name="toolTip"> |
|
320 <string>Select the color for labeled instructions</string> |
|
321 </property> |
|
322 <property name="text"> |
|
323 <string/> |
|
324 </property> |
|
325 </widget> |
|
326 </item> |
|
327 </layout> |
|
328 </widget> |
|
329 </item> |
|
330 <item> |
195 <spacer> |
331 <spacer> |
196 <property name="orientation"> |
332 <property name="orientation"> |
197 <enum>Qt::Vertical</enum> |
333 <enum>Qt::Vertical</enum> |
198 </property> |
334 </property> |
199 <property name="sizeHint" stdset="0"> |
335 <property name="sizeHint" stdset="0"> |
210 <tabstop>stringEncodingComboBox</tabstop> |
346 <tabstop>stringEncodingComboBox</tabstop> |
211 <tabstop>ioEncodingComboBox</tabstop> |
347 <tabstop>ioEncodingComboBox</tabstop> |
212 <tabstop>py3ExtensionsEdit</tabstop> |
348 <tabstop>py3ExtensionsEdit</tabstop> |
213 <tabstop>py3EnvironmentEdit</tabstop> |
349 <tabstop>py3EnvironmentEdit</tabstop> |
214 <tabstop>refreshButton</tabstop> |
350 <tabstop>refreshButton</tabstop> |
|
351 <tabstop>astErrorItemButton</tabstop> |
|
352 <tabstop>disErrorItemButton</tabstop> |
|
353 <tabstop>disCurrentInstructionButton</tabstop> |
|
354 <tabstop>disLabeledInstructionButton</tabstop> |
215 </tabstops> |
355 </tabstops> |
216 <resources/> |
356 <resources/> |
217 <connections/> |
357 <connections/> |
218 </ui> |
358 </ui> |