[Interest] Returning custom types with ActiveQt OLE automation

2016-12-08 Thread Julien MAILLE
Hi all, Being currently adding an OLE layer to my app using ActiveQt, I'm struggling to find any documentation on how to use custom types in the OLE client? For instance QRect is declared by default in any tlb created with ActiveQt. However when trying to retrieve properties with this type from VB,

[Interest] [ActiveQt] How do I fire events from a QAxServer executable?

2016-10-24 Thread Julien MAILLE
Hi guys, I'm currently adding an OLE layer to my app using ActiveQt . It went great so far except that I can't understand why my signals are not passed to the OLE. I'm using Qt's testcon to monitor the events. Af

[Interest] Qt 5.5: Qt Script deprecated

2015-03-17 Thread Julien Maille
I use a lot QtScript and especially the qtscriptgenerator in order to provide easy and flexible customization of my application. With Qt Script being deprecated I would like to know where I'm going. Will I have to rely on that unmaintained legacy code? Or should I move to QJSEngine? Thanks for y

[Interest] ActiveQt: exposing QObject* as Q_PROPERTY

2014-07-15 Thread Julien Maille
Dear All, I know it is quite hard to get support on ActiveQt, probably because only a few people use this module. Here is my problem. I have an application that is composed of different QtPlugin. I already have added a COM compoment to the main application. Now I would like to give access to so