Qt 6.11 is out! See what's new in the release
blog
Accesing property from outside the List View
QML and Qt Quick
2
Posts
1
Posters
2.1k
Views
1
Watching
-
hello people, basically i have these same scenario
QT-DIR/declarative/modelviews/visualitemmodel/visualitemmodel.qml
(But instead of rectangles i have GridViews in the VisualItemModel)If i declare a property in each rectangle like these "property string year: "2008"
How can i put these property string inside the small buttons on the bottom (assuming that are bigger) as a label?
-
hello people i need a little help with these....
In these example:
QT-DIR/declarative/modelviews/visualitemmodel/visualitemmodel.qmlWho can i put a custom text inside each rectangle as a name in each button.