mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-27 14:20:52 +01:00
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:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user