Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
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
- relates to
-
QTBUG-55623 QSystemTrayIcon balloon window needs smooth rendering on high-resolution screens
- Reported
-
QTBUG-44486 QIcon has problem handling high DPI pixmaps
- Closed
-
QTBUG-52444 SVG Icons are not rendered with high DPI if QT_SCALE_FACTOR > 1
- Closed
-
QTBUG-50991 High-DPI Qt
- Closed