Quote Originally Posted by mchara View Post
Did You tried to use querySubObject()?

it returns QAxObject instead of raw interface, so You should be able to use dynamicCall() to use methods encapsulated in subobjects.
You are right, querySubObject() did the job !
Thank you for the good hint.