Results 1 to 4 of 4

Thread: QTableView showing blank rows

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QTableView showing blank rows

    Your model needs to emit a range of signals to advise views that rows are being added, removed or modified.
    Your clearData() is not announcing the removal of rows.

  2. The following user says thank you to ChrisW67 for this useful post:

    rawfool (8th May 2014)

Similar Threads

  1. How can I add blank space to a QTableView?
    By Paladin12 in forum Qt Programming
    Replies: 0
    Last Post: 15th August 2011, 11:39
  2. How to add blank space to a QTableView?
    By Paladin12 in forum Qt Programming
    Replies: 0
    Last Post: 3rd August 2011, 09:54
  3. QWebView showing blank pages.
    By gontham in forum Qt Programming
    Replies: 1
    Last Post: 26th May 2010, 10:02
  4. customize QTableView to add blank rows
    By rosenth in forum Qt Programming
    Replies: 2
    Last Post: 17th April 2010, 11:47
  5. Showing selected rows in a separate table
    By dnnc in forum Qt Programming
    Replies: 3
    Last Post: 21st June 2007, 16:35

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