The template editor does not enforce anymore the user to write the template name twice.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1138 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-12-28 07:05:31 +00:00
parent fc7905f8f0
commit 4846e4f185
2 changed files with 29 additions and 3 deletions

View File

@@ -45,10 +45,14 @@ class TemplateEditor : public QWidget {
private:
void build();
void updateProjectLabel();
QString getXmlString() const;
// attributes
private:
QLabel *parent_project_label_;
QLabel *static_xml_1_;
QLabel *static_xml_2_;
QLabel *static_xml_3_;
QLineEdit *template_name_edit_;
QTextEdit *template_xml_edit_;
QPushButton *validate_button_;