18#ifndef TITLEBLOCK_SLASH_LOCATION_SAVER_H
19#define TITLEBLOCK_SLASH_LOCATION_SAVER_H
22class TitleBlockTemplateCollection;
41 QString
name()
const override;
Definition templatelocationchooser.h:28
Definition templatelocation.h:29
Definition templatelocationsaver.h:30
void init()
Definition templatelocationsaver.cpp:80
QString name() const override
Definition templatelocationsaver.cpp:50
void setLocation(const TitleBlockTemplateLocation &) override
Definition templatelocationsaver.cpp:60
QLineEdit * new_name_
New template name textfield.
Definition templatelocationsaver.h:54
virtual void updateNewName()
Definition templatelocationsaver.cpp:107
void updateTemplates() override
Definition templatelocationsaver.cpp:91
TitleBlockTemplateLocationSaver(const TitleBlockTemplateLocationSaver &)
~TitleBlockTemplateLocationSaver() override
Definition templatelocationsaver.cpp:43