[PyQt] Message boxes or OSD

2007-11-21 Thread Sundance
Nahuel wrote: > I wonder if I could make nice notifications similar to kdialog's or > maybe something like amarok osd. Hi Nahuel, I'd make it a custom QWidget with the FramelessWindowHint flag. I refer you to the 'Shaped Clock' example of the Qt documentation: http://doc.trolltech.com/4.3/widge

Re: [PyQt] Message boxes or OSD

2007-11-21 Thread Hans-Peter Jansen
Am Mittwoch, 21. November 2007 schrieb Nahuel Defossé: > Hi List, > I'm creating a little app which monitors file system alterations using > pyinotify. It works, but notifications are made with kde's kdialog, with > the --passivepopup dialog, and popen. > I wonder if I could make nice notifications

[PyQt] Message boxes or OSD

2007-11-20 Thread Nahuel Defossé
Hi List, I'm creating a little app which monitors file system alterations using pyinotify. It works, but notifications are made with kde's kdialog, with the --passivepopup dialog, and popen. I wonder if I could make nice notifications similar to kdialog's or maybe something like amarok osd. I th