summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2015-07-30 14:58:11 +0200
committerAndy Shaw <andy.shaw@theqtcompany.com>2015-07-30 13:45:20 +0000
commitc14adf85581215599bc764c28b894b9be827ec99 (patch)
tree3c48a16414962eb3c8ec4f1b34a1cbc6c584e5e1
parentbd3cb718baf7b891b7e75881a204a9b2575658c0 (diff)
downloadqtdoc-c14adf85581215599bc764c28b894b9be827ec99.tar.gz
Add missing options to the uic documentation
Change-Id: Id155117d8a46c60c16b64f134afce4594a99e53b Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/development/uic.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc
index a0eaafd7..e3e5772b 100644
--- a/doc/src/development/uic.qdoc
+++ b/doc/src/development/uic.qdoc
@@ -53,6 +53,11 @@
\row \li \c{-p} \li Don't generate guards against multiple inclusion (\c #ifndef FOO_H ...).
\row \li \c{-h} \li Display the usage and the list of options.
\row \li \c{-v} \li Display \c{uic}'s version number.
+ \row \li \c{-d} \li Display the dependencies for the UI.
+ \row \li \c{-n} \li Don't generate any #include directives.
+ \row \li \c{--postfix <postfix>} \li Append \c <postfix> to all generated classnames.
+ \row \li \c{--include <file>} \li Add #include \c <file> to the output.
+
\endtable
\section1 Examples