1PS(1) qwordtrans/kwordtrans PS(1)
2
3
4
5NOMBRE
6 qwordtrans/kwordtrans - Multi Language Word Translator
7
8SYNOPSIS
9
10 qwordtrans [--help] [--conf dir] [--nogui] [Qt-options]
11
12 kwordtrans [--help] [--conf dir] [--nogui] [Qt-options] [KDE-options]
13
14
15COMMAND-LINE OPTIONS
16
17 Wordtrans options:
18
19 --help
20 Shows a helping message.
21
22 --conf dir
23 Directory with the configuration files. This is used in the web
24 interface to read the configuration files from the directory
25 /etc/wordtrans, so wordtrans can be executed as the user nobody.
26
27 --nogui
28 Behaves like the console application "wordtrans".
29 Example: 'qwordtrans --nogui -d i2e car' is the same as
30 'wordtrans -d i2e car'
31
32
33 Qt-options. All Qt programs support the following parameters (from
34 qt-doc):
35
36 -style= style
37 sets the application GUI style. Possible values are motif,
38 windows, and platinum.
39
40
41 -session= session
42 restores the application from an earlier session.
43
44
45 -display display
46 sets the X display (default is $DISPLAY).
47
48
49 -geometry geometry
50 sets the client geometry of the main widget.
51
52
53 -fn or -font font
54 defines the application font.
55
56
57 -bg or -background color
58 sets the default background color and an application palette
59 (light and dark shades are calculated).
60
61
62 -fg or -foreground color
63 sets the default foreground color.
64
65
66 -btn or -button color
67 sets the default button color.
68
69 -name name
70 sets the application name.
71
72
73 -title title
74 sets the application title (caption).
75
76
77 -visual TrueColor
78 forces the application to use a TrueColor visual on an 8-bit
79 display.
80
81
82 -ncols count
83 limits the number of colors allocated in the color cube on a
84 8-bit display, if the application is using the
85 QApplication::ManyColor color specification. If count is 216
86 then a 6x6x6 color cube is used (ie. 6 levels of red, 6 of
87 green, and 6 of blue); for other values, a cube approximately
88 proportional to a 2x3x1 cube is used.
89
90
91 -cmap
92 causes the application to install a private color map on an
93 8-bit display.
94
95
96
97 KDE-options:
98
99
100 --help-qt
101 Show Qt specific options.
102
103
104 --help-kde
105 Show KDE specific options.
106
107
108 --help-all
109 Show all options.
110
111
112 --author
113 Show author information.
114
115
116 -v, --version
117 Show version information.
118
119
120 --license
121 Show license information.
122
123
124AUTHOR
125
126 Multi Language Word Translator Copyright (C) 2000 Ricardo Villalba
127 <rvm@escomposlinux.org>, under the GPL license.
128 You can download new releases of wordtrans from
129 http://wordtrans.sourceforge.net/
130
131
132
133
134qwordtrans/kwordtrans August 30, 2001 PS(1)