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

QGraphicsColorizeEffect doesn't work well with QWidget on MAC

XMLWordPrintable

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

      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.

        1. main.cpp
          0.4 kB
          Nokia Qt Support
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes