From cd9c59b5d6c149f57d2bdb0cd2a08ec6eb84a766 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 5 May 2014 16:31:10 -0700 Subject: 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 Reviewed-by: Leena Miettinen --- src/gui/kernel/qguiapplication.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp index c87c60e842..1122a9c7a4 100644 --- a/src/gui/kernel/qguiapplication.cpp +++ b/src/gui/kernel/qguiapplication.cpp @@ -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 -- cgit v1.2.3