Skip to content

Make “Advance automatically” checkbox the label for the spin box

This puts the checkbox from its own row to the label position of the spinbox.

It was like this before QFormLayout, but QFormLayout is not intended to take checkboxes as label. To make it align like a QLabel, I need to set Qt::AlignVCenter manually.

Screenshots

(before/current)

config_presentation_change_formlayout

(after)

Screenshot_20210103_202916

(discarded alternative)

Screenshot_20210102_173004

Edited by David Hurka

Merge request reports