Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Array of ListModel
Forum Updated to NodeBB v4.3 + New Features

Array of ListModel

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
listmodelarrange in gridcontainers
2 Posts 2 Posters 482 Views
  • 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.
  • B Offline
    B Offline
    Bony Raju
    wrote on 31 Jan 2020, 08:04 last edited by
    #1

    I need to store 100 ListModels as such into an array and need to retrieve it in a loop. Is their any ListModel container in QML or is there any work around for this

    1 Reply Last reply
    0
    • I Offline
      I Offline
      IntruderExcluder
      wrote on 31 Jan 2020, 08:15 last edited by
      #2

      If data at that models is uniform it is better to have 1 model and change its data. Anyway, JS arrays can be used as models too, so you can have array of arrays.

      1 Reply Last reply
      0

      1/2

      31 Jan 2020, 08:04

      • Login

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