equal
deleted
inserted
replaced
|
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>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>MainWindow</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralWidget"> |
|
17 <layout class="QGridLayout" name="gridLayout"> |
|
18 <item row="1" column="0"> |
|
19 <widget class="QPushButton" name="pbLoad"> |
|
20 <property name="text"> |
|
21 <string>Load</string> |
|
22 </property> |
|
23 </widget> |
|
24 </item> |
|
25 <item row="1" column="1"> |
|
26 <widget class="QPushButton" name="pbSave"> |
|
27 <property name="text"> |
|
28 <string>Save</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="1" column="2"> |
|
33 <spacer name="horizontalSpacer"> |
|
34 <property name="orientation"> |
|
35 <enum>Qt::Horizontal</enum> |
|
36 </property> |
|
37 <property name="sizeHint" stdset="0"> |
|
38 <size> |
|
39 <width>217</width> |
|
40 <height>20</height> |
|
41 </size> |
|
42 </property> |
|
43 </spacer> |
|
44 </item> |
|
45 <item row="0" column="0" colspan="3"> |
|
46 <widget class="QTextEdit" name="textEdit"> |
|
47 <property name="font"> |
|
48 <font> |
|
49 <family>Liberation Mono</family> |
|
50 <pointsize>10</pointsize> |
|
51 </font> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 </layout> |
|
56 </widget> |
|
57 <widget class="QStatusBar" name="statusBar"/> |
|
58 </widget> |
|
59 <layoutdefault spacing="6" margin="11"/> |
|
60 <resources/> |
|
61 <connections/> |
|
62 </ui> |