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

The display of QColorDialog::getColor dialog is wrong when call the interface with alpha settings.

    XMLWordPrintable

Details

    Description

      Try to show a color setting dialog with alpha setting. Then call interface:
      QColor QColorDialog::getColor ( const QColor & initial, QWidget * parent, const QString & title, ColorDialogOptions options = 0 ) [static]

      Code:
      QColor color = QColorDialog::getColor(graphicsScenePaint->currentPen()->color(),
      mainWindow,
      "Select Color",
      QColorDialog::ShowAlphaChannel);

      The dialog's display is wrong. See the attachment file's right top corner.

      Attachments

        1. Screenshot0009.jpg
          34 kB
          Bright Chen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            satu.m.makela satu makela
            brigchen Bright Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes