Maraiah/source/tycho-qt/winmenu.ui

75 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-05-15 21:28:33 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WinMenu</class>
<widget class="QMainWindow" name="WinMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-05-16 14:50:59 -07:00
<width>800</width>
<height>600</height>
2019-05-15 21:28:33 -07:00
</rect>
</property>
<property name="minimumSize">
<size>
2019-05-16 14:50:59 -07:00
<width>800</width>
<height>600</height>
2019-05-15 21:28:33 -07:00
</size>
</property>
<property name="windowTitle">
<string>Tycho</string>
</property>
<widget class="QWidget" name="widget_3"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-05-16 14:50:59 -07:00
<width>800</width>
2019-05-15 21:28:33 -07:00
<height>30</height>
</rect>
</property>
2019-05-16 14:50:59 -07:00
<widget class="QMenu" name="menuFile">
2019-05-15 21:28:33 -07:00
<property name="title">
<string>File</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
</widget>
2019-05-16 14:50:59 -07:00
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionMapProps"/>
2019-05-15 21:28:33 -07:00
</widget>
2019-05-16 14:50:59 -07:00
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
2019-05-15 21:28:33 -07:00
</widget>
2019-05-16 14:50:59 -07:00
<widget class="QStatusBar" name="statusBar"/>
2019-05-15 21:28:33 -07:00
<action name="actionOpen">
<property name="text">
<string>Open Project</string>
</property>
2019-05-16 14:50:59 -07:00
<property name="shortcut">
<string>Ctrl+O</string>
</property>
2019-05-15 21:28:33 -07:00
</action>
<action name="actionNew">
<property name="text">
<string>New Project</string>
</property>
2019-05-16 14:50:59 -07:00
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionMapProps">
<property name="text">
<string>Map Properties</string>
</property>
2019-05-15 21:28:33 -07:00
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>