mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-20 17:29:59 +02:00
Added a combo box in the title block properties to choose the template that will render the title block.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1134 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -85,7 +85,6 @@ class Diagram : public QGraphicsScene {
|
||||
QDomDocument xml_document;
|
||||
QETProject *project_;
|
||||
bool read_only_;
|
||||
QString titleblock_template_name_;
|
||||
|
||||
// methodes
|
||||
protected:
|
||||
@@ -171,6 +170,7 @@ class Diagram : public QGraphicsScene {
|
||||
void diagramTextChanged(DiagramTextItem *, const QString &, const QString &);
|
||||
void titleBlockTemplateChanged(const QString &);
|
||||
void titleBlockTemplateRemoved(const QString &, const QString & = QString());
|
||||
void setTitleBlockTemplate(const QString &);
|
||||
|
||||
// fonctions relative a la selection sur le schema
|
||||
void selectAll();
|
||||
|
||||
Reference in New Issue
Block a user