| Constructor | Description | 
|---|---|
| TemplateList() | The default TemplateList constructor. Doesn't do anything. | 
| TemplateList(const QList<Template> &templates) | Initialize the TemplateList with a list of templates. The given list is appended | 
| TemplateList(const QList<File> &files) | Initialize the TemplateList with a list of Files. Each File is treated like a template and appended. |