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. How to update QTableView when rows are inserted to it
Forum Updated to NodeBB v4.3 + New Features

How to update QTableView when rows are inserted to it

Scheduled Pinned Locked Moved Solved General and Desktop
model
23 Posts 4 Posters 16.4k Views 3 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #21

    On a side note, your rowCount implementation should rather return the size of your TableList, that way it's one less thing to manage.

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    RatzzR 1 Reply Last reply
    1
    • SGaistS SGaist

      On a side note, your rowCount implementation should rather return the size of your TableList, that way it's one less thing to manage.

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #22

      @SGaist
      Yes ,now i am returning the size of TableList .

      --Alles ist gut.

      RatzzR 1 Reply Last reply
      1
      • RatzzR Ratzz

        @SGaist
        Yes ,now i am returning the size of TableList .

        RatzzR Offline
        RatzzR Offline
        Ratzz
        wrote on last edited by Ratzz
        #23

        In dropEvent called a new function from model which stores all the parameter of item when droped and emitted layoutAboutToBeChanged() before appending to my TableList and then emitted layoutChanged() which worked for me.

        Thanks to @kshegunov , @SGaist , @mrjj for the help.

        --Alles ist gut.

        1 Reply Last reply
        1

        • Login

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