summaryrefslogtreecommitdiff
path: root/doc/src/development/uic.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/uic.qdoc')
-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