[Interest] Very pixalated rendering when using non-integer as a device scale factor with QGraphicsOpacityEffect applied.

Pavlo Dyachenko ppaveld at yahoo.ie
Tue Nov 17 20:11:47 CET 2015


Hi, it seems that when screen scale ratio is non integer and opacity is applied the whole widget looks very pixalated.
Example:qputenv("QT_SCALE_FACTOR", QByteArray("1.5"));
QWidget mainWindget;
QLabel label(&mainWindget);
label.setText("Sample Test");
label.setGraphicsEffect(new QGraphicsOpacityEffect(&label));
mainWindget.show();
Running on Windows with QT 5.6. Is it a bug?
Thanks,Pavlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151117/6a828b74/attachment.html>


More information about the Interest mailing list