mne-qt-browser icon indicating copy to clipboard operation
mne-qt-browser copied to clipboard

WIP: Add a menu

Open hoechenberger opened this issue 2 years ago • 1 comments

This is WIP to add a menu for better discoverability of functionality and to make things more accessible and feel more like a real application.

Qt does some magic to move the menu entries that match certain patterns into the right place on macOS: https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QMenuBar.html#qmenubar-as-a-global-menu-bar

https://user-images.githubusercontent.com/2046265/174440132-a8dabf4a-b746-4b06-b3d1-3cc997c7128a.mov

hoechenberger avatar Jun 18 '22 13:06 hoechenberger

I've added a Help menu and this comes with that macOS-typical discoverability feature for free:

https://user-images.githubusercontent.com/2046265/174440356-29cc3581-6727-4eb7-a083-0f1dec569c6b.mov

hoechenberger avatar Jun 18 '22 13:06 hoechenberger