In my Qt application, I'd like to use balloons/balloon-tips as shown in the Windows user experience guide (not the system tray balloons).
Is this supported by Qt? I haven't found anything. Is there an Open Source library out there for this (Qxt does not have it)? What's the best way to create that myself?
Search for
QBalloonTip
class (in Qt documentation (doxygen reference) and code base, look how it is implemented, and use similar technique.