We have a QTableWidget with cells containing our QWidget subclasses.  One
of them adds a temporary popup menu button and a scrolling list when
clicked.

They display OK, but clicking on them falls through to the cell widget
behind them. raise() didn't help.

We can intercept all clicks and figure if they should go to a temporary
object, but is there an easier way to put something in front of a
QTableWidget and have it accept mouse clicks?

Thanks, Casey McD
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to