Hello,
i use the last Qt version for a projet and the QProcess : http://doc.qt.nokia.com/4.6/qprocess.html.
I have a question
- i want to lauch program from my application by using QProcess . I want to display a QGraphicsView transparent on full screen over the launched program.
For the moment: i hide the view, launch the program, sleep during 5 seconds and show the view. I want that my view keep the focus and stay on the top level? Is there any better way to do that? A custom setting for the QGraphicsView ?
Thanks you.