/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/SimpleTraceDialog.ui
281 строка
8 KB
Duncan Ogilvie
Improve SimpleTraceDialog to look a bit more polished
30 ноя 2025, 16:38
30 ноя 2025, 16:38
2a0e261
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SimpleTraceDialog</class> <widget class="QDialog" name="SimpleTraceDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>502</width> <height>262</height> </rect> </property> <property name="windowTitle"> <string/> </property> <layout class="QGridLayout" name="gridLayout"> <item row="5" column="0"> <widget class="QLabel" name="lblMaxTraceCount"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Maximum trace count:</string> </property> <property name="buddy"> <cstring>spinMaxTraceCount</cstring> </property> </widget> </item> <item row="8" column="0" colspan="2"> <widget class="QLabel" name="lblHint"> <property name="text"> <string>Hint: History is available in every text field with the Up/Down arrows!</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> </property> </widget> </item> <item row="7" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="chkRecordTrace"> <property name="text"> <string>&Record trace</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnLogFile"> <property name="text"> <string>Log &File...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnOk"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>C&ancel</string> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <widget class="HistoryLineEdit" name="editBreakCondition"/> </item> <item row="2" column="0"> <widget class="QLabel" name="lblLogCondition"> <property name="text"> <string>Lo&g Condition:</string> </property> <property name="buddy"> <cstring>editLogCondition</cstring> </property> </widget> </item> <item row="3" column="1"> <widget class="HistoryLineEdit" name="editCommandText"/> </item> <item row="1" column="1"> <widget class="HistoryLineEdit" name="editLogText"/> </item> <item row="6" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Module Filter:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="lblLogText"> <property name="text"> <string>&Log Text:</string> </property> <property name="buddy"> <cstring>editLogText</cstring> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="lblCommandCondition"> <property name="text"> <string>C&ommand Condition:</string> </property> <property name="buddy"> <cstring>editCommandCondition</cstring> </property> </widget> </item> <item row="4" column="1"> <widget class="HistoryLineEdit" name="editCommandCondition"/> </item> <item row="5" column="1"> <widget class="QSpinBox" name="spinMaxTraceCount"> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>2147483647</number> </property> </widget> </item> <item row="6" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QRadioButton" name="radioFilterNone"> <property name="toolTip"> <string>Trace all modules (no filter).</string> </property> <property name="text"> <string>&All Modules</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioFilterUser"> <property name="toolTip"> <string>Conditions, logging, and recording only apply when execution is in a User module. System code is stepped through silently.</string> </property> <property name="text"> <string>&User Only</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioFilterSystem"> <property name="toolTip"> <string>Conditions, logging, and recording only apply when execution is in a System module. User code is stepped through silently.</string> </property> <property name="text"> <string>&System Only</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="0" column="0"> <widget class="QLabel" name="lblBreakCondition"> <property name="text"> <string>&Break Condition:</string> </property> <property name="openExternalLinks"> <bool>true</bool> </property> <property name="buddy"> <cstring>editBreakCondition</cstring> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="lblCommandText"> <property name="text"> <string>&Command Text:</string> </property> <property name="buddy"> <cstring>editCommandText</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="HistoryLineEdit" name="editLogCondition"/> </item> </layout> </widget> <customwidgets> <customwidget> <class>HistoryLineEdit</class> <extends>QLineEdit</extends> <header>HistoryLineEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>editBreakCondition</tabstop> <tabstop>editLogText</tabstop> <tabstop>editLogCondition</tabstop> <tabstop>editCommandText</tabstop> <tabstop>editCommandCondition</tabstop> <tabstop>spinMaxTraceCount</tabstop> <tabstop>radioFilterNone</tabstop> <tabstop>radioFilterUser</tabstop> <tabstop>radioFilterSystem</tabstop> <tabstop>chkRecordTrace</tabstop> <tabstop>btnLogFile</tabstop> <tabstop>btnOk</tabstop> <tabstop>btnCancel</tabstop> </tabstops> <resources/> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>SimpleTraceDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>491</x> <y>214</y> </hint> <hint type="destinationlabel"> <x>501</x> <y>153</y> </hint> </hints> </connection> </connections> </ui>