diff options
author | Timothy Pearson <[email protected]> | 2013-11-07 22:42:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-07 22:42:05 -0600 |
commit | 36753ac659fe85fd02a8dffa84143812e011cd71 (patch) | |
tree | 2581a958653985ed91ff63ff702ad47a253553b3 /doc/man/man1/tqtcreatecw.1 | |
parent | 40e50e6f20276afb557992a51d47618b014e388d (diff) | |
download | tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip |
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'doc/man/man1/tqtcreatecw.1')
-rw-r--r-- | doc/man/man1/tqtcreatecw.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/tqtcreatecw.1 b/doc/man/man1/tqtcreatecw.1 index d261f6623..4567e5f13 100644 --- a/doc/man/man1/tqtcreatecw.1 +++ b/doc/man/man1/tqtcreatecw.1 @@ -1,10 +1,10 @@ -.TH "tqttqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqttqtcreatecw \- custom widget description creater for Qt Designer +tqtcreatecw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -tqttqtcreatecw <\fIfilename.cw\fP> +tqtcreatecw <\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): ./tqttqtcreatecw mywidgets.cw - (win32): tqttqtcreatecw mywidgets.cw + (unix): ./tqtcreatecw mywidgets.cw + (win32): tqtcreatecw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See |