mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 08:55:01 -05:00
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>Form</class>
|
||
|
<widget class="QWidget" name="Form" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>441</width>
|
||
|
<height>412</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>hachoir-metadata</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="open_button" >
|
||
|
<property name="text" >
|
||
|
<string>Open</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="files_combo" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableWidget" name="metadata_table" >
|
||
|
<property name="alternatingRowColors" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="showGrid" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="rowCount" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="columnCount" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="quit_button" >
|
||
|
<property name="text" >
|
||
|
<string>Quit</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|