mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: implement QPlainTextEdit in TemplateEdit
This is the main area to edit the templates inside Subsurface. Whenever the user edits a template the edited template is saved in custom.html and custom.html is considered the selected printing template. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
c44496e23d
commit
cc53dc7acf
3 changed files with 23 additions and 0 deletions
|
@ -110,4 +110,5 @@ void PrintOptions::on_editButton_clicked()
|
|||
{
|
||||
TemplateEdit te(this, printOptions, templateOptions);
|
||||
te.exec();
|
||||
setup();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue