52 assistant->start(
"us_helpdaemon", args );
55 QString helpapp = helpbin +
".app";
56 if ( QFile( helpapp ).exists() )
79 QProcess* proc =
new QProcess(
this );
86 args <<
"-a" << program << location;
90 proc->start( program, args );
92 if ( !proc->waitForStarted( 10000 ) )
94 QMessageBox::warning( 0,
95 tr(
"Ultrascan III Error" ),
96 tr(
"Cannot start browser window ...\n"
97 "Please insure you have the configured browser installed.\n\n"
98 " Configured browser: %1\n"
99 " URL: %2" ).arg( program ).arg( location ) );