refs #883, added menus for core and assigned shortcuts to menu items

This commit is contained in:
Klaus Basan
2017-02-14 20:06:30 +01:00
committed by Mathew Sutcliffe
parent a57b83f9de
commit 455d9c7b7d
6 changed files with 52 additions and 17 deletions

View File

@@ -132,6 +132,34 @@ QTextEdit {
</item>
</layout>
</widget>
<widget class="QMenuBar" name="mb_SwiftCore">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>460</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&amp;Help</string>
</property>
</widget>
<widget class="QMenu" name="menu_Window">
<property name="title">
<string>&amp;Window</string>
</property>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Window"/>
<addaction name="menu_Help"/>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>