Results 1 to 4 of 4

Thread: QTableView and Large data sets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2011
    Posts
    30
    Qt products
    Qt3
    Platforms
    MacOS X

    Default QTableView and Large data sets

    I am in the process of rewritting an app that does the following. Pulls in tens of millions of 64 Byte records from a data acquisition card and then display the data in a table with about 4-6 columns. I will not need to sort the data, I just want to display the data. The previous owner was trying to just load the data into a QAbstractItemModel and then load this directly into a QTableView. However, as several posts here and other places point out that this is really really slow with this size of dataset. Some suggest using a "proxyModel or Custom Model" to only pull the part of the data set from the file into the QTableView using the location of the current scroll bar as the "index". Where can I find a good example of this or what would you suggest?

    Ken
    Last edited by KenJustKen; 24th January 2016 at 20:35.

Similar Threads

  1. Replies: 5
    Last Post: 2nd July 2012, 20:49
  2. Need help with QTableView/QTableWidget and large data
    By aguayro in forum Qt Programming
    Replies: 2
    Last Post: 29th June 2012, 12:09
  3. Replies: 1
    Last Post: 23rd September 2010, 05:45
  4. Replies: 1
    Last Post: 23rd December 2008, 15:42
  5. Creating images from sets of data.
    By maverick_pol in forum Qt Programming
    Replies: 5
    Last Post: 26th February 2008, 09:25

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.