diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 15:30:19 +0100 |
commit | 3d2560c0381e2b922085371e21ec9308b3d61973 (patch) | |
tree | 4d81e72fbf9d7c2fd8d5af24a4f4837eb454f5c5 /dilos/tdebindings/debian/local/juic.1 | |
parent | 9e3b93f70c85ddc132e48625af44284ddc852205 (diff) | |
download | tde-packaging-3d2560c0381e2b922085371e21ec9308b3d61973.tar.gz tde-packaging-3d2560c0381e2b922085371e21ec9308b3d61973.zip |
DilOS: tdebindings build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit b2bacd0eba07012edb3e69d6793826db1451aebf)
Diffstat (limited to 'dilos/tdebindings/debian/local/juic.1')
-rw-r--r-- | dilos/tdebindings/debian/local/juic.1 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dilos/tdebindings/debian/local/juic.1 b/dilos/tdebindings/debian/local/juic.1 new file mode 100644 index 000000000..9120f44d3 --- /dev/null +++ b/dilos/tdebindings/debian/local/juic.1 @@ -0,0 +1,39 @@ +.TH JUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Java UI Compiler Manual" +.SH NAME +juic \- The Qt Java UI Compiler +.SH SYNOPSIS +.B juic +[options] uifile +.SH DESCRIPTION +Juic is the Qt Java UI Compiler. It generates Java\*(tm code from a +XML UI Description file. This XML UI Description file can be +generated by Qt Designer, Qt's graphical UI designer. Juic is the +Java\*(tm equivalent for the C++ uic program. + +Juic generates Java code for the Qt UI Description File passed to it, +and outputs it on standard output. +.SH OPTIONS +.TP +.B \-proc <xsltproc|xalan|saxon> +Tells juic which xslt processor to use internally. Possible values +are "xsltproc", "xalan", "saxon". The processor you specify must be +available in the PATH or juic will give an error. The default is to +use xsltproc if it's available, and use saxon otherwise. +.TP +.B \-package <the.package.for.the.class> +Tells juic to add the given package declaration to the generated java +class. +.TP +.B \-abstract <true|false> +Tells juic whether or not to define slots as abstract. +.TP +.B \-images <dir> +Tells juic where to find the images used in the given ui file. +Default is "images". +.TP +.B \-os <unix|msdos|mac> +Tells juic what newline style to use in the generated java file. Possible values are "unix", "msdos" and "mac", for UNIX, DOS and MacOS style newlines respectively. +.SH AUTHOR +Marco Ladermann +.SH SEE ALSO +uic(1) |