summaryrefslogtreecommitdiffstats
path: root/examples/extension/extension.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
commitd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch)
tree6e3dcca4f77e20ec8966c666aac7c35bd4704053 /examples/extension/extension.doc
downloadtqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz
tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'examples/extension/extension.doc')
-rw-r--r--examples/extension/extension.doc41
1 files changed, 41 insertions, 0 deletions
diff --git a/examples/extension/extension.doc b/examples/extension/extension.doc
new file mode 100644
index 000000000..98b4a3373
--- /dev/null
+++ b/examples/extension/extension.doc
@@ -0,0 +1,41 @@
+/*!
+ \page extension-dialog-example.html
+
+ \ingroup step-by-step-examples
+
+
+ \title An Extension Dialog Example
+
+ This example demonstrates how to create an extension dialog.
+
+ Essentially all that is necessary is to create a standard dialog
+ and then create a QWidget form to be used as the extension. See
+ the article in \link http://doc.trolltech.com/qq/ Qt
+ Quarterly\endlink issue #3.
+
+
+ <hr>
+
+
+ Project file:
+
+ \include extension/extension.pro
+
+ <hr>
+
+ <hr>
+
+ Implementation:
+
+ \include extension/mainform.ui.h
+ \include extension/dialogform.ui.h
+ \include extension/extension.ui.h
+
+ <hr>
+
+ Main:
+
+ \include extension/main.cpp
+
+
+*/