Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.7.0
-
None
-
Ubuntu 16.04
(Enterprise Creator)
Qt Creator 4.0.2
Based on Qt 5.7.0 (GCC 4.9.1 20140922 (Red Hat 4.9.1-10), 64 bit)
Built on Jun 13 2016 01:05:36
From revision 47b4f2c738
Description
The warning/error icons look like they're straight outta Windows 95, and the project file icons have changed from what they used to be (I think it was some orange/brownish icon before).
Was fine in 4.0.1.
For reference, I've attached a screenshot of the following application to show what I get with 5.6.1 and 5.7:
#include <QtWidgets> int main(int argc, char *argv[]) { QApplication a(argc, argv); QMessageBox wm(QMessageBox::Warning, QLatin1String("Test"), QLatin1String("Test")); QMessageBox em(QMessageBox::Critical, QLatin1String("Test"), QLatin1String("Test")); wm.show(); em.show(); return a.exec(); }
Attachments
Issue Links
- duplicates
-
QTBUG-53844 [Regression] "GTK-theme-mimicking" theme broken in 5.7.0rc final (worked in 5.7.0rc_424)
- Closed