/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/CPUArgumentWidget.ui
99 строк
3 KB
mrexodia
GUI: various window titles
27 сен 2016, 18:14
Не верифицирован
27 сен 2016, 18:14
e14f36e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CPUArgumentWidget</class> <widget class="QWidget" name="CPUArgumentWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>438</width> <height>114</height> </rect> </property> <property name="windowTitle"> <string>Arguments</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>3</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetMaximumSize</enum> </property> <item> <widget class="QComboBox" name="comboCallingConvention"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinArgCount"/> </item> <item> <widget class="QCheckBox" name="checkBoxLock"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>66</width> <height>0</height> </size> </property> <property name="text"> <string>Unlocked</string> </property> <property name="tristate"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="StdTable" name="table" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>StdTable</class> <extends>QWidget</extends> <header>StdTable.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>