Skip to content

Draw the entire CheckBox control via the QStyle

David Redondo requested to merge work/checkbox into master

Instead of doing the layout ourselves just let everything be done by the style. This also ensures the order and position of the different parts is exactly the same. Additionally respect the icon property of a CheckBox.

Merge request reports