Results 1 to 9 of 9

Thread: Freeze any row within a QTableWidget/View

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: Freeze any row within a QTableWidget/View

    What do you mean "failed"?
    Has the row in question been fetched from the model by the view? The view uses lazy fetching with canFetchMore() and fetchMore().

  2. #2
    Join Date
    Jan 2015
    Posts
    22
    Thanks
    3
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Freeze any row within a QTableWidget/View

    Found the problem (for now). The code can't take the tablewidget's verticalHeaderItem->text(). The horizontalHeaderItem works fine though. Why is it?

Similar Threads

  1. Replies: 1
    Last Post: 20th April 2013, 18:53
  2. Fixed (Freeze) column in QTableWidget
    By chatarpal in forum Qt Programming
    Replies: 4
    Last Post: 21st January 2012, 06:03
  3. CSV file content to QTablewidget view
    By vishnu in forum Newbie
    Replies: 5
    Last Post: 22nd October 2010, 10:04
  4. Resizing headers view in the QTableWidget
    By jano_alex_es in forum Qt Programming
    Replies: 1
    Last Post: 27th January 2010, 10:55
  5. QTableWidget view problem
    By zgulser in forum Qt Tools
    Replies: 6
    Last Post: 5th March 2009, 06:50

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.