Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Styling a QTableView,Header background property.

Styling a QTableView,Header background property.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 11.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • musimbateM Offline
    musimbateM Offline
    musimbate
    wrote on last edited by
    #1

    Hi,
    I am trying to style a QTableWidget ,controlling the background color of the headers(horizontal and vertical) but can't quite find the right css property for this.A quick reference can be found "here":http://qt-project.org/doc/qt-4.8/stylesheet-examples.html#customizing-qtableview
    I want to change the background color of the boxes that contain "day,date ,event....."

    Can anybody help with this?
    Thanks.

    Why join the navy if you can be a pirate?-Steve Jobs

    1 Reply Last reply
    0
    • T Offline
      T Offline
      thEClaw
      wrote on last edited by
      #2

      For me the following works:

      @QHeaderView::section {
      background-color: green; }@

      You can probably give the sections differing colors, or make them alternating if you want. But this may be enough of a starting point. :)

      EDIT: Here a "link":http://qt-project.org/doc/qt-4.8/stylesheet-examples.html#customizing-qheaderview
      I remember a different page, more like a glossary than the example-filled page you linked to. But I can't seem to find it at the moment. Once you got the basics down, I would recommend that page - I'll keep an eye out for it.

      EDIT2: I found the page I like to use: "Qt Style Sheets Reference":http://qt-project.org/doc/qt-4.8/stylesheet-reference.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved