summaryrefslogtreecommitdiffstats
path: root/tools/designer/tools/tqtcreatecw/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 16:23:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-06 16:23:17 -0600
commite193e0140419d117a52e3756ddd9d2bdf3ab7a4a (patch)
tree2581a958653985ed91ff63ff702ad47a253553b3 /tools/designer/tools/tqtcreatecw/README
parentab9c0372a33806de1210b9b6f3bc7544895ad4fb (diff)
downloadtqt3-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.tar.gz
tqt3-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.zip
Automated update from Qt3
Diffstat (limited to 'tools/designer/tools/tqtcreatecw/README')
-rw-r--r--tools/designer/tools/tqtcreatecw/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/designer/tools/tqtcreatecw/README b/tools/designer/tools/tqtcreatecw/README
new file mode 100644
index 00000000..cc48234e
--- /dev/null
+++ b/tools/designer/tools/tqtcreatecw/README
@@ -0,0 +1,18 @@
+This small application makes it much easier to create custom widget
+descriptions for Qt Designer. Using them you can use custom widgets
+in Qt Designer including their signals, slots and properties.
+
+The usual way to do this is to enter all the information in the custom
+widget dialog in Qt Designer for each widget. But this small tool can
+create these description files for your custom widgets which you then
+can simply import into Qt Designer. So you can use your custom widgets
+without any additional work in your forms in Qt Designer.
+
+To do this you must modify the sourcecode (main.cpp) a bit and
+recompile it afterwards. For further instructions how to use it see
+the comments starting with STEP1 and STEP2 in main.cpp.
+
+Note that Qt Designer now supports widget plugins which are more
+versatile and work just like built-in widgets, so you may prefer to
+make your custom widgets into plugins. See the designer manual for
+more information.