/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/AssembleDialog.ui
185 строк
5 KB
Duncan Ogilvie
Allow themes to customize the icons
10 июл 2022, 04:31
10 июл 2022, 04:31
fdf8052
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AssembleDialog</class> <widget class="QDialog" name="AssembleDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>526</width> <height>96</height> </rect> </property> <property name="windowTitle"> <string>0</string> </property> <property name="windowIcon"> <iconset theme="ui-combo-box-edit" resource="../../resource.qrc"> <normaloff>:/Default/icons/ui-combo-box-edit.png</normaloff>:/Default/icons/ui-combo-box-edit.png</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLineEdit" name="lineEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QCheckBox" name="checkBoxKeepSize"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Keep &Size</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkBoxFillWithNops"> <property name="text"> <string>&Fill with NOP's</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioXEDParse"> <property name="text"> <string>&XEDParse</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioAsmjit"> <property name="text"> <string>&asmjit</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonOk"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="text"> <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonCancel"> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="labelKeepSize"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="text"> <string><font color='orange'><b>Instruction decoding error</b></font></string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <resources> <include location="../../resource.qrc"/> </resources> <connections> <connection> <sender>pushButtonOk</sender> <signal>clicked()</signal> <receiver>AssembleDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>265</x> <y>77</y> </hint> <hint type="destinationlabel"> <x>217</x> <y>49</y> </hint> </hints> </connection> <connection> <sender>pushButtonCancel</sender> <signal>clicked()</signal> <receiver>AssembleDialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>373</x> <y>77</y> </hint> <hint type="destinationlabel"> <x>217</x> <y>49</y> </hint> </hints> </connection> </connections> </ui>