diff options
Diffstat (limited to 'doc/man/man1/createcw.1')
-rw-r--r-- | doc/man/man1/createcw.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/createcw.1 b/doc/man/man1/createcw.1 index 4567e5f..0959a2d 100644 --- a/doc/man/man1/createcw.1 +++ b/doc/man/man1/createcw.1 @@ -1,10 +1,10 @@ -.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqtcreatecw \- custom widget description creater for Qt Designer +createcw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -tqtcreatecw <\fIfilename.cw\fP> +createcw <\fIfilename.cw\fP> .SH "DESCRIPTION" .LP This small application makes it much easier to create @@ -44,8 +44,8 @@ would write here After that compile the program, link it with your custom widget (library or object file) and run it like this: - (unix): ./tqtcreatecw mywidgets.cw - (win32): tqtcreatecw mywidgets.cw + (unix): ./createcw mywidgets.cw + (win32): createcw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See |