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">
|
4439
|
17 |
<layout class="QGridLayout" name="gridLayout" rowstretch="3,1">
|
4426
|
18 |
<item row="0" column="2">
|
4425
|
19 |
<widget class="QGraphicsView" name="graphicsView"/>
|
|
20 |
</item>
|
4426
|
21 |
<item row="1" column="2">
|
4439
|
22 |
<widget class="QPlainTextEdit" name="plainTextEdit"/>
|
4425
|
23 |
</item>
|
4426
|
24 |
<item row="0" column="0" rowspan="2">
|
|
25 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
26 |
<item>
|
|
27 |
<widget class="QPushButton" name="pbUndo">
|
|
28 |
<property name="text">
|
|
29 |
<string>Undo</string>
|
|
30 |
</property>
|
|
31 |
</widget>
|
|
32 |
</item>
|
|
33 |
<item>
|
|
34 |
<spacer name="verticalSpacer">
|
|
35 |
<property name="orientation">
|
|
36 |
<enum>Qt::Vertical</enum>
|
|
37 |
</property>
|
|
38 |
<property name="sizeHint" stdset="0">
|
|
39 |
<size>
|
|
40 |
<width>20</width>
|
|
41 |
<height>40</height>
|
|
42 |
</size>
|
|
43 |
</property>
|
|
44 |
</spacer>
|
|
45 |
</item>
|
4434
|
46 |
<item>
|
4442
|
47 |
<widget class="QPushButton" name="pbSave">
|
|
48 |
<property name="text">
|
|
49 |
<string>Save</string>
|
|
50 |
</property>
|
|
51 |
</widget>
|
|
52 |
</item>
|
|
53 |
<item>
|
|
54 |
<widget class="QPushButton" name="pbLoad">
|
|
55 |
<property name="text">
|
|
56 |
<string>Load</string>
|
|
57 |
</property>
|
|
58 |
</widget>
|
|
59 |
</item>
|
|
60 |
<item>
|
4439
|
61 |
<widget class="QSpinBox" name="sbBytes">
|
|
62 |
<property name="readOnly">
|
|
63 |
<bool>true</bool>
|
|
64 |
</property>
|
|
65 |
<property name="buttonSymbols">
|
|
66 |
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
67 |
</property>
|
|
68 |
<property name="suffix">
|
|
69 |
<string> bytes</string>
|
|
70 |
</property>
|
|
71 |
<property name="maximum">
|
|
72 |
<number>999999</number>
|
4434
|
73 |
</property>
|
|
74 |
</widget>
|
|
75 |
</item>
|
4426
|
76 |
</layout>
|
|
77 |
</item>
|
4425
|
78 |
</layout>
|
|
79 |
</widget>
|
|
80 |
</widget>
|
|
81 |
<layoutdefault spacing="6" margin="11"/>
|
|
82 |
<resources/>
|
|
83 |
<connections/>
|
|
84 |
</ui>
|