You can use QBalloonTip , which is an inner class defined in:
QBalloonTip inherits QWidget and is implemented in qsystemtrayicon.cpp in the same directory. It has the following method to show the tip of the cylinder:
void QBalloonTip::balloon(const QPoint& pos, int msecs, bool showArrow)
You can modify the source code of this class to have the desired ball tip.
Nejat
source share