Results 1 to 2 of 2

Thread: performance problem with large qtableview with row spans

  1. #1
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default performance problem with large qtableview with row spans

    hello!

    I'm using in my program quite big qtable view. It has up to 400 columns and probably up to 1000 rows. In every row i need to make a lot of row spans (more or less 1 span for each 3 columns). Unfortunatelly scrolling this table is so slow, that program is unusable. Even small tables with spans are too slow to use. I'm using my own model subclassed from QAbstractItemModel. Problem still exists even if both data() and headerData() in the model returns empty QVariant. Are spans in qt that badly written, or am i doing sth wrong?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: performance problem with large qtableview with row spans

    You could try reporting a bug to the Task-Tracker.
    J-P Nurmi

Similar Threads

  1. QTableView Performance Problem on Windows
    By umitoz in forum Qt Programming
    Replies: 1
    Last Post: 31st August 2007, 16:47

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.