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. Can i work with a inner ListView in a ListView?

Can i work with a inner ListView in a ListView?

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 529 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.
  • S Offline
    S Offline
    sheepy
    wrote on last edited by
    #1

    Hello,
    i'm new in this forum and had a problem to realize this scenario:

    In my project, i can add serveral items(>50) to a list. Each item have a list with several images (maybe 2-10 images with 200x200 size) which can scroll in horizontal direction.

    In my first realisation, i use a HBoxWidget and add several widgets. Each of this widget contains a QDeclartionView with a ListView, a ListModel and a ProxyModel. A lot of Overhead.... (the program crashes on systems with less memory)

    My next idea to reduce the memory is, to use only QML. Is there a option to add several images to one Item of a QML ListView? It must be dynamical (the user can sort this images with a control-ui).

    Greetings,
    sheepy

    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