kimageformats-psdplugin-test/mainwindow.ui

44 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-10-27 13:19:09 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
2020-10-27 13:19:09 +08:00
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Display Image</string>
</property>
</widget>
</item>
</layout>
2020-10-27 13:19:09 +08:00
</widget>
</widget>
<resources/>
<connections/>
</ui>