519 lines
13 KiB
XML
519 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SettingsDialog</class>
|
|
<widget class="QDialog" name="SettingsDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>262</width>
|
|
<height>220</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Settings</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../resource.qrc">
|
|
<normaloff>:/icons/images/settings.png</normaloff>:/icons/images/settings.png</iconset>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>2</x>
|
|
<y>2</y>
|
|
<width>261</width>
|
|
<height>181</height>
|
|
</rect>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="tabEvents">
|
|
<attribute name="title">
|
|
<string>Events</string>
|
|
</attribute>
|
|
<widget class="QLabel" name="lblBreakOn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>46</width>
|
|
<height>13</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Break on:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkSystemBreakpoint">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>System Breakpoint*</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkTlsCallbacks">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TLS Callbacks*</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkEntryBreakpoint">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Entry Breakpoint*</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkDllLoad">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>30</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>DLL Load</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkDllUnload">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>50</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>DLL Unload</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkThreadStart">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>70</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Thread Start</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkThreadEnd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>90</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Thread End</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkDebugStrings">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>110</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Debug Strings</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkDllEntry">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>90</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>DLL Entry</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkThreadEntry">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>110</y>
|
|
<width>121</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Thread Entry</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabEngine">
|
|
<attribute name="title">
|
|
<string>Engine</string>
|
|
</attribute>
|
|
<widget class="QLabel" name="lblCalculationType">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Calculation Type:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lblBreakpointType">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>60</y>
|
|
<width>121</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Default Breakpoint Type:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>30</y>
|
|
<width>142</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="layoutCalulationType">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioSigned">
|
|
<property name="text">
|
|
<string>&Signed</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioUnsigned">
|
|
<property name="text">
|
|
<string>&Unsigned</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>80</y>
|
|
<width>175</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="layoutBreakpointType">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioInt3Short">
|
|
<property name="text">
|
|
<string>INT3</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioInt3Long">
|
|
<property name="text">
|
|
<string>Long INT3</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioUd2">
|
|
<property name="text">
|
|
<string>UD2</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkUndecorateSymbolNames">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>151</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Undecorate Symbol Names</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkEnableDebugPrivilege">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>131</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable Debug &Privilege</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabExceptions">
|
|
<attribute name="title">
|
|
<string>Exceptions</string>
|
|
</attribute>
|
|
<widget class="QListWidget" name="listExceptions">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>151</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Courier New</family>
|
|
<pointsize>8</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lblIgnoredExceptions">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>101</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ignored Exceptions:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>30</y>
|
|
<width>77</width>
|
|
<height>83</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="layoutExceptionButtons">
|
|
<item>
|
|
<widget class="QPushButton" name="btnAddRange">
|
|
<property name="text">
|
|
<string>Add &Range</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnDeleteRange">
|
|
<property name="text">
|
|
<string>&Delete Range</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnAddLast">
|
|
<property name="text">
|
|
<string>Add &Last</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabDisasm">
|
|
<attribute name="title">
|
|
<string>Disasm</string>
|
|
</attribute>
|
|
<widget class="QCheckBox" name="chkArgumentSpaces">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>111</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Argument Spaces</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chkMemorySpaces">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>101</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Memory Spaces</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnSave">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>190</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnCancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>190</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>tabWidget</tabstop>
|
|
<tabstop>chkSystemBreakpoint</tabstop>
|
|
<tabstop>chkTlsCallbacks</tabstop>
|
|
<tabstop>chkEntryBreakpoint</tabstop>
|
|
<tabstop>chkDllEntry</tabstop>
|
|
<tabstop>chkThreadEntry</tabstop>
|
|
<tabstop>chkDllLoad</tabstop>
|
|
<tabstop>chkDllUnload</tabstop>
|
|
<tabstop>chkThreadStart</tabstop>
|
|
<tabstop>chkThreadEnd</tabstop>
|
|
<tabstop>chkDebugStrings</tabstop>
|
|
<tabstop>radioSigned</tabstop>
|
|
<tabstop>radioUnsigned</tabstop>
|
|
<tabstop>radioInt3Short</tabstop>
|
|
<tabstop>radioInt3Long</tabstop>
|
|
<tabstop>radioUd2</tabstop>
|
|
<tabstop>chkUndecorateSymbolNames</tabstop>
|
|
<tabstop>chkEnableDebugPrivilege</tabstop>
|
|
<tabstop>listExceptions</tabstop>
|
|
<tabstop>btnAddRange</tabstop>
|
|
<tabstop>btnDeleteRange</tabstop>
|
|
<tabstop>btnAddLast</tabstop>
|
|
<tabstop>btnSave</tabstop>
|
|
<tabstop>btnCancel</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../../resource.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>btnCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>SettingsDialog</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>358</x>
|
|
<y>252</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>357</x>
|
|
<y>236</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>btnSave</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>SettingsDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>286</x>
|
|
<y>250</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>279</x>
|
|
<y>236</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|