<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Einstellung Sprache]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2074</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2074&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Einstellung Sprache.]]></description>
		<lastBuildDate>Thu, 13 Jan 2022 12:11:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15715#p15715</link>
			<description><![CDATA[<p> </p><div class="quotebox"><blockquote><p>Launch directly with double click on qelectrotech.exe again launches program with French language UI</p></blockquote></div><p>Chain to translate is hard coded in French in the code, So when you double click on qelectrotec.exe you bypass the binary translations (qet_*.qm files contained in the lang folder) and launches program with French language UI.</p><p>set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*<br />@start %command% </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 13 Jan 2022 12:11:00 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15715#p15715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15711#p15711</link>
			<description><![CDATA[<p> @scorpio810<br />Thank you, that batch worked, launched qelectrotech with German UI.</p><p>I did some additional research and found out (some details might only be valid for my unzipped (Portable?) version):</p><p> </p><ul><li><p>It&#039;s not necessary to use that hand made batch. The unzipped App contains a file Lancer QET.bat</p></li><li><p>Double click on that batch will launch W\bin\qelectrotech.exe</p></li><li><p>Changing Language in Menu ˋSettings → Configure ... Languages → [ok]ˊ wil not show any effect. That&#039;s expected, because Dialog tells &quot;Applied to nextlaunch ...&quot;</p></li><li><p>To change UI language it is necessary to ˋClose → Launch with double click on Lancer QET.bat (!!!)ˊ</p></li><li><p>That will launch qelectrotech with selected UI language</p></li></ul><p>Lancer QET.bat will not be modified by selecting a different language for UI<br />&nbsp; <br />I wonder which other Changes do need launch via that batch to get them applied to qelectrotech. Launch directly with double click on qelectrotech.exe again launches program with French language UI </p>]]></description>
			<author><![CDATA[null@example.com (RainerBielefeld)]]></author>
			<pubDate>Wed, 12 Jan 2022 13:16:01 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15711#p15711</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15710#p15710</link>
			<description><![CDATA[<p> If you create a new shortcut to launch QET, make link to Lancer QET.bat file.</p><div class="codebox"><pre class="bash" style="font-family:monospace;">laurent<span style="color: #000000; font-weight: bold;">@</span>debian:~<span style="color: #000000; font-weight: bold;">/</span>Qet-svn<span style="color: #000000; font-weight: bold;">/</span>git<span style="color: #000000; font-weight: bold;">/</span>qet<span style="color: #000000; font-weight: bold;">/</span>misc$ <span style="color: #c20cb9; font-weight: bold;">cat</span> Lancer\ QET.bat <br /><span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span> off<br />&nbsp;<br />rem Se rend dans le dossier qui convient<br /><span style="color: #000000; font-weight: bold;">set</span> <span style="color: #007800;">current_dir</span>=<span style="color: #000000; font-weight: bold;">%</span>~dp0<br /><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>d <span style="color: #000000; font-weight: bold;">%</span>current_dir<span style="color: #000000; font-weight: bold;">%</span><br />&nbsp;<br />rem Met la collection QET en lecture seule<br />attrib +r elements<span style="color: #000000; font-weight: bold;">/*</span> <span style="color: #000000; font-weight: bold;">/</span>S <span style="color: #000000; font-weight: bold;">/</span>D<br />&nbsp;<br />rem lance QElectroTech<br /><span style="color: #000000; font-weight: bold;">set</span> <span style="color: #007800;">command</span>=bin\qelectrotech.exe <span style="color: #660033;">-platform</span> windows:<span style="color: #007800;">fontengine</span>=freetype <span style="color: #660033;">--common-elements-dir</span>=elements<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">--common-tbt-dir</span>=titleblocks<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">--lang-dir</span>=lang<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">--config-dir</span>=conf<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-style</span> plastique <span style="color: #000000; font-weight: bold;">%*</span><br /><span style="color: #000000; font-weight: bold;">@</span>start <span style="color: #000000; font-weight: bold;">%</span>command<span style="color: #000000; font-weight: bold;">%</span></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 12 Jan 2022 12:05:31 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15710#p15710</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15707#p15707</link>
			<description><![CDATA[<p> Bug 246 <a href="https://qelectrotech.org/bugtracker/view.php?id=246">https://qelectrotech.org/bugtracker/view.php?id=246</a>? </p>]]></description>
			<author><![CDATA[null@example.com (RainerBielefeld)]]></author>
			<pubDate>Wed, 12 Jan 2022 10:51:40 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15707#p15707</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15705#p15705</link>
			<description><![CDATA[<p> Moin.<br />Also ich find&#039; es ist schlicht ein Bug, wenn ein Eintrag im Konfigurationsmenü für die Sprache einfach ignoriert wird. Aber schau&#039;n wir mal!</p><p>Ich habe:<br />QElectroTech V 0.80c+87c957a06d79751d3<br />Compilation : GCC 9.3.0<br />Built with Qt 5.15.2 - Date : Feb 21 2021 : 10:29:35 <br />Run with Qt 5.15.2 using 12 thread(s)<br />CPU : NAME AMD RYZEN 5 3600 6-CORE PROCESSOR <br />RAM Total : 16334 MB<br />RAM Available : 9117 MB<br />GPU : VideoProcessor GeForce GT 710 <br />GPU RAM : RAM Total : AdapterRAM 2147483648 B<br />OS : winnt - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19042<br />*** Qt screens *** <br />( 1 : 1920 x 1080 ) </p><p>Wer kann meine Desktopverknüpfung so ändern, dass das Programm in deutsch gestartet wird?&nbsp; Aktuell:<br />&quot;D:\Dateien\Ressourcen\ECAD\qelectrotech-0.80+git7124-x86-win32-readytouse\bin\qelectrotech.exe --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ *&quot;&nbsp; &nbsp;(ich weiß, dass das nicht funktionieren kann)<br />Funktionieren:<br />&quot;&quot;</p><p>Dake schon mal imvoraus</p><p>Rainer </p>]]></description>
			<author><![CDATA[null@example.com (RainerBielefeld)]]></author>
			<pubDate>Wed, 12 Jan 2022 09:21:12 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15705#p15705</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15409#p15409</link>
			<description><![CDATA[<p> Die .exe benötigt beim Aufruf einige Parameter. Beim Anheften an die Taskleiste wird von Windows aber nur der Link auf die .exe-Datei übernommen. </p><p>Wenn du die Eigenschaften des angehefteten Symbols änderst (Rechtsklick auf Icon -&gt; Rechtsklick auf qelectrotech) -&gt; Eigenschaften) musst du unter &quot;Ziel&quot; den Text &quot;-platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ %*&quot; ergänzen und danach unter &quot;Ausführen in&quot; den rechten Teil &quot;\bin&quot; löschen.</p><p>Wenn du magst, kannst du dann über &quot;Eigenes Symbol&quot; selbiges auf das Original-Icon anpassen. Das Symbol liegt unter i.d.R im Verzeichnis &quot;%ProgramFiles%\QElectroTech\ico\qelectrotech.ico&quot;, falls du den Pfad bei der Installation nicht verändert hast.</p><p>Dann klappt auch der Aufruf aus der Taskleiste (zumindest bei mir). </p>]]></description>
			<author><![CDATA[null@example.com (Bisku)]]></author>
			<pubDate>Sun, 12 Sep 2021 11:10:14 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15409#p15409</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15408#p15408</link>
			<description><![CDATA[<p> Ich habe des Rätsels Lösung zufällig gefunden. Wenn ich mittels automatisch erstellter Verknüpfung auf dem Desktop starte, ist die Sprache deutsch. Ich hatte allerdings das geöffnete Programm an die Tastleiste angeheftet. Hier wird, wie bei jedem anderen Programm die *.exe angeheftet. Und diese wird französisch gestartet und reagiert auf keinerlei Spracheinstellungen. </p>]]></description>
			<author><![CDATA[null@example.com (FabiaDarkblue)]]></author>
			<pubDate>Sun, 12 Sep 2021 06:59:22 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15408#p15408</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15406#p15406</link>
			<description><![CDATA[<p> ja, habe ich. Und es bleibt französisch. </p>]]></description>
			<author><![CDATA[null@example.com (FabiaDarkblue)]]></author>
			<pubDate>Sat, 11 Sep 2021 05:49:40 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15406#p15406</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15393#p15393</link>
			<description><![CDATA[<p> @FabiaDarkBlue<br />Hast du die Werte in der Lancer Qet.bat geändert, wenn du die Windowsversion verwendest? </p>]]></description>
			<author><![CDATA[null@example.com (RedBaron)]]></author>
			<pubDate>Fri, 10 Sep 2021 04:55:36 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15393#p15393</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15391#p15391</link>
			<description><![CDATA[<p> Bei mir hat nichts von allem dem geholfen. Es ist und bleibt französisch (V0.9dev). </p>]]></description>
			<author><![CDATA[null@example.com (FabiaDarkblue)]]></author>
			<pubDate>Fri, 10 Sep 2021 04:45:23 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15391#p15391</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15232#p15232</link>
			<description><![CDATA[<p> @rudio: Haben die Lösungsvorschläge geholfen? </p>]]></description>
			<author><![CDATA[null@example.com (RedBaron)]]></author>
			<pubDate>Mon, 26 Jul 2021 15:18:29 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15232#p15232</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15163#p15163</link>
			<description><![CDATA[<p> </p><div class="quotebox"><blockquote><p>Does the file Lancer Qet.bat have to be in the same directory<br />as qelectrotech.exe?</p></blockquote></div><p>set command=<span style="color: red">bin</span>\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=<span style="color: red">elements/</span> --common-tbt-dir=<span style="color: red">titleblocks/</span> --lang-dir=l<span style="color: red">ang/</span> --config-dir=<span style="color: red">conf/</span> -style plastique %*<br />No, it will not work without modifying the command line in bat file.</p><br /><div class="quotebox"><blockquote><p>To run the Ready-to-use version: unzip the *.7z archive to a removable media (for example: USB stick) and double click on the file &quot;Lancer QET.bat&quot;. Ready-to-use versions are slower than installed ones but do not need to be installed. It means that you can take everywhere QElectroTech with you and run it on any Windows system from your portable medium (stick, drive, SD card...).</p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 05 Jul 2021 06:47:51 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15163#p15163</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15155#p15155</link>
			<description><![CDATA[<p> @Scorpio810<br />Muss die Datei Lancer Qet.bat im gleichen Verzeichnis <br />sein wie qelectrotech.exe?<br />Sollten die QElectroTech Portable Dateien im Verzeichnis<br />C:\Users\Username\Eigene Dateien abgespeichert sein um<br />Probleme mit den Benutzerrechten zu vermeiden? </p><p>@Scorpio810<br />Does the file Lancer Qet.bat have to be in the same directory <br />as qelectrotech.exe?<br />Should the QElectroTech Portable files be stored in the directory<br />C:\Users\Name\My Files to avoid problems with user rights to avoid problems with user rights? </p>]]></description>
			<author><![CDATA[null@example.com (RedBaron)]]></author>
			<pubDate>Sun, 04 Jul 2021 16:52:07 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15155#p15155</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15152#p15152</link>
			<description><![CDATA[<p> </p><div class="quotebox"><blockquote><p>Should I place the command in a different line?</p></blockquote></div><p>yes, try like this.</p><div class="codebox"><pre><code>@echo off

rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%

rem Met la collection QET en lecture seule
attrib +r elements/* /S /D

set LANG=de_DE
rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*

@start %command%</code></pre></div><p>Or :</p><div class="codebox"><pre><code>@echo off

rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%

rem Met la collection QET en lecture seule
attrib +r elements/* /S /D


rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ set LANG=de_DE -style plastique %*

@start %command%</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sat, 03 Jul 2021 11:42:42 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15152#p15152</guid>
		</item>
		<item>
			<title><![CDATA[Re: Einstellung Sprache]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=15148#p15148</link>
			<description><![CDATA[<p> </p><div class="codebox"><pre><code>@echo off

rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%

rem Met la collection QET en lecture seule
attrib +r elements/* /S /D

rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
set LANG=de_DE
@start %command%</code></pre></div><p>Doesn&#039;t work either, tested as user or admin. Should I place the command in a different line?</p><p>Rudi </p>]]></description>
			<author><![CDATA[null@example.com (rudio)]]></author>
			<pubDate>Fri, 02 Jul 2021 19:18:41 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=15148#p15148</guid>
		</item>
	</channel>
</rss>
