Okay, here is an example I just wrote, I can reproduce my bug with it.
It is an imageviewer based on a qtreeview to browse local disks, and a listwidget to display thumbnails.
I'm using a QThread subclass dedicated to process the thumbnails smoothly (in fact, I use magick code, but here, I made an ugly Qt version) : it emits a signal once an image is ready, and the corresponding item is being updated.
Here, I can easily reproduce the bug on any directory that contain images...
Randomly, the app crashes, because I don't handle really well the thread (I made it really quickly) : it crashes sometimes when you change directory while the thread is processing..)
Hope some of you can confirm the visual issue ONLY
Guilugi.
Bookmarks