[Qt-interest] MainWindow menu hardly responding to mouse events
Matthias Pospiech
matthias.pospiech at gmx.de
Mon Aug 16 13:25:27 CEST 2010
Matthias Pospiech schrieb:
> However in both debug and release mode I can hardly click on the menu. I
> checked the qt libs (they are the ones from the sdk with mingw) and
> recompiled new.
> Now I have no further idea what to check.
>
I could find out that it has to do with a dll that I load.
What happens is, that whenever I stop the debugger it ends in the show()
slot of qwidget:
inline void show() { setVisible(true); }
now the problem is, that I do not construct any class or use any
function in the dll.
And there is nothing static or similar. (the dlls is build bymyself).
However I can not see what called the show(). Any further idea how to
debug this?
More information about the Qt-interest-old
mailing list