Menubar UI Problems #15
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nqrduck/nqrduck-spectrometer#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Menubar item for spectrometer selection is called 'Spectrometer' which is very confusing, because the Module itself is called Spectrometer in the Toolbar.
Additionally the spectrometer selection uses Checkboxes implying that one can select more than one Spectrometer at the same time. These should be radio buttons ...
This should also include an overhaul on how menubar items are created in the core.
The fix for the Radiobutton stuff is to group the single QActions into a QActionGroup.