manuskript/test_project/perso.xml
Olivier Keshavjee 11d49f2ef0 Switch to Qt5
2015-06-03 18:40:19 +02:00

40 lines
942 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<model>
<header>
<vertical>
<label row="0" text="1"/>
</vertical>
<horizontal>
<label row="0" text="name"/>
<label row="1" text="ID"/>
<label row="2" text="importance"/>
<label row="3" text="motivation"/>
<label row="4" text="goal"/>
<label row="5" text="conflict"/>
<label row="6" text="epiphany"/>
<label row="7" text="summarySentance"/>
<label row="8" text="summaryPara"/>
<label row="9" text="summaryFull"/>
<label row="10" text="notes"/>
</horizontal>
</header>
<data>
<row row="0">
<col col="0">Albert</col>
<col col="1">0</col>
<col col="2">2</col>
<col col="3"/>
<col col="4"/>
<col col="5"/>
<col col="6"/>
<col col="7"/>
<col col="8"/>
<col col="9"/>
<col col="10">Quelques notes
Pour voir.</col>
</row>
</data>
</model>