PDA

View Full Version : GUI Design



jondoe
19th May 2019, 22:29
I want to do this design in qml but i dont know how can i do this. I mean which one control i need for this. I think that i need grid layout. What you think ? Thank you for help.

https://prnt.sc/n5fulh

anda_skoa
20th May 2019, 08:39
You'll have to experiment.

Grid, GridLayout and GridView can all do that.

For example if the whole think scrolls vertically but each section scrolls horizontally, then the main/vertical container would probably be a list view and each section would contain a grid view.

Cheers,
_