Results 1 to 3 of 3

Thread: QTableView slow scrolling

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2015
    Posts
    36
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default QTableView slow scrolling

    I have a problem with QTableView. Model which I want to display has about 400k of samples (and it's really not much, it's supposed to work with many millions of samples). It's 27 columns with over 13k rows right now. Unfortunately scrolling is very slow. If someone moves mouse cursor quite dynamically he will have to wait good amount of time until scroll bar actually meets vertical position of cursor again. Where can I search for performance drops? What can I do to make it silky smooth? Or maybe it's qt classes that are slow? Data loads from file in an instant. It just appears immediately. Yet slowdown at scrolling is definitelly visible. If window is smaller, then scrolling is faster. It seems that's directly connected to number of samples currently being displayed on screen (rather not total number of samples inside model).
    Last edited by Khaine; 21st March 2016 at 17:52.

Similar Threads

  1. QTableView not scrolling
    By waynew in forum Qt Programming
    Replies: 5
    Last Post: 10th July 2017, 23:58
  2. QTableView and stylesheet horizontal scrolling problem
    By aphexgt in forum Qt Programming
    Replies: 0
    Last Post: 18th October 2012, 23:00
  3. Slow navigating around a QTableView
    By pwaldron in forum Qt Programming
    Replies: 0
    Last Post: 8th March 2011, 18:24
  4. Slow problem QTableView
    By skuda in forum Qt Programming
    Replies: 6
    Last Post: 26th February 2008, 12:19
  5. Scrolling items in QTableView
    By steg90 in forum Qt Programming
    Replies: 2
    Last Post: 8th May 2007, 12:59

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
  •  
Qt is a trademark of The Qt Company.