Doc: WS only change

Change-Id: Ibf99c7fddbc4409f38b0be337c0fd1efcad0db42
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-18 17:22:58 +02:00
parent bc322c056a
commit 3cd5b78636

View File

@@ -81,20 +81,20 @@
\table \table
\header \header
\li Option \li Option
\li Description \li Description
\row \row
\li -help \li -help
\li Display help on command line options. \li Display help on command line options.
\row \row
\li -version \li -version
\li Display \QC version. \li Display \QC version.
\row \row
\li -client \li -client
\li Attempt to connect to an already running instance of \QC. \li Attempt to connect to an already running instance of \QC.
\row \row
\li -pid \li -pid
@@ -118,16 +118,16 @@
\li Enables all plugins. \li Enables all plugins.
\row \row
\li -noload <plugin> \li -noload <plugin>
\li Disable the specified plugin and all plugins that depend on it. \li Disable the specified plugin and all plugins that depend on it.
\row \row
\li -noload all \li -noload all
\li Disables all plugins. \li Disables all plugins.
\row \row
\li -profile \li -profile
\li Output plugin start up and shut down profiling data. \li Output plugin start up and shut down profiling data.
\row \row
\li -pluginpath <path> \li -pluginpath <path>
@@ -135,33 +135,33 @@
paths, add the \c{-pluginpath} option for each path. paths, add the \c{-pluginpath} option for each path.
\row \row
\li -settingspath <path> \li -settingspath <path>
\li Override the default path where user settings are stored. \li Override the default path where user settings are stored.
\row \row
\li -color <color> \li -color <color>
\li Core plugin: override the selected UI color. \li Core plugin: override the selected UI color.
\row \row
\li -presentationMode \li -presentationMode
\li Core plugin: display keyboard shortcuts as popups when you \li Core plugin: display keyboard shortcuts as popups when you
press them. Mostly useful when presenting \QC to someone else. press them. Mostly useful when presenting \QC to someone else.
\row \row
\li -theme <default | dark> \li -theme <default | dark>
\li Core plugin: apply a dark color theme to \QC, without using \li Core plugin: apply a dark color theme to \QC, without using
stylesheets. stylesheets.
\row \row
\li -debug <pid> \li -debug <pid>
\li Debugger plugin: attach to the process with the given process ID. \li Debugger plugin: attach to the process with the given process ID.
\row \row
\li -debug <executable>[,kit=<kit>] \li -debug <executable>[,kit=<kit>]
\li Debugger plugin: launch and debug the executable with the name \li Debugger plugin: launch and debug the executable with the name
\c{executable}. \c{executable}.
A \c{kit} can be specified to point to non-default debuggers A \c{kit} can be specified to point to non-default debuggers
and sysroots. and sysroots.
\row \row
\li -debug [executable,]core=<corefile>[,kit=<kit>] \li -debug [executable,]core=<corefile>[,kit=<kit>]
@@ -220,4 +220,4 @@
You can also switch to a dark theme to customize the appearance of widgets, You can also switch to a dark theme to customize the appearance of widgets,
colors, and icons without using stylesheets. colors, and icons without using stylesheets.
*/ */