24 lines
597 B
Plaintext
24 lines
597 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>MetadataDialog</class>
|
||
|
|
<widget class="QDialog" name="MetadataDialog">
|
||
|
|
<property name="windowModality">
|
||
|
|
<enum>Qt::NonModal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Image Metadata</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QDialogButtonBox" name="m_buttonBox">
|
||
|
|
<property name="standardButtons">
|
||
|
|
<set>QDialogButtonBox::Close</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|