65,186
社区成员




QAxWidget* axWidget = new QAxWidget();
bool ret = axWidget->setControl("Shell.Explorer");
axWidget->setObjectName(QString::fromUtf8("axWidget"));
axWidget->setProperty("DisplayAlerts", false);
axWidget->setProperty("RegisterAsBrowser", true);
axWidget->setProperty("Silent", true);
d->ui.horizontalLayout->addWidget(axWidget);
axWidget->dynamicCall("Navigate(const QString&)", "wwww.baidu.com");