1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>TetrixWindow</class>
|
---|
4 | <widget class="QWidget" name="TetrixWindow">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>537</width>
|
---|
10 | <height>475</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Tetrix</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QVBoxLayout">
|
---|
17 | <property name="spacing">
|
---|
18 | <number>6</number>
|
---|
19 | </property>
|
---|
20 | <property name="margin">
|
---|
21 | <number>9</number>
|
---|
22 | </property>
|
---|
23 | <item>
|
---|
24 | <layout class="QGridLayout">
|
---|
25 | <property name="margin">
|
---|
26 | <number>0</number>
|
---|
27 | </property>
|
---|
28 | <property name="spacing">
|
---|
29 | <number>6</number>
|
---|
30 | </property>
|
---|
31 | <item row="4" column="0">
|
---|
32 | <widget class="QPushButton" name="startButton">
|
---|
33 | <property name="focusPolicy">
|
---|
34 | <enum>Qt::NoFocus</enum>
|
---|
35 | </property>
|
---|
36 | <property name="text">
|
---|
37 | <string>&Start</string>
|
---|
38 | </property>
|
---|
39 | </widget>
|
---|
|
---|