1 | <ui version="4.0" >
|
---|
2 | <class>MainWindow</class>
|
---|
3 | <widget class="QMainWindow" name="MainWindow" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>567</width>
|
---|
9 | <height>600</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="iconSize" >
|
---|
13 | <size>
|
---|
14 | <width>32</width>
|
---|
15 | <height>32</height>
|
---|
16 | </size>
|
---|
17 | </property>
|
---|
18 | <widget class="QWidget" name="centralwidget" >
|
---|
19 | <layout class="QVBoxLayout" >
|
---|
20 | <property name="margin" >
|
---|
21 | <number>0</number>
|
---|
22 | </property>
|
---|
23 | <property name="spacing" >
|
---|
24 | <number>0</number>
|
---|
25 | </property>
|
---|
26 | <item>
|
---|
27 | <widget class="QTabWidget" name="documentTabs" >
|
---|
28 | <property name="currentIndex" >
|
---|
29 | <number>0</number>
|
---|
30 | </property>
|
---|
31 | <widget class="QWidget" name="tab" >
|
---|
32 | <attribute name="title" >
|
---|
33 | <string>Tab 1</string>
|
---|
34 | </attribute>
|
---|
35 | </widget>
|
---|
36 | </widget>
|
---|
37 | </item>
|
---|
38 | </layout>
|
---|
39 | </widget>
|
---|
40 | <widget class="QMenuBar" name="menubar" >
|
---|
41 | <property name="geometry" >
|
---|
42 | <rect>
|
---|
43 | <x>0</x>
|
---|
44 | <y>0</y>
|
---|
45 | <width>567</width>
|
---|
46 | <height>27</height>
|
---|
47 | </rect>
|
---|
48 | </property>
|
---|
49 | <widget class="QMenu" name="menuFile" >
|
---|
50 | <property name="title" >
|
---|
51 | <string>File</string>
|
---|
52 | </property>
|
---|
53 | <addaction name="actionNew" />
|
---|
54 | <addaction name="actionOpen" />
|
---|
55 | <addaction name="actionSave" />
|
---|
56 | <addaction name="actionClose" />
|
---|
57 | <addaction name="separator" />
|
---|
58 | <addaction name="actionExit" />
|
---|
59 | </widget>
|
---|
60 | <widget class="QMenu" name="menuShape" >
|
---|
61 | <property name="title" >
|
---|
62 | <string>Edit</string>
|
---|
63 | </property>
|
---|
64 | <widget class="QMenu" name="menuMacros" >
|
---|
|
---|