You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
|
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>TestTransformClass</class>
|
||
|
|
<widget class="QMainWindow" name="TestTransformClass">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>600</width>
|
||
|
|
<height>400</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>TestTransform</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="centralWidget">
|
||
|
|
<widget class="QPushButton" name="pushButton">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>360</x>
|
||
|
|
<y>20</y>
|
||
|
|
<width>75</width>
|
||
|
|
<height>23</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>PushButton</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<widget class="QMenuBar" name="menuBar">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>600</width>
|
||
|
|
<height>23</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QToolBar" name="mainToolBar">
|
||
|
|
<attribute name="toolBarArea">
|
||
|
|
<enum>TopToolBarArea</enum>
|
||
|
|
</attribute>
|
||
|
|
<attribute name="toolBarBreak">
|
||
|
|
<bool>false</bool>
|
||
|
|
</attribute>
|
||
|
|
</widget>
|
||
|
|
<widget class="QStatusBar" name="statusBar"/>
|
||
|
|
</widget>
|
||
|
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
|
<resources>
|
||
|
|
<include location="TestTransform.qrc"/>
|
||
|
|
</resources>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|