We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by: rryan Date: 2016-01-03T22:21:12Z Status: Fix Released Importance: Low Launchpad Issue: lp1530720 Tags: qt5
In WSpinny, we use QStylePainter to try and paint the WSpinny with the CSS:
QStyleOption option; option.initFrom(this); QStylePainter p(this); ... p.drawPrimitive(QStyle::PE_Widget, option);
Using Qt 5.5.1, the first render of a WSpinny prints:
QMacCGContext:: Unsupported painter devtype type 1
Reading this bug: https://bugreports.qt.io/browse/QTBUG-32639 it seems this is not supported.
"The bottom line here is that Qt 5 does not support rendering QWidgets with the OpenGL2 paint engine,"
AFAIK we don't actually rely on styling of spinnies currently. Do we?
The text was updated successfully, but these errors were encountered:
Commented by: rryan Date: 2016-01-03T22:21:38Z
Qt 5.5.1 OS X 10.11.2
Sorry, something went wrong.
Commented by: ywwg Date: 2016-01-03T22:50:03Z
are we doing something wrong that could be causing problems in 2.0?
Commented by: esbrandt Date: 2018-12-30T21:58:28Z
This is with latest master on MacBook Pro 2018 2,6 GHz Intel Core i7 macOS 10.14.2 (18C54) QT 5.12.0
Constantly spammed to log as long as spinnies are enabled QMacCGContext:: Unsupported painter devtype type 1
Commented by: daschuer Date: 2019-02-02T22:14:31Z
#1994
Issue closed with status Fix Released.
No branches or pull requests
Reported by: rryan
Date: 2016-01-03T22:21:12Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1530720
Tags: qt5
In WSpinny, we use QStylePainter to try and paint the WSpinny with the CSS:
Using Qt 5.5.1, the first render of a WSpinny prints:
QMacCGContext:: Unsupported painter devtype type 1
Reading this bug:
https://bugreports.qt.io/browse/QTBUG-32639
it seems this is not supported.
"The bottom line here is that Qt 5 does not support rendering QWidgets with the OpenGL2 paint engine,"
AFAIK we don't actually rely on styling of spinnies currently. Do we?
The text was updated successfully, but these errors were encountered: