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

Support large custom icons for the system tray balloon notification.

    XMLWordPrintable

Details

    • e8892c7e7a0bdebca9ff491a9446c0b4192fe7fd

    Description

      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.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes