Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QDeclarativeListView
Qt 6.11 is out! See what's new in the release blog

QDeclarativeListView

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.3k Views 1 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.
  • A Offline
    A Offline
    apap_
    wrote on last edited by
    #1

    Hi,

    I have to manage many qml listviews (create list, edit properties, ...) and I would like to do it in C++, so I want to store a C++ pointer upon qml listview but there is no "QDeclarativeListView" available in C++.
    Is there a way to handle this or must I manage qml elements in the qml only ?

    Regards

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      You can retreive the QObject pointers if you need by setting objectName on the views, and querying the context for those names. You can interact with the properties and signals & slots through that interface. Not ideal, but it may be enough for you.

      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