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" >
|
---|
65 | <property name="title" >
|
---|
66 | <string>Macros</string>
|
---|
67 | </property>
|
---|
68 | <addaction name="actionAddRobot" />
|
---|
69 | <addaction name="actionAddSnowman" />
|
---|
70 | </widget>
|
---|
71 | <addaction name="separator" />
|
---|
72 | <addaction name="actionAddCircle" />
|
---|
73 | <addaction name="actionAddRectangle" />
|
---|
74 | <addaction name="actionAddTriangle" />
|
---|
75 | <addaction name="actionRemoveShape" />
|
---|
76 | <addaction name="separator" />
|
---|
77 | <addaction name="actionRed" />
|
---|
78 | <addaction name="actionGreen" />
|
---|
79 | <addaction name="actionBlue" />
|
---|
80 | <addaction name="separator" />
|
---|
81 | <addaction name="menuMacros" />
|
---|
82 | </widget>
|
---|
83 | <widget class="QMenu" name="menuHelp" >
|
---|
84 | <property name="title" >
|
---|
85 | <string>Help</string>
|
---|
86 | </property>
|
---|
87 | <addaction name="actionAbout" />
|
---|
88 | <addaction name="actionAboutQt" />
|
---|
89 | </widget>
|
---|
90 | <addaction name="menuFile" />
|
---|
91 | <addaction name="menuShape" />
|
---|
92 | <addaction name="menuHelp" />
|
---|
93 | </widget>
|
---|
94 | <widget class="QStatusBar" name="statusbar" />
|
---|
95 | <widget class="QToolBar" name="toolBar" >
|
---|
96 | <property name="windowTitle" >
|
---|
97 | <string>File actions</string>
|
---|
98 | </property>
|
---|
99 | <property name="orientation" >
|
---|
100 | <enum>Qt::Horizontal</enum>
|
---|
101 | </property>
|
---|
102 | <attribute name="toolBarArea" >
|
---|
103 | <enum>TopToolBarArea</enum>
|
---|
104 | </attribute>
|
---|
105 | <attribute name="toolBarBreak" >
|
---|
106 | <bool>false</bool>
|
---|
107 | </attribute>
|
---|
108 | <addaction name="actionNew" />
|
---|
109 | <addaction name="actionOpen" />
|
---|
|
---|