Skip to content

Set buddy and alignment for some QLabels in configuration dialogs

This sets the buddy and the alignment properties for some QLabels in some configuration dialogs pages. The buddy is needed for keyboard accelerators (although these are probably rarely used), the alignment is for consistent look.

Configuration dialog pages are defined as .ui files. Apparently some contributors failed/forgot to set these properties in QtDesigner, or were overwhelmed by the XML.

There is one QLabel in the Editor page, which still doesn’t have these properties. The reason is that I don’t understand this page. There are one QLabel and two QLineEdits on the same place...

Merge request reports