Document that the -reverse option is only for debugging and its default
You should never force that option. Just let Qt automatically detect from the environment. Change-Id: I43ae4951969d2067cc111eff6302921a0af82658 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
parent
78e57834ac
commit
cd9c59b5d6
@ -497,7 +497,9 @@ static QWindowGeometrySpecification windowGeometrySpecification;
|
||||
the main window using the X11-syntax. For example:
|
||||
\c {-qwindowgeometry 100x100+50+50}
|
||||
\li \c{-reverse}, sets the application's layout direction to
|
||||
Qt::RightToLeft
|
||||
Qt::RightToLeft. This option is intended to aid debugging and should
|
||||
not be used in production. The default value is automatically detected
|
||||
from the user's locale (see also QLocale::textDirection()).
|
||||
\li \c{-session} \e session, restores the application from an earlier
|
||||
\l{Session Management}{session}.
|
||||
\li -qwindowgeometry, sets the geometry of the first window
|
||||
|
Loading…
x
Reference in New Issue
Block a user