Results 1 to 6 of 6

Thread: QTableWidget selected row background

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Apr 2012
    Location
    India.
    Posts
    88
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 8 Times in 8 Posts

    Default Re: QTableWidget selected row background

    You can also hide the grid lines for the QTableWidget , try void setShowGrid(bool show) function and in case if you want only horizontal grid lines you can draw it or you can select such a image with line at bottom/top.
    Last edited by Rajesh.Rathod; 6th May 2014 at 06:33.

Similar Threads

  1. QTableView--keep same background color when selected
    By davethomaspilot in forum Qt Programming
    Replies: 0
    Last Post: 11th February 2014, 18:38
  2. Replies: 2
    Last Post: 12th December 2012, 03:40
  3. background color of not selected tab
    By iridium in forum Qt Programming
    Replies: 0
    Last Post: 13th August 2009, 16:57
  4. QHeaderView: background of selected header item with CSS
    By antarctic in forum Qt Programming
    Replies: 5
    Last Post: 8th June 2009, 08:37
  5. Background of a selected QItemDelegate
    By schall_l in forum Qt Programming
    Replies: 4
    Last Post: 23rd May 2008, 08:23

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.