Questions tagged [activeqt]

Qt's ActiveX Framework or ActiveQt for short is Qt's ActiveX and COM support for Windows platform.

ActiveQt enables Windows developers to:

  1. Access and use ActiveX controls and COM objects provided by any ActiveX server in their Qt applications.

  2. Make their Qt applications available as COM servers, with any number of Qt objects and widgets as COM objects and ActiveX controls.

33 questions
0
votes
1 answer

Adobe Reader ActiveX + QAxWidget; Getting current page

I'm trying to embed Abode Reader into my win app, the target itself is simple viewing of PDF documents from th app, no free rendering libraries (GPL won't do) were found, so that's my solution. QAxWidget solved most of the problem, but I also need…
MasterAler
  • 1,614
  • 3
  • 23
  • 35
0
votes
0 answers

ActiveQt example - COM App - Class naming

I’m tring to add OLE support to my program. I started by compiling one of the Qt examples: http://doc.qt.digia.com/stable/activeqt-comapp.html This example, export 1 class and 2…
Julien M
  • 657
  • 3
  • 10
  • 40
-1
votes
1 answer

Qt - ActiveX - How to handle custom out-parameter?

Considering an idl defined like bellow: interface IServerConnection : IDispatch { [id(1), helpstring("method IsConnected")] HRESULT IsConnected([out] BOOL* pVal); }; interface IClientControl : IDispatch { [id(1), helpstring("method…
Xiaofeng
  • 532
  • 7
  • 22
1 2
3