Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
Reproduced with ubuntu with and withouth compiz and on kubuntu 7.04 using KDE.
#include <QtGui> int main(int argc, char **argv) { QApplication app(argc, argv); QSystemTrayIcon icon; QPixmap pm(24, 24); pm.fill(Qt::red); icon.setIcon(pm); icon.show(); // QApplication.processEvents(); <- this makes it work... icon.showMessage("Test", "Am I in the wrong place?"); app.exec(); }
Attachments
Issue Links
- relates to
-
QTBUG-31762 [REG] XCB: QSystemTrayIcon creates an icon in the wrong place.
- Closed