/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/cross/hex_viewer/MainWindow.ui
57 строк
1 KB
Duncan Ogilvie
Initial POC for pattern language working
17 авг 2025, 22:08
17 авг 2025, 22:08
6b2c8d1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1200</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>hex_viewer</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>6</number> </property> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1200</width> <height>24</height> </rect> </property> <widget class="QMenu" name="menu_File"> <property name="title"> <string>&File</string> </property> <addaction name="action_Load_file"/> </widget> <addaction name="menu_File"/> </widget> <action name="action_Load_file"> <property name="text"> <string>&Load file</string> </property> </action> </widget> <resources/> <connections/> </ui>