Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KQML(1) 		       kqml User's Manual			 KQML(1)

NAME
     kqml - QML Runtime with KLocalizedContext

SYNOPSIS
     kqml   [-v,   --version]	[-h,  --help]  [-d,  --domaindomain]  [files...]
	  [-- args...]

DESCRIPTION
     kqml is a QML runtime with initialized KLocalizedContext.

     Unlike the qml tool that comes with qt-declarative package,  kqml	initial-
     izes  KLocalizedContext  that  allows  testing  real-world applications and
     scratch files with i18n calls throughout their code and imported libraries.

OPTIONS
     -v, --version
	 Displays version information.

     -d, --domain domain
	 The main localization domain.

     -h, --help
	 Displays this help.

     files...
	 Any number of QML files can be loaded. They will share the same engine.

     args...
	 Arguments after '--' are ignored, but passed through  to  the	applica-
	 tion.arguments variable in QML.

SEE ALSO
     More  detailed  user  documentation  is available from help:/plasma-desktop
     (either   enter   this   URL   into   Konqueror,	or    run    khelpcenter
     help:/plasma-desktop).

AUTHORS
     kqml was written by ivan tkachenko <me@raitjas.tk>.

KDE Plasma Plasma 6.0		   2023-06-10				 KQML(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kqml&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help