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:
parent
2679c5f7e0
commit
0c71cbea54
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user