.TH QS_EVAL 1 "March 2009" "Qt Script" "A simple Qt Script interpreter" .SH NAME qs_eval \- A simple Qt Script interpreter / launcher .SH SYNOPSIS qs_eval [options] [FILE] [FILE ..] .SH DESCRIPTION qs_eval is a simple script interpreter / launcher that imports all the bindings. You can use it to run the examples found in @PREFIX@/share/doc/qtscriptgenerator/examples, e.g. with the examples directory being the working directory. If no script files are specified, qs_eval will enter interactive mode. .SS Arguments: FILE Qt Script file to run .SS .SS Options: .TP .B \-tty Assume the script is a console application (QApplication::Tty) .SH AUTHORS .P Trolltech ASA .P Manual page was written by Modestas Vainius for Debian GNU/Linux distribution.