summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/kdebindings/debian/local/juic.1
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturke@gmail.com>2011-11-13 19:27:09 -0500
committerCalvin Morrison <mutantturke@gmail.com>2011-11-13 19:27:09 -0500
commitb04ad86203e19f0e89e971fefc3f40b380cbe7b2 (patch)
tree639782b440de136501ae6ee50d8d54450765346f /ubuntu/maverick/kdebindings/debian/local/juic.1
parent7123ebd91f9851d8a0479d043508ec5885e24f91 (diff)
parent70daaabb4fd5f3b559f5ef489377c9fe93a47f0d (diff)
downloadtde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.tar.gz
tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/kdebindings/debian/local/juic.1')
-rw-r--r--ubuntu/maverick/kdebindings/debian/local/juic.139
1 files changed, 0 insertions, 39 deletions
diff --git a/ubuntu/maverick/kdebindings/debian/local/juic.1 b/ubuntu/maverick/kdebindings/debian/local/juic.1
deleted file mode 100644
index 08aba74f8..000000000
--- a/ubuntu/maverick/kdebindings/debian/local/juic.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH JUIC 1 "Apr 2004" "K 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)