I'd like to create something very alike to Rainlendar with python. Currently I'm using PyQt for GUI, but there doesn't seem to be a widget type that can directly display something like that, specifically I mean:
- No edge displayed, incuding buttons on the top right corner.
- No corresponding bar in the task bar.
- Able to display a icon in the icon area in the bottom right corner of the desktop.
Is there any widget capable of this ? Or can I do some modification to any existing widget to achieve this ?
Thanks.