/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/gui/Src/Gui/CodepageSelectionDialog.ui
91 строка
2 KB
mrexodia
GUI: implemented code page views in HexDump #629
04 июн 2016, 16:42
Не верифицирован
04 июн 2016, 16:42
505aea1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CodepageSelectionDialog</class> <widget class="QDialog" name="CodepageSelectionDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>396</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Select Codepage...</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QListWidget" name="listCodepages"/> </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="buttonOk"> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="buttonCancel"> <property name="text"> <string>&Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>CodepageSelectionDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>257</x> <y>280</y> </hint> <hint type="destinationlabel"> <x>204</x> <y>273</y> </hint> </hints> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>CodepageSelectionDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>340</x> <y>283</y> </hint> <hint type="destinationlabel"> <x>93</x> <y>279</y> </hint> </hints> </connection> </connections> </ui>