Hi,

I have one OCX file called SAMPLE.OCX and I registered that ocx by regsvr32.
It has 4 methods and 3 events.
I want to access the methods of that OCX file and get the signals of the OCX.

How to do in Qt-3.3.4 .?

Thanks