23 lines
507 B
Plaintext
23 lines
507 B
Plaintext
|
|
<?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>1006</width>
|
||
|
|
<height>600</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>MainWindow</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="centralwidget">
|
||
|
|
<layout class="QGridLayout" name="gridLayout"/>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|