Please us [code] [/code] tags around code.
From the QAxWidget docs:
A version of same question has been asked in the recent past:However, you cannot reimplement Qt-specific event handlers like mousePressEvent or keyPressEvent and expect them to be called reliably. The embedded control covers the QAxWidget completely, and usually handles the user interface itself. Use control-specific APIs (i.e. listen to the signals of the control), or use standard COM techniques like window procedure subclassing.
http://www.qtcentre.org/threads/4096...ight=qaxwidget
Bookmarks