13 #ifndef MAGICSMOKE_TEMPLATEDLG_H
14 #define MAGICSMOKE_TEMPLATEDLG_H
23 class QStandardItemModel;
40 QList<MTemplate>templst;
54 void changeDescr(QStandardItem*);
62 QStandardItemModel*model;
this class wraps a single template
Definition: templates.h:25
gives the user a choice of template variants; used by MTemplateStore only!
Definition: templatedlg.h:28
MTemplate choice() const
returns the choice made by the user
Definition: templatedlg.cpp:54
lets the user add and remove templates and variants to/from the database; used by MWebRequest! ...
Definition: templatedlg.h:44
this class implements the storage end of the template subsystem, its only instance exists in the webr...
Definition: templates.h:149
MTemplateChoice(const QList< MTemplate > &)
Definition: templatedlg.cpp:31
MTemplateEditor(MTemplateStore *)
Definition: templatedlg.cpp:72