All Questions
5 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 ...
0
votes
1
answer
224
views
QtQuick: Creating menu from ListModel
i am new to the forum and i started designing several things in QtQuick.
I am still exploring and learning the basic stuff and i stumbled upon the following problem.
When i try to create a menu (...
0
votes
1
answer
2k
views
Creating a complex List Model in QML
I am using a ListView to display data. For that I use Component as a delegate and ListModel as the model to create rows in the ListView:
Below image is the use case for the design:
I use a function ...
1
vote
2
answers
3k
views
Drag and drop multiple items in Qml
I need to draw bunch of Rectangles in my application. The user should be able to select each of them individually and move them freely and change their position. The user also should be able to select ...