Skip to content

UI fixes for Wizard

Andrei Kortunov requested to merge akortunov/openmw:wizard_update into master
  1. Replace QLabel by QToolButton to display icons in Wizard. It allows to rescale icons properly if UI scale changes during Wizard runtime.
  2. Use ScalableIcon to unify icons handling with OpenMW-CS.
  3. Fix a path to wizard.qrc in the installationtargetpage.ui (ui files were moved from files to apps as a part of source code).
  4. Rework a buy button to look like a button. In master we use a QCommandLinkButton designed for Windows Vista, so it often even does not really look as something clickable on another platforms:

image

An empty space usage is weird as well:

image

A suggested solution is to use a QPushButton to unify the style with another buttons in application and center it make it more noticable:

image

Merge request reports