summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/README14
-rw-r--r--doc/man/man1/createcw.110
-rw-r--r--doc/man/man1/findtr.18
-rw-r--r--doc/man/man1/makeqpf.16
-rw-r--r--doc/man/man1/mergetr.116
-rw-r--r--doc/man/man1/msg2qm.112
-rw-r--r--doc/man/man1/qt20fix.18
-rw-r--r--doc/man/man1/qvfb.112
8 files changed, 43 insertions, 43 deletions
diff --git a/doc/man/README b/doc/man/README
index e9e38cf..de4ddcd 100644
--- a/doc/man/README
+++ b/doc/man/README
@@ -36,14 +36,14 @@ Debian distribution
(http://ftp.de.debian.org/debian/pool/main/q/qt-x11-free/)
qt-x11-free_3.3.8b-11.*
qt-x11-free_3.3.8b.orig.tar.gz
- man1/tqtcreatecw.1
+ man1/createcw.1
man1/designer.1
- man1/tqtfindtr.1
+ man1/findtr.1
man1/linguist.1
- man1/maketqpf.1
- man1/tqtmergetr.1
- man1/msg2tqm.1
+ man1/makeqpf.1
+ man1/mergetr.1
+ man1/msg2qm.1
man1/qembed.1
- man1/tqt20fix.1
+ man1/qt20fix.1
man1/qtconfig.1
- man1/tqvfb.1
+ man1/qvfb.1
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
diff --git a/doc/man/man1/findtr.1 b/doc/man/man1/findtr.1
index 163af79..f1d3a87 100644
--- a/doc/man/man1/findtr.1
+++ b/doc/man/man1/findtr.1
@@ -1,10 +1,10 @@
-.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqtfindtr \- Extracts information about text to be translated
+findtr \- Extracts information about text to be translated
.SH "SYNTAX"
.LP
-tqtfindtr *.cpp *.h >myapp.po
+findtr *.cpp *.h >myapp.po
.SH "DESCRIPTION"
.LP
@@ -17,7 +17,7 @@ translated versions of the file would then be
myapp_de.po, myapp_fr.po, and myapp_ja.po for
translations in German, French and Japanese respectively.
- tqtfindtr *.cpp *.h >myapp.po
+ findtr *.cpp *.h >myapp.po
copy myapp.po myapp_de.po
edit myapp_de.po
.SH "AUTHORS"
diff --git a/doc/man/man1/makeqpf.1 b/doc/man/man1/makeqpf.1
index 641639c..37ddcfd 100644
--- a/doc/man/man1/makeqpf.1
+++ b/doc/man/man1/makeqpf.1
@@ -1,11 +1,11 @@
-.TH "maketqpf" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-maketqpf \- Create qpf files from TTF and BDF files.
+makeqpf \- Create qpf files from TTF and BDF files.
.SH "DESCRIPTION"
.LP
Qt Prerendered Font (QPF) is a light\-weight non\-scalable
-font format specific to Qt/Embedded. maketqpf is a tool
+font format specific to Qt/Embedded. makeqpf is a tool
that assists producing QPF files from TTF and BDF files.
diff --git a/doc/man/man1/mergetr.1 b/doc/man/man1/mergetr.1
index a2c574f..9ed2a9f 100644
--- a/doc/man/man1/mergetr.1
+++ b/doc/man/man1/mergetr.1
@@ -1,21 +1,21 @@
-.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqtmergetr \- Merge changes in translations
+mergetr \- Merge changes in translations
.SH "SYNTAX"
.LP
-tqtmergetr myapp_de.po myapp.po
+mergetr myapp_de.po myapp.po
.SH "DESCRIPTION"
.LP
When the texts in your program change as it is developed,
-a the base .po file can be regenerated using tqtfindtr,
-then tqtmergetr can be used to merge the changes into the
+a the base .po file can be regenerated using findtr,
+then mergetr can be used to merge the changes into the
other .po files:
- tqtmergetr myapp_de.po myapp.po
- tqtmergetr myapp_fr.po myapp.po
- tqtmergetr myapp_ja.po myapp.po
+ mergetr myapp_de.po myapp.po
+ mergetr myapp_fr.po myapp.po
+ mergetr myapp_ja.po myapp.po
The translation team then edits the new .po files to
diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2qm.1
index c350854..7d22bbb 100644
--- a/doc/man/man1/msg2qm.1
+++ b/doc/man/man1/msg2qm.1
@@ -1,10 +1,10 @@
-.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-msg2tqm \- Converts translated .po files to a Qt\-specific binary format.
+msg2qm \- Converts translated .po files to a Qt\-specific binary format.
.SH "SYNTAX"
.LP
-msg2tqm myapp_de.po myapp_de.qm
+msg2qm myapp_de.po myapp_de.qm
.SH "DESCRIPTION"
.LP
@@ -14,9 +14,9 @@ are platform and locale independent, containing
translations in Unicode and various hash tables to
provide fast look\-up.
- msg2tqm myapp_de.po myapp_de.qm
- msg2tqm myapp_fr.po myapp_fr.qm
- msg2tqm myapp_ja.po myapp_ja.qm
+ msg2qm myapp_de.po myapp_de.qm
+ msg2qm myapp_fr.po myapp_fr.qm
+ msg2qm myapp_ja.po myapp_ja.qm
In your application, use QTranslator::load() to load
diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/qt20fix.1
index 247bb74..352921b 100644
--- a/doc/man/man1/qt20fix.1
+++ b/doc/man/man1/qt20fix.1
@@ -1,10 +1,10 @@
-.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
+qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2
.SH "SYNTAX"
.LP
-tqt20fix myapp.cpp
+qt20fix myapp.cpp
.SH "DESCRIPTION"
.LP
@@ -19,7 +19,7 @@ functions of classes inherited from Qt, you must qualify
these identifiers like this: Qt::red, Qt::LeftButton,
Qt::AlignRight, etc.
-The qt/bin/tqt20fix script helps to fix the code that
+The qt/bin/qt20fix script helps to fix the code that
needs adaption, though most code does not need changing.
Compiling with \-DQT1COMPATIBILITY will help you get going
diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/qvfb.1
index acf02e1..0ae800d 100644
--- a/doc/man/man1/qvfb.1
+++ b/doc/man/man1/qvfb.1
@@ -1,7 +1,7 @@
-.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." ""
+.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
-tqvfb \- Virtual framebuffer for Qt
+qvfb \- Virtual framebuffer for Qt
.SH "DESCRIPTION"
.LP
The virtual framebuffer allows Qt/Embedded programs to be
@@ -19,7 +19,7 @@ driver, e.g.:
You may prefer to set the QWS_DISPLAY environment
variable to be QVFb:0.
-tqvfb supports the following command line options:
+qvfb supports the following command line options:
\-width width: the width of the virtual framebuffer
(default: 240).
@@ -36,7 +36,7 @@ tqvfb supports the following command line options:
The virtual framebuffer emulates a framebuffer using a
shared memory region (the virtual frame buffer) and a
-utility to display the framebuffer in a window (tqvfb).
+utility to display the framebuffer in a window (qvfb).
The regions of the display that have changed are updated
periodically, so you will see discrete snapshots of the
framebuffer rather than each individual drawing
@@ -45,12 +45,12 @@ flickering may not be apparent until the program is run
using a real framebuffer.
The target refresh rate can be set via the "View|Refresh
-Rate" menu item. This will cause tqvfb to check for
+Rate" menu item. This will cause qvfb to check for
updated regions more quickly. The rate is a target only.
If little drawing is being done, the framebuffer will not
show any updates between drawing events. If an
application is displaying an animation the updates will
-be frequent, and the application and tqvfb will compete
+be frequent, and the application and qvfb will compete
for processor time.
Mouse and keyboard events are passed to the Qt/Embedded