summaryrefslogtreecommitdiffstats
path: root/examples/extension/extension.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /examples/extension/extension.doc
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
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 0000000..98b4a33
--- /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
+
+
+*/