mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-19 16:29:59 +02:00
-add class for store Xref properties
-add widget for edit it -make link betwen QET -> QETproject -> Diagram, for transmit the xrefproperties -xrefpropertie can save/load to xml and setting. -XRefItem don't use the properties yet git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2983 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include "conductorproperties.h"
|
||||
#include "titleblockproperties.h"
|
||||
#include "exportproperties.h"
|
||||
#include "properties/xrefproperties.h"
|
||||
|
||||
class QETProject;
|
||||
class QETResult;
|
||||
class ProjectView;
|
||||
@@ -62,7 +64,8 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
static ConductorProperties defaultConductorProperties();
|
||||
static ExportProperties defaultExportProperties();
|
||||
static ExportProperties defaultPrintProperties();
|
||||
static QString defaultReportProperties();
|
||||
static QString defaultReportProperties();
|
||||
static XRefProperties defaultXRefProperties();
|
||||
|
||||
protected:
|
||||
void actions();
|
||||
|
||||
Reference in New Issue
Block a user