qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Finding a declarative API for using layouts from QML

Open uwerat opened this issue 7 years ago • 0 comments

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.

uwerat avatar Jul 22 '17 15:07 uwerat