Factorisation de code : ajout de la classe InsetPropertiesWidget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@218 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-12-01 10:29:03 +00:00
parent e0a2d02ab1
commit 17d47a34c3
10 changed files with 290 additions and 155 deletions

View File

@@ -1,6 +1,7 @@
#ifndef QET_DIAGRAM_EDITOR_H
#define QET_DIAGRAM_EDITOR_H
#include <QtGui>
#include "insetproperties.h"
class DiagramView;
class ElementsPanelWidget;
/**
@@ -25,6 +26,7 @@ class QETDiagramEditor : public QMainWindow {
public:
void closeEvent(QCloseEvent *);
void addDiagramView(DiagramView *);
static InsetProperties defaultInsetProperties();
protected:
void actions();