From 98095beb82f000d888dfa15bada80376c48df837 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 21:15:11 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- dilos/core/tdebindings/debian/local/juic.1 | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dilos/core/tdebindings/debian/local/juic.1 (limited to 'dilos/core/tdebindings/debian/local/juic.1') diff --git a/dilos/core/tdebindings/debian/local/juic.1 b/dilos/core/tdebindings/debian/local/juic.1 new file mode 100644 index 000000000..9120f44d3 --- /dev/null +++ b/dilos/core/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 +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 +Tells juic to add the given package declaration to the generated java +class. +.TP +.B \-abstract +Tells juic whether or not to define slots as abstract. +.TP +.B \-images +Tells juic where to find the images used in the given ui file. +Default is "images". +.TP +.B \-os +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) -- cgit v1.2.1