I want make an compact positioning of QtQuick items
with different height Flow don't support multiple
vertical items inside one row (see example below)

here is what Flow does:
----------------------------------------------------------
xxxxxxxx oooooooo nnnnnnnn xxxxxxxx
xxxxxxxx oooooooo nnnnnnnn xxxxxxxx
xxxxxxxx                               xxxxxxxx
xxxxxxxx                               xxxxxxxx
-----------------------------------------------------------

here is whats needed:
------------------------------------------------------------
xxxxxxxx oooooooo xxxxxxxx
xxxxxxxx oooooooo xxxxxxxx
xxxxxxxx nnnnnnnn xxxxxxxx
xxxxxxxx nnnnnnnn xxxxxxxx
-------------------------------------------------------------

How to make make an "GridFlow", "ContentFlow" view/positioner?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to