summaryrefslogtreecommitdiff
path: root/Help/command/qt_wrap_ui.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/qt_wrap_ui.rst')
-rw-r--r--Help/command/qt_wrap_ui.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/command/qt_wrap_ui.rst b/Help/command/qt_wrap_ui.rst
new file mode 100644
index 000000000..f731ed9a8
--- /dev/null
+++ b/Help/command/qt_wrap_ui.rst
@@ -0,0 +1,14 @@
+qt_wrap_ui
+----------
+
+Create Qt user interfaces Wrappers.
+
+::
+
+ qt_wrap_ui(resultingLibraryName HeadersDestName
+ SourcesDestName SourceLists ...)
+
+Produce .h and .cxx files for all the .ui files listed in the
+``SourceLists``. The .h files will be added to the library using the
+``HeadersDestNamesource`` list. The .cxx files will be added to the
+library using the ``SourcesDestNamesource`` list.