EXTRACTATTR(1) | General Commands Manual | EXTRACTATTR(1) |
extractattr - extract element attributes from UI and XML GUI files
extractattr --attr=name [ --attr=name ... ] [ --context=name ] file ...
extractattr --help
extractattr finds all of the given element attributes within the given files. It then writes the corresponding i18n() calls to standard output (usually redirected to rc.cpp) so that xgettext can parse them. Only the attributes specified by --attr will be extracted.
Both Qt designer (.ui) files and XML GUI (.rc) files are understood.
This utility is part of the KDE Software Development Kit.
extractattr --attr=Title,data --attr=Description,data,Stencils file.ui
This utility was written by Richard Evans <rich@ridas.com>
and others.
This manual page was prepared by Ben Burton <bab@debian.org> for the
Debian GNU/Linux system (but may be used by others).
March 20, 2005 |