1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>osgVisualGUIClass</class> |
---|
4 | <widget class="QMainWindow" name="osgVisualGUIClass"> |
---|
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>osgVisualGUI</string> |
---|
15 | </property> |
---|
16 | <widget class="QWidget" name="centralWidget"/> |
---|
17 | <widget class="QMenuBar" name="menuBar"> |
---|
18 | <property name="geometry"> |
---|
19 | <rect> |
---|
20 | <x>0</x> |
---|
21 | <y>0</y> |
---|
22 | <width>600</width> |
---|
23 | <height>21</height> |
---|
24 | </rect> |
---|
25 | </property> |
---|
26 | <widget class="QMenu" name="menuFile"> |
---|
27 | <property name="title"> |
---|
28 | <string>File</string> |
---|
29 | </property> |
---|
30 | <addaction name="actionQuit"/> |
---|
31 | </widget> |
---|
32 | <widget class="QMenu" name="menu"> |
---|
33 | <property name="title"> |
---|
34 | <string>?</string> |
---|
35 | </property> |
---|
36 | <addaction name="actionAbout"/> |
---|
37 | </widget> |
---|
38 | <widget class="QMenu" name="menuEdit"> |
---|
39 | <property name="title"> |
---|
40 | <string>Edit</string> |
---|
41 | </property> |
---|
42 | </widget> |
---|
43 | <addaction name="menuFile"/> |
---|
44 | <addaction name="menuEdit"/> |
---|
45 | <addaction name="menu"/> |
---|
46 | </widget> |
---|
47 | <widget class="QToolBar" name="mainToolBar"> |
---|
48 | <attribute name="toolBarArea"> |
---|
49 | <enum>TopToolBarArea</enum> |
---|
50 | </attribute> |
---|
51 | <attribute name="toolBarBreak"> |
---|
52 | <bool>false</bool> |
---|
53 | </attribute> |
---|
54 | </widget> |
---|
55 | <widget class="QStatusBar" name="statusBar"/> |
---|
56 | <widget class="QDockWidget" name="dW_Debug"> |
---|
57 | <attribute name="dockWidgetArea"> |
---|
58 | <number>2</number> |
---|
59 | </attribute> |
---|
60 | <widget class="QWidget" name="dockWidgetContents"/> |
---|
61 | </widget> |
---|
62 | <action name="actionAbout"> |
---|
63 | <property name="text"> |
---|
64 | <string>About</string> |
---|
65 | </property> |
---|
66 | </action> |
---|
67 | <action name="actionQuit"> |
---|
68 | <property name="text"> |
---|
69 | <string>Quit</string> |
---|
70 | </property> |
---|
71 | </action> |
---|
72 | </widget> |
---|
73 | <layoutdefault spacing="6" margin="11"/> |
---|
74 | <resources> |
---|
75 | <include location="osgvisualgui.qrc"/> |
---|
76 | </resources> |
---|
77 | <connections/> |
---|
78 | </ui> |
---|