<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — New version available (1.2.4)]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2040</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2040&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New version available (1.2.4).]]></description>
		<lastBuildDate>Wed, 17 Nov 2021 08:56:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15534#p15534</link>
			<description><![CDATA[<p> En principe oui:</p><div class="codebox"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">if</span> <span style="color: #008000;">&#40;</span>openedProjects<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>.<span style="color: #007788;">count</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;qet_tb_generator&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span>QETDiagramEditor<span style="color: #008080;">::</span><span style="color: #007788;">currentProjectView</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>project<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>filePath<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">else</span>&nbsp; <span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;qet_tb_generator&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">if</span> <span style="color: #008000;">&#40;</span>openedProjects<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>.<span style="color: #007788;">count</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span>QDir<span style="color: #008080;">::</span><span style="color: #007788;">homePath</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span> <span style="color: #000040;">+</span> <span style="color: #FF0000;">&quot;/Application Data/qet/qet_tb_generator.exe&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span>QETDiagramEditor<span style="color: #008080;">::</span><span style="color: #007788;">currentProjectView</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>project<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>filePath<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">else</span>&nbsp; <span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span>QDir<span style="color: #008080;">::</span><span style="color: #007788;">homePath</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span> <span style="color: #000040;">+</span> <span style="color: #FF0000;">&quot;/Application Data/qet/qet_tb_generator.exe&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">if</span> <span style="color: #008000;">&#40;</span>openedProjects<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>.<span style="color: #007788;">count</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span>QDir<span style="color: #008080;">::</span><span style="color: #007788;">homePath</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span> <span style="color: #000040;">+</span> <span style="color: #FF0000;">&quot;/qet_tb_generator.exe&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span>QETDiagramEditor<span style="color: #008080;">::</span><span style="color: #007788;">currentProjectView</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>project<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>filePath<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #0000ff;">else</span>&nbsp; <span style="color: #008000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; success <span style="color: #000080;">=</span> process<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>startDetached<span style="color: #008000;">&#40;</span>QDir<span style="color: #008080;">::</span><span style="color: #007788;">homePath</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span> <span style="color: #000040;">+</span> <span style="color: #FF0000;">&quot;/qet_tb_generator.exe&quot;</span>, <span style="color: #008000;">&#123;</span><span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span><br />&nbsp; &nbsp; <span style="color: #008000;">&#125;</span></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 17 Nov 2021 08:56:51 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15534#p15534</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15533#p15533</link>
			<description><![CDATA[<p> Ok j&#039;avais le bon, W10 me le bloquait ...<br />Si je le met dans le dossier de la readytouse, il est censé se lancer via QET ? </p>]]></description>
			<author><![CDATA[null@example.com (galexis)]]></author>
			<pubDate>Wed, 17 Nov 2021 08:47:47 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15533#p15533</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15532#p15532</link>
			<description><![CDATA[<p> <a href="https://github.com/raulroda/qet_tb_generator-plugin/blob/master/dist/qet_tb_generator_1.3.0_windows.exe">https://github.com/raulroda/qet_tb_gene … indows.exe</a></p><p>à renommer en qet_tb_generator.exe. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 17 Nov 2021 07:11:29 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15532#p15532</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15530#p15530</link>
			<description><![CDATA[<p> Bonjour Laurent, pas trouvé la version portable... Merci. </p>]]></description>
			<author><![CDATA[null@example.com (galexis)]]></author>
			<pubDate>Wed, 17 Nov 2021 07:02:28 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15530#p15530</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15528#p15528</link>
			<description><![CDATA[<p> New version available (1.3.0) by Raul,<br />v1.3.0. Improved getting cable numbers. </p><p>QET now links cables using ther elements UUID instead of the terminal ID of the elements.<br />Now searches for UUID to discover the cable number, and if is not found, searches for<br />the terminal ID as always.</p><p>the version 1.3.0 is available as pip package and as portable versions <br /><a href="https://github.com/raulroda/qet_tb_generator-plugin/tree/master/dist">https://github.com/raulroda/qet_tb_gene … aster/dist</a></p><p>And also is now available as Debian deb package and in Flatpak in my <br />repo and also for Snap Ubuntu.</p><p>Thanks David for reporting this issue, and Raul for fix. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 16 Nov 2021 13:07:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15528#p15528</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15231#p15231</link>
			<description><![CDATA[<p> Tu peux utiliser la version exécutable du plugin sans passer par le menu du qet. Même sous Linux c&#039;est galère le menu. </p>]]></description>
			<author><![CDATA[null@example.com (galexis)]]></author>
			<pubDate>Sat, 24 Jul 2021 19:07:49 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15231#p15231</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15230#p15230</link>
			<description><![CDATA[<p> Bonjour<br />J&#039;ai une fenêtre équivalente sous windows 10.<br />Malheureusement vos copies d&#039;écran ne m&#039;aident pas. J&#039;ai refais la manip de A à Z sans résultat. <br />J&#039;aurai voulu vous joindre une copie écran avec toute les arborescences mais je ne dois pas avoir l&#039;autorisation de joindre une image. j&#039;ai juste les balises . </p>]]></description>
			<author><![CDATA[null@example.com (roro44)]]></author>
			<pubDate>Sat, 24 Jul 2021 19:04:46 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15230#p15230</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15226#p15226</link>
			<description><![CDATA[<p> <span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/plug.png" alt="https://download.qelectrotech.org/qet/forum_img_2/plug.png" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/plug2.png" alt="https://download.qelectrotech.org/qet/forum_img_2/plug2.png" /></span> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 21 Jul 2021 10:58:39 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15226#p15226</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15225#p15225</link>
			<description><![CDATA[<p> Bonjour<br />Je viens de lancer Qelectrotech et ouvert le projet exemple industrial.qet.<br />Je lance le plug in de création de bornes et j&#039;ai toujours le même pop up.<br />Avez vous d&#039;autre manip à me conseiller pour trouver le problème? </p>]]></description>
			<author><![CDATA[null@example.com (roro44)]]></author>
			<pubDate>Tue, 20 Jul 2021 17:09:50 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15225#p15225</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15224#p15224</link>
			<description><![CDATA[<p> Bonjour et merci,</p><p>le pop up&nbsp; &quot;pour installer le plug in qet_tb_generator: visitez le site....&quot; à chaque fois, n&#039;indique pas que le plug ne fonctionne pas.<br />Pour tester le bon fonctionnement suffit de charger le projet exemple industrial.qet fourni et de lancer le plug-in. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 20 Jul 2021 09:25:03 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15224#p15224</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15223#p15223</link>
			<description><![CDATA[<p> Bonjour<br />tout d&#039;abord bravo pour le travail accompli. La prise en main est assez intuitive et la documentation m&#039;aide pour le reste.<br />J&#039;ai suivi la méthode d&#039;installation pour le plug in de générateur de bloc.<br />1) installation de python<br />2) pip install qet_tb_generator<br />3) python -m pip install --upgrade qet_tb_generator</p><p>J&#039;ai fais et refait la manip. j&#039;ai désinstallé python puis réinstallé l&#039;ensemble.<br />j&#039;ai le pop up&nbsp; &quot;pour installer le plug in qet_tb_generator: visitez le site....&quot; à chaque fois que je veux lancer le générateur de bornes.</p><p>ci-dessous les messages dans l&#039;invite de commande. Ayant fais la manip plusieurs fois, il m&#039;indique que c&#039;est déjà OK</p><p>C:\Windows\system32&gt;pip install qet_tb_generator<br />Requirement already satisfied: qet_tb_generator in c:\users\valle\appdata\local\programs\python\python39\lib\site-packages (1.2.5)</p><p>C:\Windows\system32&gt;python -m pip install --upgrade qet_tb_generator<br />Requirement already satisfied: qet_tb_generator in c:\pyenv\lib\site-packages (1.2.5)</p><p>si vous avez une idée du problème, je suis preneur. </p>]]></description>
			<author><![CDATA[null@example.com (roro44)]]></author>
			<pubDate>Mon, 19 Jul 2021 17:18:24 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15223#p15223</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15002#p15002</link>
			<description><![CDATA[<p> Thanks&nbsp; ;-) </p>]]></description>
			<author><![CDATA[null@example.com (unalcalde)]]></author>
			<pubDate>Sat, 22 May 2021 08:20:27 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15002#p15002</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14999#p14999</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>jkaminski wrote:</cite><blockquote><p>@scorpio810 Would it be possible for you to build the snap package with the newest terminal block generator? Snap 0.9 edge has currently the 1.1.7 version.</p><p>I have noticed that the snap version works on my linux machine better than ppa version.<br />(Described here: <a href="https://qelectrotech.org/forum/viewtopic.php?id=2045)">https://qelectrotech.org/forum/viewtopic.php?id=2045)</a> </p><p>Thank you for all you do for this amazing project!</p></blockquote></div><p>Done. ;-)<br /><a href="https://git.tuxfamily.org/qet/qet.git/commit/?id=c7648fe2af6422a4806546580ae6121cd17c71b7">https://git.tuxfamily.org/qet/qet.git/c … 1cd17c71b7</a><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/qet_tb_generator1.2.5_snap.png" alt="https://download.qelectrotech.org/qet/forum_img_2/qet_tb_generator1.2.5_snap.png" /></span> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 21 May 2021 18:55:23 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14999#p14999</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14991#p14991</link>
			<description><![CDATA[<p> Added kevinsmia1939 changes to 0.9-dev Flatpak, now we have qet_tb_generator 1.2.5 with QET on my QET Flatpak repo. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 20 May 2021 14:22:04 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14991#p14991</guid>
		</item>
		<item>
			<title><![CDATA[Re: New version available (1.2.4)]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=14990#p14990</link>
			<description><![CDATA[<p> <a href="https://github.com/flathub/flathub/pull/2146#issuecomment-845073708">https://github.com/flathub/flathub/pull … -845073708</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 20 May 2021 14:04:23 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=14990#p14990</guid>
		</item>
	</channel>
</rss>
