How do I create with QT 4 a window that remains anchored to the desktop as a widget ? (Eg like Yahoo Widgets or Google Gadgets).
I intend to give the same characteristics of a widget to a normal window:
- Remove the edges (easy to do)
- The window must not move (how ?)
- Must be displayed only when other windows are minimized (how ?)