Re: [Interest] Creating Desktop Widgets (aka Desklets) in Qt

2012-07-25 Thread Jiří Procházka
Sent: Wednesday, 25 July 2012 1:35 AM Hi, I am tasked in creating desktop widgets (aka desklets, stuff like system monitors, clocks, etc) in Qt, the target platform is Windows. So far I managed to create a frameless window which stays on bottom and isn't shown on taskbar by

[Interest] Creating Desktop Widgets (aka Desklets) in Qt

2012-07-24 Thread Jiří Procházka
Hi, I am tasked in creating desktop widgets (aka desklets, stuff like system monitors, clocks, etc) in Qt, the target platform is Windows. So far I managed to create a frameless window which stays on bottom and isn't shown on taskbar by following window flags: Qt::SubWindow |

Re: [Interest] Creating Desktop Widgets (aka Desklets) in Qt

2012-07-24 Thread Tony Rietwyk
Sent: Wednesday, 25 July 2012 1:35 AM Hi, I am tasked in creating desktop widgets (aka desklets, stuff like system monitors, clocks, etc) in Qt, the target platform is Windows. So far I managed to create a frameless window which stays on bottom and isn't shown on taskbar by following