-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.12.0
-
None
-
Python:3.6.7
Pillow:5.3.0
PySide2:5.12.0 (installed by pip)
macOS ver:10.13.6
VGA:NVIDIA Geforce GTX 680 for mac
When QImage is generated from Pillow (PIL) into QTableWidget and inserted, the display of QTableWidget is disturbed.
Clicking the item will be normal, but scrolling TableWidget will get disturbed again.
Strangely, if you output images to a local file with PIL and generate QImage from a file, the problem will not occur.
I attached a simple reproducing code "tablewidget_prob2.zip", so plz try it.
This problem does not occur in PySide 1.2.4.
I think that Regression of drawing function? or PIL problem?