PDA

View Full Version : QProcess dosent want to start firefox



Zergi
17th February 2008, 12:09
HI

My program openes everything besides firefox... Can u explain me why ?



QProcess *fire = new QProcess();
fire->start(LE_u->text());


Where LE_u is lineedit, and i m sure that i give a correct path...

bender86
17th February 2008, 13:17
Connect QProcess::error(QProcess::ProcessError) signal to a slot and see what error occurs.

marcel
17th February 2008, 15:42
Maybe you don't give the correct path. I see you take it from a text edit...