mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-17 07:29:58 +01:00
Ajout des classes BorderProperties et BorderPropertiesWidget
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@371 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#ifndef QET_DIAGRAM_EDITOR_H
|
||||
#define QET_DIAGRAM_EDITOR_H
|
||||
#include <QtGui>
|
||||
#include "borderproperties.h"
|
||||
#include "insetproperties.h"
|
||||
class DiagramView;
|
||||
class ElementsPanelWidget;
|
||||
@@ -48,6 +49,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
QList<QString> editedFiles() const;
|
||||
DiagramView *viewForFile(const QString &) const;
|
||||
static InsetProperties defaultInsetProperties();
|
||||
static BorderProperties defaultBorderProperties();
|
||||
|
||||
protected:
|
||||
void actions();
|
||||
|
||||
Reference in New Issue
Block a user