mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-22 04:18:51 +00:00
27 lines
610 B
Plaintext
27 lines
610 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>HeapDockWidget</class>
|
||
|
<widget class="QDockWidget" name="HeapDockWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Heap</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="dockWidgetContents">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="allocatorSelector"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|