Re: [Interest] Button in front of table

2021-06-10 Thread Volker Hilsheimer
> On 10 Jun 2021, at 12:55, Turtle Creek Software > wrote: > > 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

[Interest] Button in front of table

2021-06-10 Thread Turtle Creek Software
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 i