Description
(originally TRAC#21, 2013-03-20)
What have been tried:
- Setting WA_TransparentForMouseEvents on the containedWidget as well
- Replacing the cellWidget with an image during a drag, like QCellPresenter does in the spreadsheet
comment by @remram44:
Okay I really can't figure this one out. VTK cells seem to behave very differently from other cell types and many of my attempts to work around this simply segfault...
comment by @remram44:
I've tried rewriting my 'cellcontainer' thing from scratch, using an approach similar to what the spreadsheet does (e.g. a 'Presenter' class, which gets put as a Cell in the spreadsheet) but to no avail, VTK still breaks it. Using VTK also breaks the other cell types for unknown reasons. I don't know how to make this work.
comment by dakoop:
Is it possible that Qt5/PyQt4.10 may fix this? I think VTK doesn't yet support Qt5, but there was a change in how things are drawn in QT5 that may impact this.