mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
When editing a diagram, it is now possible to edit and/or duplicate a title block template from the title block properties dialog.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1479 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#ifndef PROJECT_VIEW_H
|
||||
#define PROJECT_VIEW_H
|
||||
#include <QtGui>
|
||||
#include "templatelocation.h"
|
||||
class QETProject;
|
||||
class DiagramView;
|
||||
class Diagram;
|
||||
@@ -67,6 +68,7 @@ class ProjectView : public QWidget {
|
||||
void updateWindowTitle();
|
||||
void updateTabTitle(DiagramView *, const QString &);
|
||||
void tabMoved(int, int);
|
||||
void editTitleBlockTemplateRequired(const QString &, bool);
|
||||
|
||||
signals:
|
||||
void diagramAdded(DiagramView *);
|
||||
@@ -75,9 +77,10 @@ class ProjectView : public QWidget {
|
||||
void diagramActivated(DiagramView *);
|
||||
void diagramOrderChanged(ProjectView *, int, int);
|
||||
void projectClosed(ProjectView *);
|
||||
// Pour relayer les signaux
|
||||
// relayed signals
|
||||
void findElementRequired(const ElementsLocation &);
|
||||
void editElementRequired(const ElementsLocation &);
|
||||
void editTitleBlockTemplate(const TitleBlockTemplateLocation &, bool);
|
||||
|
||||
private:
|
||||
void loadDiagrams();
|
||||
|
||||
Reference in New Issue
Block a user