2017-10-01 14:36:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2017-12-14 13:42:24 +00:00
|
|
|
<class>AsmOptionsWidget</class>
|
|
|
|
<widget class="QWidget" name="AsmOptionsWidget">
|
2017-10-01 14:36:40 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-12-14 13:42:24 +00:00
|
|
|
<width>461</width>
|
|
|
|
<height>463</height>
|
2017-10-01 14:36:40 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Disassembly Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinAndMaxSize</enum>
|
|
|
|
</property>
|
2017-10-14 09:35:49 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="fontSelectionLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fontSelectionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="fontSelectionButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select font</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-10-01 14:36:40 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="esilCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show ESIL instead of assembly (asm.esil)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="pseudoCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show pseudocode instead of assembly (asm.pseudo)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="offsetCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show offsets (asm.offset)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="describeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show opcode description (asm.describe)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="stackpointerCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show stack pointer (asm.stackptr)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="bytesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show bytes (asm.bytes)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="bytespaceCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Separate bytes with whitespace (asm.bytespace)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="lbytesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Align bytes to the left (asm.lbytes)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="syntaxComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
2017-10-01 14:36:40 +00:00
|
|
|
<widget class="QLabel" name="syntaxLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Syntax (asm.syntax):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="caseComboBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lowercase</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Uppercase (asm.ucase)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-12-04 22:30:58 +00:00
|
|
|
<string>Capitalize (asm.capitalize)</string>
|
2017-10-01 16:03:06 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
2017-10-01 14:36:40 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<widget class="QCheckBox" name="bblineCheckBox">
|
2017-10-01 14:36:40 +00:00
|
|
|
<property name="text">
|
2017-10-01 16:03:06 +00:00
|
|
|
<string>Show empty line after every basic block (asm.bbline)</string>
|
2017-10-01 14:36:40 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<widget class="QCheckBox" name="varsubCheckBox">
|
2017-10-01 14:36:40 +00:00
|
|
|
<property name="text">
|
2017-10-01 16:03:06 +00:00
|
|
|
<string>Substitute variables (asm.varsub)</string>
|
2017-10-01 14:36:40 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="varsubOnlyCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Substitute entire variable expressions with names (asm.varsub_only)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-10-01 14:36:40 +00:00
|
|
|
</layout>
|
|
|
|
<action name="actionSaveAsDefault">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save as Default</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|