]> git.lyx.org Git - features.git/blob - src/lyxled/ui/MainWindowUi.ui
08e95a794ef2030cb91d650f6bcebd6b5bfd8533
[features.git] / src / lyxled / ui / MainWindowUi.ui
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>800</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" />
16   <widget class="QMenuBar" name="menubar" >
17    <property name="geometry" >
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>800</width>
22      <height>31</height>
23     </rect>
24    </property>
25    <widget class="QMenu" name="menuFile" >
26     <property name="title" >
27      <string>File</string>
28     </property>
29     <addaction name="actionNew_Layout" />
30     <addaction name="actionOpen_Layout" />
31     <addaction name="actionRecent_Layouts" />
32     <addaction name="separator" />
33     <addaction name="actionSave_Layout" />
34     <addaction name="actionSave_As" />
35     <addaction name="separator" />
36     <addaction name="actionQuit" />
37    </widget>
38    <addaction name="menuFile" />
39   </widget>
40   <widget class="QStatusBar" name="statusbar" />
41   <widget class="QDockWidget" name="dockLayoutTree" >
42    <attribute name="dockWidgetArea" >
43     <number>1</number>
44    </attribute>
45    <widget class="QWidget" name="dockWidgetContents" />
46   </widget>
47   <action name="actionNew_Layout" >
48    <property name="text" >
49     <string>New Layout</string>
50    </property>
51   </action>
52   <action name="actionOpen_Layout" >
53    <property name="text" >
54     <string>Open Layout</string>
55    </property>
56   </action>
57   <action name="actionRecent_Layouts" >
58    <property name="text" >
59     <string>Recent Layouts</string>
60    </property>
61   </action>
62   <action name="actionSave_Layout" >
63    <property name="text" >
64     <string>Save Layout</string>
65    </property>
66   </action>
67   <action name="actionSave_As" >
68    <property name="text" >
69     <string>Save As</string>
70    </property>
71   </action>
72   <action name="actionQuit" >
73    <property name="text" >
74     <string>Quit</string>
75    </property>
76   </action>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>