Better numeral system view UI
Changes:
- The group of radio buttons for selecting the numeral system is replaced with a combo box.
- The numeral system view is placed to the right of this combo box and fills the entire available width, allowing to show more information.
- Each element of the numeral system view has a context menu for copying its value.
This commit improves the UI for selecting and viewing the numeral system. First, the selection of the current numeral system now looks like a QComboBox instead of a group of QRadioButton, which frees up space for the numeral system view.
Before | After |
---|---|
Edited by Gabriel Barrantes