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

QGraphicsColorizeEffect doesn't work well with QWidget on MAC

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.6.0
    • GUI: Painting
    • None
    • Qt-4.6.0
    • macOS

    Description

      The following code works on Linux/Windows but doesn't have any effect on Mac.
      QGraphicsColorizeEffect *graphicsColor = new QGraphicsColorizeEffect;
      graphicsColor ->setColor(Qt::red);
      graphicsColor->setEnabled(true);
      this->setGraphicsEffect(graphicsColor);

      But the examples/effects/fademessage seems to work on Mac.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes