Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Menus, Toolbars and Actions in MainWindow
Partly reorganized code in MainWindow related to generation of menus, toolbars and the actions behind it. Also fixed some minor issues. - Removed qttools.Menu class, which was a workaround to offer tooltips for menu entries. Qt 5.1 is able to do it itself. - Dropdown menus for toolbar buttons "Take snapshot" (main toolbar) and "Restore" (file view toolbar) repaired and working now. - Removed the Help button from main toolbar without replacement. All entries available in the main menu.
- Loading branch information