Import initial

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2006-10-27 15:47:22 +00:00
commit 5cadf173c7
71 changed files with 4586 additions and 0 deletions

8
elements/contacteur.elmt Normal file
View File

@@ -0,0 +1,8 @@
<!-- orientation : 4 lettres = nord/sud/est/ouest avec d = default, y = yes et n = no -->
<definition type="element" nom="contacteur" width="15" height="70" hotspot_x="10" hotspot_y="5" orientation="dnny">
<ligne x1="-5" y1="19" x2="0" y2="40" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" style="normal" />
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</definition>

9
elements/del.elmt Normal file
View File

@@ -0,0 +1,9 @@
<definition type="element" nom="del" width="30" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<cercle x="-10" y="20" rayon="20" antialias="true" style="normal" />
<ligne x1="-7" y1="23" x2="7" y2="37" antialias="true" style="normal" />
<ligne x1="7" y1="23" x2="-7" y2="37" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" style="normal" />
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</definition>

6
elements/entree.elmt Normal file
View File

@@ -0,0 +1,6 @@
<definition type="element" nom="entree" width="20" height="40" hotspot_x="10" hotspot_y="15" orientation="dnny">
<!-- note : 7.5 a la place de 8 -->
<polygone x1="-8" y1="-13" x2="8" y2="-13" x3="0" y3="0" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="0" y2="13" antialias="false" style="normal" />
<borne orientation="s" x="0" y="15" />
</definition>