Warning, /pim/grantleetheme/README.md is written in an unsupported language. File is not indexed.

0001 # GrantleeTheme #
0002 
0003 GrantleeTheme library provides a class for loading theme packages containing
0004 set of templates.
0005 
0006 ## Template syntax ##
0007 
0008 The library provides a KDE-specific Grantlee plugins that introduce
0009 new tags into the Grantlee theme syntax:
0010 
0011 * [Icons](@ref plugins_icon)
0012 
0013 ## Localization ##
0014 
0015 The library provides GrantleeKI18nLocalizer, a Grantlee::AbstractLocalizer
0016 subclass that integrates with Ki18n (the KDE localization framework) instead
0017 of the Qt localization system.
0018 
0019 ## Qt Resource System support ##
0020 
0021 Grantlee only supports loading templates from files on disk currently.
0022 The GrantleeTheme library provides QtResourceTemplateLoader, which
0023 allows loading Grantlee templates from the Qt Resource System.