/QBalloonTip

A custom Qt Balloon tooltip

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

QBalloonTip

A custom Qt Balloon tooltip

  QBalloonTip::showBalloon(
    QSystemTrayIcon::Information,
    "Información",
    "<b>This is a test</b><br>.",
    pos, 
    5000, 
    true
  );