summaryrefslogtreecommitdiffstats
path: root/doc/man/man1/tqtcreatecw.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man1/tqtcreatecw.1')
-rw-r--r--doc/man/man1/tqtcreatecw.112
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/tqtcreatecw.1 b/doc/man/man1/tqtcreatecw.1
index 4567e5f13..97b08a5c4 100644
--- a/doc/man/man1/tqtcreatecw.1
+++ b/doc/man/man1/tqtcreatecw.1
@@ -1,24 +1,24 @@
.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqtcreatecw \- custom widget description creater for Qt Designer
+tqtcreatecw \- custom widget description creater for TQt Designer
.SH "SYNTAX"
.LP
tqtcreatecw <\fIfilename.cw\fP>
.SH "DESCRIPTION"
.LP
This small application makes it much easier to create
-custom widget descriptions for the Qt Designer. Using
-them you can use custom widgets in the Qt Designer
+custom widget descriptions for the TQt Designer. Using
+them you can use custom widgets in the TQt Designer
including their signals, slots and properties.
To do that normally you would have to enter all that
information in the custom widget dialog in the Qt
Designer for each widget. But this small tool can create
for you these description files for your custom widgets
-which you then can simply import into the Qt Designer. So
+which you then can simply import into the TQt Designer. So
you can use your custom widgets without any additional
-work in your forms in the Qt Designer then.
+work in your forms in the TQt Designer then.
To do that you have to modify the sourcecode (main.cpp) a
bit and recompile it afterwards.
@@ -49,7 +49,7 @@ widget (library or object file) and run it like this:
After that you can import this description file into the
Qt Designer using the Custom\-Widget Dialog (See
-Tools\->Custom\->Edit Custom Widgets... in the Qt Designer)
+Tools\->Custom\->Edit Custom Widgets... in the TQt Designer)
and use these custom widget there in your forms.
.SH "AUTHORS"