You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, guys, if you install PySide6 directly nowadays, maybe you can't appear the normal icon and it will throw errors like the below:
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
Just switch the PySide6 version to 6.1.1, then it works in my environment.
pip install PySide6==6.1.1
The text was updated successfully, but these errors were encountered:
Dongbox
changed the title
If you face errors with "QPainter::begin: Paint device returned engine == 0, type: 2"?
If you confront to error that "QPainter::begin: Paint device returned engine == 0, type: 2"?
Jun 22, 2022
Hi, guys, if you install PySide6 directly nowadays, maybe you can't appear the normal icon and it will throw errors like the below:
Just switch the
PySide6
version to6.1.1
, then it works in my environment.The text was updated successfully, but these errors were encountered: