Results 1 to 10 of 10

Thread: Huge tableview low performance

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2006
    Location
    Saint-Petersburg, Russia
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Huge tableview low performance

    Hi all!

    I need to display very large table with more then 100000x100000 cells
    I'am reimplement QAbstractItemModel to represent my internal data in each cell of standard QTableView

    But created table view is too slow for me ...
    I was testing simple item model what store 100000x100000 data structure and returns empty QVariant() for each data cell ... but even so tableview repaints too slow ....

    why?

    Or i have to reimplemen QAbstractItemView for better perfomance ...

    Qt version used: 4.1.1
    Last edited by semoser; 7th November 2006 at 18:52.

Similar Threads

  1. Replies: 1
    Last Post: 4th October 2006, 16:05
  2. TreeView, TableView
    By rbrand in forum Qt Programming
    Replies: 1
    Last Post: 4th July 2006, 08:54
  3. Modified tableview
    By dkite in forum Qt Programming
    Replies: 2
    Last Post: 14th March 2006, 01:58
  4. [QT 4] QTextEdit performance
    By fellobo in forum Qt Programming
    Replies: 8
    Last Post: 6th March 2006, 19:27
  5. Increasing performance from Qtextedit, listview, etc?
    By taylor34 in forum Qt Programming
    Replies: 1
    Last Post: 16th February 2006, 10:20

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.