static-template-load-tab.cpp revision e885403f0516233ae40b66b3b0c23f6a81b80ff8
#include "static-template-load-tab.h"
#include <gtkmm/alignment.h>
#include <iostream>
namespace Inkscape {
namespace UI {
: TemplateLoadTab()
, _more_info_button("More info")
, _preview_image("preview.png")
, _short_description_label("Short description - I like trains. ad asda asd asdweqe gdfg")
, _template_name_label("Template_name")
, _template_author_label("by template_author")
{
_loading_path = "/static";
_initLists();
}
void StaticTemplateLoadTab::createTemplate()
{
}
else
path = "";
}
{
}
}
}