Accesing property from outside the List View
-
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.