Results 1 to 3 of 3

Thread: Top level Widget With a Transparent Background

  1. #1
    Join Date
    Oct 2009
    Posts
    26
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Top level Widget With a Transparent Background

    Hello,
    How do i create a top level widget with a transparent background...which has no entry in the taskbar and i need to be able to select the icons behind it..
    Thanks

  2. #2
    Join Date
    Oct 2009
    Posts
    26
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Top level Widget With a Transparent Background

    Can anyone tell me how to remove the taskbar entry of a Widget atleast??
    Thanks

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Top level Widget With a Transparent Background

    see Qt::WA_TransparentForMouseEvents,
    Qt Code:
    1. setPalette(Qt::transparent);
    To copy to clipboard, switch view to plain text mode 
    and [WIKI]ARGB-Widgets[/WIKI] as a starting point.

Similar Threads

  1. How to Transparent QGraphicsView widget Background?
    By ashukla in forum Qt Programming
    Replies: 31
    Last Post: 6th March 2010, 11:35
  2. Draw transparent SVG in Background of Widget
    By soul_rebel in forum Qt Programming
    Replies: 0
    Last Post: 28th October 2008, 20:44
  3. Semi-Transparent Background on Widget?
    By JimDaniel in forum Qt Programming
    Replies: 3
    Last Post: 16th January 2008, 18:19
  4. Transparent top-level window
    By Vanir in forum Qt Programming
    Replies: 3
    Last Post: 1st December 2007, 12:19
  5. transparent background of the main widget
    By nagpalma in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2007, 17:52

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.