mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 03:20:53 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user