KTextTemplate
The KTextTemplate Library
Introduction
KTextTemplate is a Free Software, Open Source Qt based library used for text processing.
The text template is modelled after the Django template system:
<ul>
{% for athlete in athlete_list %}
<li>{{ athlete.name }}{% if athlete.isCaptain %} (C){% endif %}</li>
{% endfor %}
</ul>
KTextTemplate is covered by the GNU Lesser General Public Licence version 2.1 or, at your option, any later version.
Community
The KTextTemplate project mailing list is kde-p[email protected] de.or g.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 20 2023 04:02:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 20 2023 04:02:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.