Results 1 to 7 of 7

Thread: Advice on what is best to use when displaying lots of numerical data

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    3
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Advice on what is best to use when displaying lots of numerical data

    Hi,
    I'm recently new to QT - and want some advice about displaying lots of numerical data.

    I'm attempting to write a front end to my trading application, the requirements are that it would need to display about 100 rows each with 50 columns of data - where about 5 columns in each row might be changing fairly rapidly. I also want some columns displaying as checkboxes instead of data, and maybe some columns as drop downs. Some columns would be read-only, while others would be read/write - and after changing a value I need to detect which row/column has changed.

    What I am currently thinking is start with either a QTableView, QTreeView or a QTreeWidget. QTableView and QTreeView seems to be better at displaying row data (compared to QTreeWidget) - but I'd have to add my own code to do checkboxes/drop downs etc

    Performance is something I also need to consider - I might potentially want to expand it to display 1000's of rows.

    I've been playing around with all three of the above - QTreeWidget can do checkboxes, but manipulating the data is a bit trickier.

    Or is there a better way(s)?

    Any advice/options would be welcome.
    Last edited by Drew; 13th May 2011 at 10:05.

Similar Threads

  1. displaying data
    By willief in forum Newbie
    Replies: 4
    Last Post: 10th March 2011, 06:33
  2. Replies: 9
    Last Post: 30th July 2010, 09:13
  3. Reading lots of Data from QProcess without freezing
    By nightghost in forum Qt Programming
    Replies: 12
    Last Post: 27th January 2010, 08:23
  4. Best way to display lots of data fast
    By New2QT in forum Newbie
    Replies: 4
    Last Post: 16th October 2008, 22:46
  5. Displaying data in QTable
    By raghvendramisra in forum Qt Tools
    Replies: 1
    Last Post: 6th September 2007, 12:48

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.