All Questions
2 questions
0
votes
1
answer
145
views
How to create a GridView inside a Gridview(or list) by showing only selected in QML
I am trying to build a interface with QtQuick2 and i am having a trouble with a program list.
I am trying to create a 10-element list and every element should have their own 20-element gridviews. And ...
0
votes
1
answer
372
views
How to change the content in specified GridView element with index number
i am building a project's front-end side with QtQuick2. I am having a trouble with popup styled elements. I created a ListElement first, then created a GridView and put ListElement elements into that ...