Add menu and logic to save and load recently loaded files.

This menu is only for ROM and will not save symbols recently loaded.
When the menu is empty, the menu is disabled (greyed out)
This commit is contained in:
LittleWhite 2015-07-28 18:43:18 +02:00
parent 983c93be94
commit 35a2f138b8
3 changed files with 91 additions and 18 deletions

View file

@ -52,9 +52,16 @@
<property name="title">
<string>&amp;File</string>
</property>
<widget class="QMenu" name="menu_recent_files">
<property name="title">
<string>Recent Files</string>
</property>
</widget>
<addaction name="action_Load_File"/>
<addaction name="action_Load_Symbol_Map"/>
<addaction name="separator"/>
<addaction name="menu_recent_files"/>
<addaction name="separator"/>
<addaction name="action_Exit"/>
</widget>
<widget class="QMenu" name="menu_Emulation">