Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.11.2
-
None
-
-
4afd9234c2f16536a360370a5b302f943bae727d (qt/qtbase/dev)
Description
As in summary.
Example code:
int main(int argc, char *argv[]) { QApplication a(argc, argv); QObject::connect(&a, &QApplication::paletteChanged, []{ qDebug() << "Not gonna happen :("; }); a.setPalette(QPalette(Qt::red)); return a.exec(); }
The signal is defined in QGuiApplication but QApplication doesn't seem to emit it.
Attachments
Issue Links
- is duplicated by
-
QTBUG-64234 No ApplicationPaletteChange event in QApplication
-
- Closed
-