PDA

View Full Version : QWidget is raised when mouse over it



ddonate
6th May 2013, 18:40
Hi,

I have a problem with my Qt application, which has 2 QWidgets as windows: A & B. When I move the mouse over 'A', a child QWidget C is shown for 2 seconds.

The problem is when I move the mouse from 'B' to 'A' (no click): 'C' is shown, BUT (what is not expected) 'A' is raised over any QWidget from my application.

I have been watching QWidget events, but I do not know where my problem cames from. Maybe something related to QWidget properties?

Any help will be really appreciated,

Diego

wysota
6th May 2013, 19:52
Maybe something related to your code.