]> git.lyx.org Git - lyx.git/commitdiff
Add a note about Qt commandline params to man pages.
authorPavel Sanda <sanda@lyx.org>
Mon, 5 Jun 2023 20:57:35 +0000 (22:57 +0200)
committerPavel Sanda <sanda@lyx.org>
Mon, 5 Jun 2023 20:57:35 +0000 (22:57 +0200)
lyx.1in

diff --git a/lyx.1in b/lyx.1in
index 2348c2201adaaf833145b2c04fdd104d8f1b16b2..89736cfd4df0c79462e55d007775c38c5a3665c2 100644 (file)
--- a/lyx.1in
+++ b/lyx.1in
@@ -112,6 +112,17 @@ will cause LyX to print myfile.lyx to the default printer, using dvips and
 the default print settings (which, of course, have to have been configured
 already).
 
+.SH QT OPTIONS
+\fBLyX\fR is a Qt-based application and thus recognizes common options implemented
+by Qt itself (notably \fB-platform\fR, \fB-style\fR, \fB-geometry\fR, \fB-session\fR,
+\fB-display\fR, etc). Please consult Qt documentation for further details, e.g.:
+.br
+
+https://doc.qt.io/qt-5/qapplication.html#QApplication
+.br
+https://doc.qt.io/qt-5/qguiapplication.html#supported-command-line-options
+.br
+
 .SH ENVIRONMENT
 .TP
 .B @LYX_DIR_VER@
@@ -194,4 +205,4 @@ Don't forget to mention which version you are having problems with!
 files. Consult the \fBtex2lyx@version_suffix@\fR documentation.
 
 .SH AUTHORS
-LyX is Copyright (C) 1995 by Matthias Ettrich, 1995-2019 LyX Team
+LyX is Copyright (C) 1995 by Matthias Ettrich, 1995-2023 LyX Team