qskinny
qskinny copied to clipboard
Finding a declarative API for using layouts from QML
The approach taken by Qt/Quick attaches layout attributes to the items organized by the layout. I never liked this implementation as the layout settings are often scattered across many lines and the readability of the layout code is lost.
Finding an implementation, where the layout can be defined after the declaration of the children is preferable.