adds a GridList with configurable padding, image aspect ratio and breakpoints#239
adds a GridList with configurable padding, image aspect ratio and breakpoints#239marco-piccolino wants to merge 1 commit intopapyros:developfrom
Conversation
…reakpoints Each added breakpoint increases number of columns by 1 [TitleTile] with primary text on dark scrim
|
I woulld like to see GridList implemented with the Flow component so we can have animations for the tiles without adding much more code. @marco-piccolino Can you look into that? |
|
Sure. How do you envision it?
|
|
I had some code for this, i will try to find it. But basically calculating the tile size in a Type that re-implements a Flow and pass that to the child tiles should work |
|
OK just let me know if you find it. I had some code for this, i will try to find it. But basically calculating — |
|
you can set transitions for adding moving an populating in all the elements in a Flow, check http://doc.qt.io/qt-5/qml-qtquick-flow.html |
|
Awesome, thanks
|
adds a GridList with configurable padding, image aspect ratio and breakpoints
Each added breakpoint increases number of columns by 1
Also adds a simple tile (TitleTile) with primary text on a dark scrim
http://www.google.com/design/spec/components/grid-lists.html
TODO: add image transitions upon display and between breakpoints
TODO: add more tile types, extract a base tile