a9da643fb2
Fixes issue 144
77 lines
1.7 KiB
XML
77 lines
1.7 KiB
XML
<ui version="4.0" >
|
|
<class>HexDump</class>
|
|
<widget class="QWidget" name="HexDump" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>511</width>
|
|
<height>190</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" colspan="3" >
|
|
<widget class="QHexEdit" native="1" name="hexEdit" />
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QCheckBox" name="padUntilEnd" >
|
|
<property name="text" >
|
|
<string>Pad until end of packet</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>281</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QLabel" name="mode" >
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::Panel</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Sunken</enum>
|
|
</property>
|
|
<property name="lineWidth" >
|
|
<number>1</number>
|
|
</property>
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
<property name="alignment" >
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QHexEdit</class>
|
|
<extends>QWidget</extends>
|
|
<header>qhexedit.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|