[Development] [Qt-Quick] GridStar layout for QML

Casey Sanchez nabbz0rz at gmail.com
Sun May 28 17:22:42 CEST 2017


1. At this point, no it does not. That feature can be easily added.
2. Again, no. I'm certain it wouldn't be that difficult of an
implementation however.
3. Not necessarily, any span value less than or equal to 0 spans the
remaining rows, plus that value. So 0 spans the remaining rows, -1 spans
the remaining rows minus 1, -2 spans the remaining rows minus 2, and so on.
4. So long as the row/column definitions have equal weights they will all
occupy the same amount of space; weights all have a default value of 1, so
you could do say:

ColumnDefinition { }
ColumnDefinition { }
ColumnDefinition { }

But again, so long as the weights are equal the result is the same.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20170528/4d7df19b/attachment.html>


More information about the Development mailing list