Skip to content

Better numeral system view UI

Eugene Popov requested to merge epopov/kcalc:numeral_system_view into master

Changes:

  1. The group of radio buttons for selecting the numeral system is replaced with a combo box.
  2. The numeral system view is placed to the right of this combo box and fills the entire available width, allowing to show more information.
  3. 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.

CCBUG: 489790

Before After
before after
Edited by Gabriel Barrantes

Merge request reports

Loading