activeX->dynamicCall("Navigate(const QString&)", "qtsoftware.com");
Alternatively a function can be called passing the parameters embedded in the string, e.g. above function can also be invoked using
activeX->dynamicCall("Navigate(\"qtsoftware.com\")");
文档给出的回答