UEFITool/UEFITool/hexviewdialog.ui
Nikolaj Schlej 5d08b128d2 UT NE A31
- Added "Hex view..." action and dialog to preview the selected tree
item as hex without extracting it. Uses QHexEdit2 library by Simsys.
2016-07-10 11:07:36 +02:00

37 lines
785 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HexViewDialog</class>
<widget class="QDialog" name="HexViewDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QVBoxLayout" name="layout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
</layout>
</widget>
<resources/>
<connections/>
</ui>