4425
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>MainWindow</class>
|
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>600</width>
|
|
10 |
<height>400</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>MainWindow</string>
|
|
15 |
</property>
|
|
16 |
<widget class="QWidget" name="centralWidget">
|
4426
|
17 |
<layout class="QGridLayout" name="gridLayout">
|
|
18 |
<item row="0" column="2">
|
4425
|
19 |
<widget class="QGraphicsView" name="graphicsView"/>
|
|
20 |
</item>
|
4426
|
21 |
<item row="1" column="2">
|
4425
|
22 |
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
23 |
<property name="maximumSize">
|
|
24 |
<size>
|
|
25 |
<width>16777215</width>
|
|
26 |
<height>80</height>
|
|
27 |
</size>
|
|
28 |
</property>
|
|
29 |
</widget>
|
|
30 |
</item>
|
4426
|
31 |
<item row="0" column="0" rowspan="2">
|
|
32 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
33 |
<item>
|
|
34 |
<widget class="QPushButton" name="pbUndo">
|
|
35 |
<property name="text">
|
|
36 |
<string>Undo</string>
|
|
37 |
</property>
|
|
38 |
</widget>
|
|
39 |
</item>
|
|
40 |
<item>
|
|
41 |
<spacer name="verticalSpacer">
|
|
42 |
<property name="orientation">
|
|
43 |
<enum>Qt::Vertical</enum>
|
|
44 |
</property>
|
|
45 |
<property name="sizeHint" stdset="0">
|
|
46 |
<size>
|
|
47 |
<width>20</width>
|
|
48 |
<height>40</height>
|
|
49 |
</size>
|
|
50 |
</property>
|
|
51 |
</spacer>
|
|
52 |
</item>
|
4434
|
53 |
<item>
|
|
54 |
<widget class="QPushButton" name="pbSimplify">
|
|
55 |
<property name="text">
|
|
56 |
<string>Simplify</string>
|
|
57 |
</property>
|
|
58 |
</widget>
|
|
59 |
</item>
|
4426
|
60 |
</layout>
|
|
61 |
</item>
|
4425
|
62 |
</layout>
|
|
63 |
</widget>
|
|
64 |
</widget>
|
|
65 |
<layoutdefault spacing="6" margin="11"/>
|
|
66 |
<resources/>
|
|
67 |
<connections/>
|
|
68 |
</ui>
|