Results 1 to 1 of 1

Thread: QCalendarWidget background image

  1. #1
    Join Date
    May 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QCalendarWidget background image

    how can I set background image of QCalendarWidget. I can paint a particular cell using
    QCalendarWidget:: paintCell
    I tried using stylesheet , its not working- How can I set a background image or background transparent of a QCalendarWidget

    QTableView{
    background-color:rgb(0, 100, 69);
    }
    for this it works, but
    QTableView{
    background-image:url(....full image path);
    }
    never works........

    and also how can I set colors to
    Vertical and Horizontal Headers .
    Last edited by khcbabu; 31st March 2009 at 13:04.

Similar Threads

  1. Replies: 3
    Last Post: 18th May 2012, 10:12
  2. How to stretch background image used in brush-palette
    By Hookem in forum Qt Programming
    Replies: 5
    Last Post: 24th December 2008, 17:03
  3. Setting background image of QFrame
    By Claymore in forum Qt Programming
    Replies: 2
    Last Post: 12th February 2007, 19:50
  4. background image in QTreeView
    By momesana in forum Qt Programming
    Replies: 2
    Last Post: 11th January 2007, 06:25
  5. [QT4.1.1 XP] background image
    By incapacitant in forum Newbie
    Replies: 3
    Last Post: 1st March 2006, 13:02

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.