Skip to content
  • Custom query in XmlListModel

    Solved QML and Qt Quick xmllist custom query
    3
    0 Votes
    3 Posts
    1k Views
    CharlieGC
    Hi, Too bad... :( :( :( :( ... but I think that : everything is possible with Qt & QML !!!! And I am right : XmlListModel { id: xmlModel source: "data.xml" query: "/root/element[@type='type1']" This solution allow to get only the element with type = type1.... Yoouuuupiiiiii ;-) Cooollll