[Solved] QTableView in QGroupBox: Mouse ignored for the table view?
-
Hi!
With the Designer I created a QGroupBox and put a QTableView on it. The Problem with the running program is that QTableView doesn't react on the mouse! It only takes keyboard input... why does it happen and how to fix it?
There's no problem without the group box, but I want to use it... (Theres also no problem with other controls in the group box, like a plain text edit...)Thanks!
-