PDA

View Full Version : COM components into QT



BDD
18th May 2015, 10:41
Hi All

How do I import COM components in to QT designer?

I have a few applications that use COM components in VS C++ and VB express. I need to port over to multi-OS platform.

Kind regards
BDD

Added after 57 minutes:

OK Reset.
Will help If I have noticed there are a QAxWidget:p

Thanx

d_stranz
18th May 2015, 21:11
Will help If I have noticed there are a QAxWidget

That will get you part of the way there. You'll probably need to derive your own widget from QAxWidget / QWidget (whichever works best) for full compatibility with Qt Designer.

wysota
18th May 2015, 23:06
I need to port over to multi-OS platform.

You will not be able to use COM objects on platforms other than Windows.