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)
(after)
(discarded alternative)
Edited by Laura David Hurka