Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-54170

Icons look incorrect and out-dated on Ubuntu 16.04 in Creator 4.0.2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.7.0
    • GUI: Look'n'Feel
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              portale Alessandro Portale
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes