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

QColorDialog::open no-longer behaves as expected in Qt 5

    XMLWordPrintable

Details

    • e083aede62a23af8330bb572366e79e2f42e0cec

    Description

      Regression.

      In Qt 4.8.4, the following code will produce a floating native colour picker dialog:

      QColorDialog *colorDlg = new QColorDialog();
      colorDlg->open();

      But in Qt 5.0.0, it produces a non-native Qt color dialog instead.

      The only way I've been able to the correct dialog back is to use QColorDialog::geColor() but this produces a modal dialog.

      Attachments

        For Gerrit Dashboard: QTBUG-29161
        # Subject Branch Project Status CR V

        Activity

          People

            srutledg Shawn Rutledge
            danny77uk Daniel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes