/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/CustomizeMenuDialog.ui
101 строка
2 KB
Torusrxxx
1179 (#1183)
23 окт 2016, 15:18
23 окт 2016, 15:18
c362992
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CustomizeMenuDialog</class> <widget class="QDialog" name="CustomizeMenuDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>446</width> <height>431</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Customize which menu item will be shown in the "More commands" submenu</string> </property> </widget> </item> <item> <widget class="QTreeWidget" name="treeWidget"> <property name="columnCount"> <number>1</number> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">1</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <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="btnDisselectAll"> <property name="text"> <string>Disselect All</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnOk"> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="text"> <string>&Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>CustomizeMenuDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>526</x> <y>519</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>270</y> </hint> </hints> </connection> </connections> </ui>