PDA

View Full Version : QAxWidget



rajeshs
4th September 2008, 13:24
Hi,

I am using QAxWidget for loading ActiveX controll in my application. That activeX control is raising events, how to handle those events using connect() function in Qt.

aamer4yu
5th September 2008, 05:13
Can those events be captured from QWidget::winEvent() ??