<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — QElectroTech Element Updater]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=1900</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=1900&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in QElectroTech Element Updater.]]></description>
		<lastBuildDate>Mon, 11 Jan 2021 21:45:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14125#p14125</link>
			<description><![CDATA[<p> remove Zvalue for dynamic_text and Others?<br />the element (is the parent) has the Zvalue in the project, and that (Zvalue) does not belong is the lib(element).</p><p>Another note, I am still working on it but are there any sources of information? (of the file structure)</p><p>see<br /><a href="https://github.com/De-Backer/QElectroTech_Element_Updater/commits/master">https://github.com/De-Backer/QElectroTe … its/master</a><br />the tests are used,i saw a bug in the x y was an int and had to be double.<br />so first I made a test (which stated that x y is int and had to be double)<br />run test=&gt; test stated that x y is int and must be double =&gt; ok works<br />then the code fixed and the test running =&gt;ok </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Mon, 11 Jan 2021 21:45:57 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14125#p14125</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14123#p14123</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>De-Backer wrote:</cite><blockquote><p>I am now on &lt;input&gt; (see Element texts item) editing to dynamic_text<br />but I don&#039;t seem to find the Z value in QET code</p></blockquote></div><p>Because they doesn&#039;t exist. The Z value was added very late in QElectroTech (in the 0.7 if I remember well) and in the case of the text,<br />the text is a child of an element and the Qt doc say :<br /></p><div class="quotebox"><blockquote><p>An item&#039;s children are stacked on top of the parent, and sibling items are stacked by insertion order (i.e., in the same order that they were either added to the scene, or added to the same parent). If you add item A, and then B, then B will be on top of A. If you then add C, the items&#039; stacking order will be A, then B, then C.</p></blockquote></div><p>So for the text we not need to set the Zvalue, because the text will always follow the zvalue of the parent element and it&#039;s what we need for element text. </p>]]></description>
			<author><![CDATA[null@example.com (Joshua)]]></author>
			<pubDate>Mon, 11 Jan 2021 17:04:28 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14123#p14123</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14110#p14110</link>
			<description><![CDATA[<p> <a href="https://github.com/qelectrotech/qelectrotech-source-mirror/compare/master...De-Backer:test_Element_Updater">https://github.com/qelectrotech/qelectr … nt_Updater</a> </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Sun, 10 Jan 2021 13:27:21 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14110#p14110</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14109#p14109</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>De-Backer wrote:</cite><blockquote><p>I am now on &lt;input&gt; (see Element texts item) editing to dynamic_text<br />but I don&#039;t seem to find the Z value in QET code<br />qet/sources/qetgraphicsitem/element.cpp line 851<br /></p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dynamic_text</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;3&quot;</span> <span style="color: #000066;">z</span>=<span style="color: #ff0000;">&quot;1&quot;</span></span></pre></div><p>can you give me a hint?</p></blockquote></div><p>is he stacking order<br /></p><div class="quotebox"><blockquote><p>qreal QGraphicsItem::zValue() const<br />Returns the Z-value of the item. The Z-value affects the stacking order of sibling (neighboring) items.</p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Sun, 10 Jan 2021 10:54:40 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14109#p14109</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14099#p14099</link>
			<description><![CDATA[<p> I am now on &lt;input&gt; (see Element texts item) editing to dynamic_text<br />but I don&#039;t seem to find the Z value in QET code<br />qet/sources/qetgraphicsitem/element.cpp line 851<br /></p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dynamic_text</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;3&quot;</span> <span style="color: #000066;">z</span>=<span style="color: #ff0000;">&quot;1&quot;</span></span></pre></div><p>can you give me a hint? </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Thu, 07 Jan 2021 19:45:47 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14099#p14099</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14091#p14091</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Joshua wrote:</cite><blockquote><p>But Qt changed the way how work the dom xml writer, and the attributes was never write in the same order.</p></blockquote></div><p>yes i know that from librepcb.</p><br /><p>well, i just need to write unit tests but for the rest I am far done. </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Wed, 06 Jan 2021 21:42:44 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14091#p14091</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14084#p14084</link>
			<description><![CDATA[<p> Great <img src="https://qelectrotech.org/forum/img/smilies/nomicons/smile.png" width="20" alt="nomicons/smile" /><br /></p><div class="quotebox"><cite>De-Backer wrote:</cite><blockquote><p>all Attribute&nbsp; are now sorted</p></blockquote></div><p>By the past the attribute was sorted in qet. It was used to check if an element was changed or not by checking the string of the xml.<br />But Qt changed the way how work the dom xml writer, and the attributes was never write in the same order.<br />So from this change, we can&#039;t check if element was changed or not even if attributes wasn&#039;t changed.<br />This is why we have an &#039;element definition&#039; uuid. Uuid is much much better for qet (not for git diff).</p><br /><p>When you think you&#039;ve finished your work, I&#039;ve some ideas to test (if you want to code it of course). </p>]]></description>
			<author><![CDATA[null@example.com (Joshua)]]></author>
			<pubDate>Wed, 06 Jan 2021 17:58:07 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14084#p14084</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14075#p14075</link>
			<description><![CDATA[<p> all Attribute&nbsp; are now sorted this is useful for git diff<br />the unnecessary Attribute have been removed<br />terminal uuid ok</p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;definition</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;70&quot;</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.3&quot;</span> <span style="color: #000066;">hotspot_x</span>=<span style="color: #ff0000;">&quot;49&quot;</span> <span style="color: #000066;">hotspot_y</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;element&quot;</span> <span style="color: #000066;">ic</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">orientation</span>=<span style="color: #ff0000;">&quot;dyyy&quot;</span></span><br /><span style="color: #009900;"><span style="color: #000066;">link_type</span>=<span style="color: #ff0000;">&quot;previous_report&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;uuid</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{F549BEFB-F0CF-44ED-A948-F6F796BFB421}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span><span style="color: #000000; font-weight: bold;">&lt;names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;ru&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Предыдущая страница<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;ar&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>الصفحة السابقة<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;de&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Vorherige Folie<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;el&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Προηγούμενη σελίδα<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Coming arrow<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;it&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Foglio precedente<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;fr&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Folio précédent<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;pl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Wejście adresowe<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;es&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>folio anterior<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;cs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Předchozí list<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;nl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Referentie Vorig<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Author: The QElectroTech team<br />License: see http://qelectrotech.org/wiki/doc/elements_license<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:black;color:black&quot;</span> <span style="color: #000066;">closed</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;-4&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;-4&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;line</span> <span style="color: #000066;">length1</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">length2</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">end1</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">end2</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;12&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;input</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-44&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">size</span>=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #000066;">rotate</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">text</span>=<span style="color: #ff0000;">&quot;/&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;terminal</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;13&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">nameHidden</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">number</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">orientation</span>=<span style="color: #ff0000;">&quot;e&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><br /><span style="color: #808080; font-style: italic;">&lt;!--note: this is still in the testing phase!--&gt;</span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;definition</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">hotspot_x</span>=<span style="color: #ff0000;">&quot;49&quot;</span> <span style="color: #000066;">hotspot_y</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000066;">link_type</span>=<span style="color: #ff0000;">&quot;previous_report&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;element&quot;</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.80&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;70&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;uuid</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{f549befb-f0cf-44ed-a948-f6f796bfb421}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;ar&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>الصفحة السابقة<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;cs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Předchozí list<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;de&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Vorherige Folie<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;el&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Προηγούμενη σελίδα<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Coming arrow<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;es&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>folio anterior<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;fr&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Folio précédent<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;it&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Foglio precedente<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;nl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Referentie Vorig<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;pl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Wejście adresowe<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;ru&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Предыдущая страница<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformations</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformations</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Author: The QElectroTech team<br />License: see http://qelectrotech.org/wiki/doc/elements_license<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--line--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;line</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">end1</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">end2</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">length1</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">length2</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;12&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--rect--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--circle--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--ellipse--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--polygon--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:black;color:black&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;-4&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;-4&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--arc--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--dynamic_text--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--terminal--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;terminal</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">orientation</span>=<span style="color: #ff0000;">&quot;e&quot;</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{12456c15-b18f-441f-a087-c10e0c9bac66}&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;13&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #808080; font-style: italic;">&lt;!--note: this is still in the testing phase!--&gt;</span></pre></div><p>some feedbacks would be appreciated<br />i seem to be missing the uptodate doc. </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Tue, 05 Jan 2021 21:26:48 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14075#p14075</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14072#p14072</link>
			<description><![CDATA[<p> from:<br /></p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;definition</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;130&quot;</span> <span style="color: #000066;">hotspot_y</span>=<span style="color: #ff0000;">&quot;76&quot;</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.80&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;element&quot;</span> <span style="color: #000066;">hotspot_x</span>=<span style="color: #ff0000;">&quot;65&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;170&quot;</span> <span style="color: #000066;">link_type</span>=<span style="color: #ff0000;">&quot;master&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;uuid</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{3429b359-dffd-4205-b4f5-5122286dfabc}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;nl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>test_element_norm<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;type&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>coil<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/kindInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/kindInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;manufacturer_reference&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;description&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;supplier&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;machine_manufacturer_reference&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;comment&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;plant&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;quantity&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;unity&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;manufacturer&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;designation&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;label&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>etiket<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/elementInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>info auteur<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;line</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">end2</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">end1</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">length2</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">length1</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rect</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;70&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">rx</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-30&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">ry</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;circle</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">diameter</span>=<span style="color: #ff0000;">&quot;40&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-10&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-60&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">y6</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">x5</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y5</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x6</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-25&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">closed</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;60&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;text</span> <span style="color: #000066;">color</span>=<span style="color: #ff0000;">&quot;#000000&quot;</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;85&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-45&quot;</span> <span style="color: #000066;">text</span>=<span style="color: #ff0000;">&quot;T&quot;</span> <span style="color: #000066;">font</span>=<span style="color: #ff0000;">&quot;Sans Serif,9,-1,5,50,0,0,0,0,0&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arc</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;65&quot;</span> <span style="color: #000066;">start</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000066;">angle</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;75&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-15&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dynamic_text</span> <span style="color: #000066;">z</span>=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">Valignment</span>=<span style="color: #ff0000;">&quot;AlignTop&quot;</span> <span style="color: #000066;">text_from</span>=<span style="color: #ff0000;">&quot;ElementInfo&quot;</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{655686e9-d968-4a16-91a1-80252e014460}&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-80&quot;</span> <span style="color: #000066;">frame</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-20&quot;</span> <span style="color: #000066;">Halignment</span>=<span style="color: #ff0000;">&quot;AlignLeft&quot;</span> <span style="color: #000066;">font</span>=<span style="color: #ff0000;">&quot;Sans Serif,9,-1,5,0,0,0,0,0,0,normal&quot;</span> <span style="color: #000066;">text_width</span>=<span style="color: #ff0000;">&quot;-1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;text<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>etiket<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/text<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;info_name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>label<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/info_name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dynamic_text<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;terminal</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{9ac8e678-fd84-4a77-b3bd-3d8e1dc426fe}&quot;</span> <span style="color: #000066;">orientation</span>=<span style="color: #ff0000;">&quot;n&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-70&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;term&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-55&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div><p>convertelement:</p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;definition</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;170&quot;</span> <span style="color: #000066;">hotspot_x</span>=<span style="color: #ff0000;">&quot;65&quot;</span> <span style="color: #000066;">hotspot_y</span>=<span style="color: #ff0000;">&quot;76&quot;</span> <span style="color: #000066;">link_type</span>=<span style="color: #ff0000;">&quot;master&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;element&quot;</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.80&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;130&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;uuid</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{3429b359-dffd-4205-b4f5-5122286dfabc}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;nl&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>test_element_norm<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/names<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;type&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>coil<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/kindInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/kindInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;comment&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;description&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;designation&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;label&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>etiket<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;machine_manufacturer_reference&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;manufacturer&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;manufacturer_reference&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;plant&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;quantity&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;supplier&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformation</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;unity&quot;</span> <span style="color: #000066;">show</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/elementInformation<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/elementInformations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>info auteur<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--line--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;line</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">end1</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">end2</span>=<span style="color: #ff0000;">&quot;none&quot;</span> <span style="color: #000066;">length1</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">length2</span>=<span style="color: #ff0000;">&quot;1.5&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;-40&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--rect--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rect</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;70&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-40&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-30&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--circle--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;circle</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">diameter</span>=<span style="color: #ff0000;">&quot;40&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-60&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--ellipse--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--polygon--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">closed</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x5</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">x6</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y5</span>=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">y6</span>=<span style="color: #ff0000;">&quot;10&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;polygon</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">closed</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">x1</span>=<span style="color: #ff0000;">&quot;-25&quot;</span> <span style="color: #000066;">x2</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">x3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">x4</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">y1</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">y2</span>=<span style="color: #ff0000;">&quot;50&quot;</span> <span style="color: #000066;">y3</span>=<span style="color: #ff0000;">&quot;60&quot;</span> <span style="color: #000066;">y4</span>=<span style="color: #ff0000;">&quot;60&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--arc--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arc</span> <span style="color: #000066;">angle</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000066;">antialias</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">start</span>=<span style="color: #ff0000;">&quot;90&quot;</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;line-style:normal;line-weight:normal;filling:none;color:black&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;65&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-15&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;75&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--dynamic_text--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dynamic_text</span> <span style="color: #000066;">Halignment</span>=<span style="color: #ff0000;">&quot;AlignLeft&quot;</span> <span style="color: #000066;">Valignment</span>=<span style="color: #ff0000;">&quot;AlignTop&quot;</span> <span style="color: #000066;">font</span>=<span style="color: #ff0000;">&quot;Sans Serif,9,-1,5,0,0,0,0,0,0,normal&quot;</span> <span style="color: #000066;">frame</span>=<span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #000066;">info_name</span>=<span style="color: #ff0000;">&quot;label&quot;</span> <span style="color: #000066;">rotation</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">text</span>=<span style="color: #ff0000;">&quot;etiket&quot;</span> <span style="color: #000066;">text_from</span>=<span style="color: #ff0000;">&quot;ElementInfo&quot;</span> <span style="color: #000066;">text_width</span>=<span style="color: #ff0000;">&quot;-1&quot;</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{655686e9-d968-4a16-91a1-80252e014460}&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-20&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-80&quot;</span> <span style="color: #000066;">z</span>=<span style="color: #ff0000;">&quot;8&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--terminal--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;terminal</span> <span style="color: #000066;">nameHidden</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">number</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">orientation</span>=<span style="color: #ff0000;">&quot;n&quot;</span> <span style="color: #000066;">terminalname</span>=<span style="color: #ff0000;">&quot;term&quot;</span> <span style="color: #000066;">x</span>=<span style="color: #ff0000;">&quot;-55&quot;</span> <span style="color: #000066;">y</span>=<span style="color: #ff0000;">&quot;-70&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div><p>ok it still contains errors, but i&#039;m making progress.</p><p> &lt;terminal uuid=&quot;{9ac8e678-fd84-4a77-b3bd-3d8e1dc426fe}&quot; orientation=&quot;n&quot; y=&quot;-70&quot; name=&quot;term&quot; x=&quot;-55&quot;/&gt;<br />&lt;terminal nameHidden=&quot;&quot; number=&quot;0&quot; orientation=&quot;n&quot; terminalname=&quot;term&quot; x=&quot;-55&quot; y=&quot;-70&quot;/&gt; </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Mon, 04 Jan 2021 22:22:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14072#p14072</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14066#p14066</link>
			<description><![CDATA[<p> test file<br /></p><div class="codebox"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;uuid</span> <span style="color: #000066;">uuid</span>=<span style="color: #ff0000;">&quot;{00000000-0000-0000-0000-000000000000}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;names</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;kindInformations</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;elementInformations</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;informations<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/informations<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--line--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--rect--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--circle--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--ellipse--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--polygon--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--arc--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--dynamic_text--&gt;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">&lt;!--terminal--&gt;</span><br />&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br /><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/definition<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Sun, 03 Jan 2021 21:08:40 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14066#p14066</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14064#p14064</link>
			<description><![CDATA[<p> QT had me good with my *#$%*<br />I tried to create and Element Class, lots of error message<br />now it appears that Element already exists for QT:<br /><a href="https://doc.qt.io/qt-5/qpainterpath-element.html">https://doc.qt.io/qt-5/qpainterpath-element.html</a><br />I will have to rename Element class.</p><p>But I seem to be making progress.</p><div class="codebox"><pre><code>Load Element      =&gt; ok
Convert Element   =&gt; ToDo
Element           =&gt; rename
Safe Element      =&gt; Wip</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Sun, 03 Jan 2021 20:35:07 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14064#p14064</guid>
		</item>
		<item>
			<title><![CDATA[Re: QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14054#p14054</link>
			<description><![CDATA[<p> update:<br />QElectroTech_Element_Updater found an error in the XML of an Element<br /><a href="https://git.tuxfamily.org/qet/qet.git/commit/?id=bf9123f9b534d8af722ecb98e020ef707e4d7a68">https://git.tuxfamily.org/qet/qet.git/c … 707e4d7a68</a><br />bug from&nbsp; 2010-05-20</p><p>it uses QXmlStreamReader<br /></p><div class="quotebox"><blockquote><p>QXmlStreamReader is a well-formed XML 1.0 parser that does not include external parsed entities. As long as no error occurs, the application code can thus be assured that the data provided by the stream reader satisfies the W3C&#039;s criteria for well-formed XML. For example, you can be certain that all tags are indeed nested and closed properly, that references to internal entities have been replaced with the correct replacement text, and that attributes have been normalized or added according to the internal subset of the DTD.</p></blockquote></div><p>the program is still far from its original goal but starting to yield.</p><div class="quotebox"><blockquote><p>elements count : 7156<br />&quot;nr of version 0.3 :&quot; 406<br />&quot;nr of version 0.4 :&quot; 684<br />&quot;nr of version 0.5 :&quot; 2145<br />&quot;nr of version 0.22 :&quot; 1<br />&quot;nr of version 0.51 :&quot; 574<br />&quot;nr of version 0.60 :&quot; 103<br />&quot;nr of version 0.61 :&quot; 1<br />&quot;nr of version 0.70 :&quot; 1253<br />&quot;nr of version 0.80 :&quot; 1989</p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Fri, 01 Jan 2021 14:41:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14054#p14054</guid>
		</item>
		<item>
			<title><![CDATA[QElectroTech Element Updater]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14050#p14050</link>
			<description><![CDATA[<p> this topic will report progress of QElectroTech Element Updater<br />started at the request of plc-user<br /></p><div class="quotebox"><cite>De-Backer wrote:</cite><blockquote><div class="quotebox"><cite>Joshua wrote:</cite><blockquote><div class="quotebox"><cite>De-Backer wrote:</cite><blockquote><p>if this isn&#039;t too hard I can do this, Joshua/plc-user<br />this is an opportunity to learn the file format.</p></blockquote></div><p>Of course you can, they will be very helpful in future to convert old element to new svg element.</p></blockquote></div><p>I have started the work:<br /><a href="https://github.com/De-Backer/QElectroTech_Element_Updater">https://github.com/De-Backer/QElectroTe … nt_Updater</a><br />this will not be done in 123.</p></blockquote></div><p>here i show the usefulness of exception<br />the error is an uppercase X<br /></p><div class="quotebox"><blockquote><p>Add mainwindow loading</p><p>note: error at line 134 hotspot_X =&gt; hotspot_x<br />to demonstrate the excepts<br />eg debug:<br />_____________________________________________________________<br />!! exception !! 83 QElectroTech_Element_Updater/src/element/loadelement.cpp<br />value:&nbsp; &quot;hotspot_X&quot;<br />hotspot_x:<br />unknown value<br />!! exception !! 143 QElectroTech_Element_Updater/src/gui/mainwindow.cpp<br />_____________________________________________________</p></blockquote></div><p><a href="https://github.com/De-Backer/QElectroTech_Element_Updater/commit/87576248468fc22c6c63c2152929a544df993df2">https://github.com/De-Backer/QElectroTe … 44df993df2</a></p><p>more info will follow.. </p>]]></description>
			<author><![CDATA[null@example.com (De-Backer)]]></author>
			<pubDate>Thu, 31 Dec 2020 20:46:43 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14050#p14050</guid>
		</item>
	</channel>
</rss>
