PDA

View Full Version : Q Process .setWorkingDirectory() pyqt



jaybstory
22nd January 2010, 23:08
Hello,

I have a question. I have created a gui with two tabs, a settings tab and an application tab. In my settings tab, I am asking the user to input a path to his/her media player in a line edit. I would like to store the path from the line edit and be able to "call" this path via .setWorkingDirectory() using pyqt. I am using QProcess for my application tab because in that tab, the user can click open video which opens vlc. Attached are screenshots of my program. Thank you in advance.

vishwajeet.dusane
23rd January 2010, 06:44
HI

i did not get the question ?

jaybstory
24th January 2010, 02:34
I want to try to save the information that the user types in a line edit and place that information in the setWorkingDirectory()