Grantlee 5.3.0
The Grantlee Libraries

Overview

Grantlee is a Free Software, Open Source set of Qt based libraries 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>

Grantlee is covered by the GNU Lesser General Public Licence version 2.1 or, at your option, any later version.

Grantlee Templates
Application APIPlugin APIGuides
  • AbstractLocalizer
  • AbstractTemplateLoader
  • CachingLoaderDecorator
  • Context
  • Engine
  • FileSystemTemplateLoader
  • InMemoryTemplateLoader
  • OutputStream
  • QtLocalizer
  • Template
  • AbstractNodeFactory
  • Exception
  • Filter
  • FilterExpression
  • Node
  • NodeList
  • Parser
  • RenderContext
  • SafeString
  • TagLibraryInterface
  • Variable
Grantlee TextDocument
  • AbstractMarkupBuilder
  • MarkupDirector
  • TextHTMLBuilder
  • PlainTextMarkupBuilder


dot_moduledeps.png
Dependency Graph for Grantlee

Community

The Grantlee project mailing list is kde-p.nosp@m.im@k.nosp@m.de.or.nosp@m.g, and the IRC channel is #grantlee on freenode.

The source repository is located at https://github.com/steveire/grantlee