Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49283

Support large custom icons for the system tray balloon notification.

XMLWordPrintable

    • e8892c7e7a0bdebca9ff491a9446c0b4192fe7fd

      Modern platforms such as Mac OS X and Windows support large fancy icons in the system balloon notification.
      But Qt5 interface is still limited with predefined set of small standard icons like:

      class QSystemTrayIcon {
      
         enum MessageIcon { NoIcon, Information, Warning, Critical };
      
      };
      

      So we need to add new method QSystemTrayIcon::showMessage() with QIcon argument instead of MessageIcon enumeration.

        For Gerrit Dashboard: QTBUG-49283
        # Subject Branch Project Status CR V

            lserge Serge Lysenko
            lserge Serge Lysenko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes