Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

QSA-interest Archive, September 2005
Re: activex objects scripting


Message 1 in thread

"B.C." <bikerc@xxxxxxxxx> wrote in message
news:dej7r9$ogd$1@xxxxxxxxxxxxxxxxxxxxx
> Joel you are right. I guess the question is if it is possible to add
methods
> and properties to an object dynamically at runtime as oposed to have
them
> defined as slots at compile time?
>
> Maybe the Trolltech folks could point me to a source code file or a
sample
> that shows how to do it.

Hm... this is exactly what ActiveQt does :)

All ActiveX properties and methods are exposed via ActiveQt as Qt
properties and slots.

Volker