Skype-like Desktop Popup Notification in Qt
Qt has no popup desktop notification applet by default. As Qt is highly customizable and almost all widgets are inherited from QWidget, so a custom QWidget can be used as desktop popup applet.
A QWidget instance will be shown like any other top-level...
blog.mdminhazulhaque.io1 min read