summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-12-06 14:54:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 16:42:54 +0100
commit5c5a3be87bb0258a5c7edd0fe61593842379c09d (patch)
treed285fd2638851e73d00be552c56e8aaa28bf05d0
parentb56788c7ac4944a21e77e255bc7e54234cb7605c (diff)
Update UIC docs after modularization
UIC is used for QtWidgets applications, not QtGUI. Change-Id: If044e3e9a7c65eb600b0e6d6aaf51cffdd30f01f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r--doc/src/development/uic.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc
index f7a8f56ee..edb6a7d9f 100644
--- a/doc/src/development/uic.qdoc
+++ b/doc/src/development/uic.qdoc
@@ -33,7 +33,7 @@
\omit KEEP THIS FILE SYNCHRONIZED WITH uic.1 \endomit
- This page documents the \e{User Interface Compiler} for the Qt GUI
+ This page documents the \e{User Interface Compiler} for the \l{Qt Widgets}
toolkit. The \c uic reads an XML format user interface definition
(\c .ui) file as generated by \l{designer-manual.html}{Qt
Designer} and creates a corresponding C++ header file.