mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-05 22:09:58 +01:00
Classes "Schema" et "SchemaVue" renommees en "Diagram" et "DiagramView"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@44 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef EXPORTDIALOG_H
|
||||
#define EXPORTDIALOG_H
|
||||
#include <QtGui>
|
||||
#include "schema.h"
|
||||
#include "diagram.h"
|
||||
/**
|
||||
Cette classe represente le dialogue permettant d'exporter un schema
|
||||
sous forme d'image selon les desirs de l'utilisateur
|
||||
@@ -9,7 +9,7 @@
|
||||
class ExportDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
ExportDialog(Schema &, QWidget * = 0);
|
||||
ExportDialog(Diagram &, QWidget * = 0);
|
||||
|
||||
private:
|
||||
// elements graphiques
|
||||
@@ -28,7 +28,7 @@
|
||||
bool dontchangeheight;
|
||||
|
||||
// elements relatifs au traitement effectue par le dialogue
|
||||
Schema *diagram;
|
||||
Diagram *diagram;
|
||||
QSize diagram_size;
|
||||
QString diagram_path;
|
||||
qreal diagram_ratio;
|
||||
|
||||
Reference in New Issue
Block a user