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
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
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