Add a hint on application window positioning with QProcess::start

Task-number: QTBUG-30999
Change-Id: I65c80917c9bad067bb7d8e69e2431dd1c4886b08
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
This commit is contained in:
hjk 2014-09-24 11:21:06 +02:00
parent 2679c5f7e0
commit 0c71cbea54

View File

@ -538,6 +538,13 @@ void QProcessPrivate::Channel::clear()
setWorkingDirectory(). By default, processes are run in the
current working directory of the calling process.
The positioning and the screen Z-order of windows belonging to
GUI applications started with QProcess are controlled by
the underlying windowing system. For Qt 5 applications, the
positioning can be specified using the \c{-qwindowgeometry}
command line option; X11 applications generally accept a
\c{-geometry} command line option.
\note On QNX, setting the working directory may cause all
application threads, with the exception of the QProcess caller
thread, to temporarily freeze during the spawning process,