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. Qml table view
Qt 6.11 is out! See what's new in the release blog

Qml table view

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.1k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi!
    What is the best way to do something like on this viedo:
    https://www.youtube.com/watch?v=JLLIYysXsj8&list=PLizsthdRd0YyV6zOEFYog77IAPV85f7w2&index=24
    starts at 13:15 ends 16:15
    In my procject I have a class "Model" inside which I have list of users which are instances of another class "user" with properties like login, email etc. I want to display this users in table view but I don't know how.

    1 Reply Last reply
    0
    • timdayT Offline
      timdayT Offline
      timday
      wrote on last edited by
      #2

      QML's TableView is documented at http://doc.qt.io/qt-5/qml-qtquick-controls-tableview.html ; or is the question more about using it with a C++ component as Model? (In which case see http://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html )

      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