39 lines
802 B
Plaintext
39 lines
802 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Form</class>
|
||
|
<widget class="QDialog" name="Form">
|
||
|
<property name="windowModality">
|
||
|
<enum>Qt::ApplicationModal</enum>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>817</width>
|
||
|
<height>455</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<property name="windowOpacity">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="lblImage">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>120</y>
|
||
|
<width>66</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|