Exemplo n.º 1
0
QString WebPage::openPageSilently(const QString &url, const QString &step, const QString &retProp){
	WebPage *wb = new WebPage(m_pApp);
	wb->setProperty("nextStep", step);
	wb->openUrl(url, m_scriptFilename);
	wb->show();
	int a = 0;
	QString ret = wb->getProperty(retProp);
	int b = 0;
	return "";
}