mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-23 10:19:58 +01:00
Introduced project-wide properties, i.e. key/value pairs defined at the project scope available in all child diagrams.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1892 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -7,6 +7,7 @@ class QETProject;
|
||||
class BorderPropertiesWidget;
|
||||
class TitleBlockPropertiesWidget;
|
||||
class ConductorPropertiesWidget;
|
||||
class DiagramContextWidget;
|
||||
|
||||
/**
|
||||
This class, derived from ConfigPage, aims at providing the basic skeleton
|
||||
@@ -88,6 +89,8 @@ class ProjectMainConfigPage : public ProjectConfigPage {
|
||||
protected:
|
||||
QLabel *title_label_;
|
||||
QLineEdit *title_value_;
|
||||
QLabel *project_variables_label_;
|
||||
DiagramContextWidget *project_variables_;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user