Add project

Simon De Backer
2020-08-08 19:25:32 +02:00
parent 94c34f278c
commit 254242b84c
3 changed files with 24 additions and 1 deletions

@@ -8,6 +8,8 @@ explaining the file `*.elmt` and then `*.qet`
and this for developers.
## [elements XML structure](elements_XML)
Note: the elements file contains 1 element. (this may change in the future)
## [project XML structure](project_XML)
## [contributor to wiki](contributor_to_wiki_guidelines)

@@ -9,5 +9,5 @@
* [description](elements_child_description)
* [kindInformations](elements_child_kindInformations)
* [elementInformations](elements_child_elementInformations)
* [XML-diagram](diagram_XML)
* [XML-project](project_XML)
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)

21
data_files/project_XML.md Normal file

@@ -0,0 +1,21 @@
# The XML structure used to describe the project in QElectroTech 0.8
Or the XML project creator guide. This page aims to describe the XML structure used to store the diagram and the elements used in QElectroTech. It is aimed at QET developers but also at non-developers.
## project
**is a root element**
Example:
`<project version="0.80" title="my_title">`
### attribute
* version : QET::version
* title :
### child elements
* [properties](project_child_properties)
* [newdiagrams](project_child_newdiagrams)
* [diagram](project_child_diagram)
* [collection](project_child_collection)