67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Dialog</class>
|
||
|
<widget class="QDialog" name="Dialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>432</width>
|
||
|
<height>334</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>1</x>
|
||
|
<y>1</y>
|
||
|
<width>120</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Process this picture?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>1</x>
|
||
|
<y>22</y>
|
||
|
<width>431</width>
|
||
|
<height>311</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<widget class="QGraphicsView" name="image"/>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QPushButton" name="noButton">
|
||
|
<property name="text">
|
||
|
<string>No (n)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QPushButton" name="yesButton">
|
||
|
<property name="text">
|
||
|
<string>Yes (y)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<zorder>buttonBox</zorder>
|
||
|
<zorder>image</zorder>
|
||
|
<zorder>buttonBox</zorder>
|
||
|
<zorder>noButton</zorder>
|
||
|
<zorder>yesButton</zorder>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|