From kde-devel Thu Feb 27 04:31:55 2003 From: pat knoob Date: Thu, 27 Feb 2003 04:31:55 +0000 To: kde-devel Subject: Re: qt newbie X-MARC-Message: https://marc.info/?l=kde-devel&m=104632046701968 ok thanx it worked great, I got one last question(for the moment ;) I added two klineedit, one for Artist and one for title. I would like to get my oggenc to do "oggenc klineedit1 -t klineedit2 -a klineedit3" klineedit2 and three are filled manually by the user, and klineedit1 contains the name of the file as I mentionned before. thanx in advance > KProcess p; > p << "oggenc"; > p << kLineEdit1->text(); > p.start(KProcess::Block); __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<