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

Pixalated rendering when using non-integer as a device scale factor with QGraphicsOpacityEffect applied

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.6.0 Alpha, 5.6.0 Beta
    • GUI: Painting
    • None
    • Windows 7

      Rendering looks pretty bad if opacity graphics effect is applied and scaled factor is non integer.

      Sample:
      //set non integer scale factor
      qputenv("QT_SCALE_FACTOR", QByteArray("1.5"));

      QWidget mainWindget;
      QLabel label(&mainWindget);
      label.setText("Sample Test");
      label.setGraphicsEffect(new QGraphicsOpacityEffect(&label));
      mainWindget.show();

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

            sletta Gunnar Sletta
            pdyachen Pavlo Dyachenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes