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

ComboBox produces warning about incorrect sRGB profile with default style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.6.0 RC
    • 5.6.0 Alpha
    • Quick: Controls 2
    • None
    • Mageia Linux Cauldron, x86_64, gcc 5.3
    • a5e137aafd57f311c0713fb6837b6511c760d0ee

      Using ComboBox with default style I see the following warning:

      libpng warning: iCCP: known incorrect sRGB profile

      With material or universal style, I see no such warnings.
      I'm not sure if it draws correctly, so attached screenshots.

      Test program:

      import QtQuick 2.5
      import Qt.labs.controls 1.0
      
      ApplicationWindow {
          visible: true
          width: 400
          height: 300
      
          ComboBox {
              anchors.centerIn: parent
              model: [
                  "1",
                  "2"
              ]
          }
      }
      

        1. ComboBox_1.png
          ComboBox_1.png
          7 kB
        2. ComboBox_2.png
          ComboBox_2.png
          8 kB
        For Gerrit Dashboard: QTBUG-49924
        # Subject Branch Project Status CR V

            Unassigned Unassigned
            krnekit Nikita Krupenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes