mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
QET is open without diagram, and tool bar are disabled.
Default properties is now a static method of the propertie class himself git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3400 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "qeticons.h"
|
||||
#include "qetmessagebox.h"
|
||||
#include "exportpropertieswidget.h"
|
||||
#include "qetdiagrameditor.h"
|
||||
#include "createdxf.h"
|
||||
#include "conductorsegment.h"
|
||||
#include "qetgraphicsitem/conductor.h"
|
||||
@@ -48,7 +47,7 @@ ExportDialog::ExportDialog(QETProject *project, QWidget *parent) : QDialog(paren
|
||||
project_ = project;
|
||||
|
||||
// recupere les parametres d'export definis dans la configuration de l'application
|
||||
ExportProperties default_export_properties = QETDiagramEditor::defaultExportProperties();
|
||||
ExportProperties default_export_properties = ExportProperties::defaultExportProperties();
|
||||
|
||||
// on utilise le repertoire du projet a exporter si possible
|
||||
if (!project_ -> filePath().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user