Results 1 to 2 of 2

Thread: Desktop widgets a la SuperKaramba/Opera Widgets

  1. #1
    Join Date
    Jul 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Desktop widgets a la SuperKaramba/Opera Widgets

    Hi there!
    I am looking for way to put my application windows at fixed position on the background of my desktop. I use Qt 4 and KDE. I would like to bypass SuperKaramba, and use just Qt. I tried with different Qt window styles, and can't get it to work.

    What I want is window that always stays below other and is not managable by window manager.

    Any suggestions?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    84
    Thanks
    7
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Desktop widgets a la SuperKaramba/Opera Widgets

    create a QMainWindow with flag 'Qt::FramelessWindowHint'

    size and position can be controled by methods resize and move.

    best regards,
    jh

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.