QString program = "echo index.html | opera.exe"; QProcess *myProcess = new QProcess(this); myProcess->execute(program);
bool QDesktopServices::openUrl ( const QUrl & url ) [static]
myProcess->execute("start index.html");