QtDebugger/ui/resourceexplorer.ui

110 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ResourceExplorer</class>
<widget class="QMainWindow" name="ResourceExplorer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Resource Explorer</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="treeWidget">
<property name="columnCount">
<number>3</number>
</property>
<attribute name="headerMinimumSectionSize">
<number>50</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<column>
<property name="text">
<string notr="true">Name</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">Size</string>
</property>
</column>
<column>
<property name="text">
<string>Last Modification</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="extractButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Extract</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>extractButton</sender>
<signal>clicked()</signal>
<receiver>ResourceExplorer</receiver>
<slot>extractButtonPressed()</slot>
<hints>
<hint type="sourcelabel">
<x>421</x>
<y>550</y>
</hint>
<hint type="destinationlabel">
<x>450</x>
<y>646</y>
</hint>
</hints>
</connection>
<connection>
<sender>treeWidget</sender>
<signal>currentItemChanged(QTreeWidgetItem*,QTreeWidgetItem*)</signal>
<receiver>ResourceExplorer</receiver>
<slot>itemSelected(QTreeWidgetItem*)</slot>
<hints>
<hint type="sourcelabel">
<x>641</x>
<y>387</y>
</hint>
<hint type="destinationlabel">
<x>842</x>
<y>410</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>extractButtonPressed()</slot>
<slot>itemSelected(QTreeWidgetItem*)</slot>
</slots>
</ui>