/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/ShortcutsDialog.ui
134 строки
3 KB
Duncan Ogilvie
Merge pull request #2903 from yjd/Fix-Shift-key-combination-bug
03 сен 2022, 15:34
Не верифицирован
03 сен 2022, 15:34
52b9866
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ShortcutsDialog</class> <widget class="QDialog" name="ShortcutsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>622</width> <height>401</height> </rect> </property> <property name="windowTitle"> <string>Hotkeys</string> </property> <property name="windowIcon"> <iconset theme="shortcut" resource="../../resource.qrc"> <normaloff>:/Default/icons/shortcut.png</normaloff>:/Default/icons/shortcut.png</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLineEdit" name="filterEdit"> <property name="placeholderText"> <string>Action filter</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="tblShortcuts"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Hotkey</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="ShortcutEdit" name="shortcutEdit"/> </item> <item> <widget class="QPushButton" name="btnClearShortcut"> <property name="text"> <string>Clear</string> </property> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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="btnSave"> <property name="text"> <string>Save</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> <customwidgets> <customwidget> <class>ShortcutEdit</class> <extends>QLineEdit</extends> <header>ShortcutEdit.h</header> </customwidget> </customwidgets> <resources> <include location="../../resource.qrc"/> </resources> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>ShortcutsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>572</x> <y>379</y> </hint> <hint type="destinationlabel"> <x>558</x> <y>368</y> </hint> </hints> </connection> <connection> <sender>btnSave</sender> <signal>clicked()</signal> <receiver>ShortcutsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>498</x> <y>380</y> </hint> <hint type="destinationlabel"> <x>443</x> <y>378</y> </hint> </hints> </connection> </connections> </ui>