Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.0.0 Beta 2
-
None
-
Custom QPA, QML application
Description
Now that there's a way in QPA to provide a platform specific implementation of SystemTrayIcon, it may not make a lot of sense that QSystemTrayIcon API still requires QApplication to be run. But it does.
In the case I am working on, the application inherits from QCoreApplication (we do not use widgets at all), and our QPA handles system tray icon externally without any need for QtWidgets. But if we want the system tray icon to work, we need any application using this QPA to inherit from QApplication at least.
Attachments
Issue Links
- is required for
-
QTBUG-30468 No API for showing show tray icons in QtGui, QGuiApplication can't use QSystemTrayIcon to show tray icon
- Open
- relates to
-
QTBUG-31762 [REG] XCB: QSystemTrayIcon creates an icon in the wrong place.
- Closed
-
QTBUG-13693 QSystemTrayIcon showMessage()-like slot required
- Closed