View Single Post
Posts: 180 | Thanked: 76 times | Joined on May 2010
#33
Originally Posted by D-Iivil View Post
Now I need still to figure out how to display a progressbar which covers the UI while the shell script is being excecuted (running the script takes a minute, so it's good to tell the user that "this is gonna take a while, sit back and wait).
When script is executed, start progress indicator. There is finished signal in QProcess. You can connect it to slot which stops progress indicator.

http://doc.qt.nokia.com/4.6/qprocess.html#finished
 

The Following User Says Thank You to Diph For This Useful Post: