Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QML listview model binded to QMap
Forum Updated to NodeBB v4.3 + New Features

QML listview model binded to QMap

Scheduled Pinned Locked Moved Mobile and Embedded
qmllistviewqmapmodelembedded linux
2 Posts 2 Posters 2.0k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gfloridafan93
    wrote on last edited by
    #1

    I want to bind a listview to a qmap. Is this possible? If so, are there any examples out there? Any help would be greatly appreciated.

    p3c0P 1 Reply Last reply
    0
    • G Gfloridafan93

      I want to bind a listview to a qmap. Is this possible? If so, are there any examples out there? Any help would be greatly appreciated.

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @Gfloridafan93 AFAIK you cannot bind QMap to ListView model. As model is something which communicates with the data and provides an interface to the components which use it whereas QMap is just a container which contains the actual data. May be you can write a model which can use QMap internally to store data temporarily.

      157

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved