<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Qt 6.0 development  and qelectrotech]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=1812</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=1812&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Qt 6.0 development  and qelectrotech.]]></description>
		<lastBuildDate>Sun, 08 Mar 2026 16:11:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22674#p22674</link>
			<description><![CDATA[<p> Salut Joshua,<br />tout d&#039;abord bravo à tous ceux qui y contribué: plc-user, elevatormind, vadoola Joshua, etc...</p><p>Après quelques petits tests sur mes anciens fichiers ici chez moi, cela me semble bien fonctionner en Qt6 aussi bien qu&#039;avec Qt5, bravo a tous ceux qui y on contribués.!</p><p>Comme l&#039;a fait remarqué plc-user: un projet sauvegardé avec une version Qt6,&nbsp; s&#039;il on l&quot;ouvre malencontreusement plus tard avec une ancienne version de QET en Qt5 les polices textes fonctionnent autrement et peuvent rendre le projet difficile à lire ou travailler.<br />[faut que je retrouve le post de plc-user]</p><p>Il est donc obligatoire d&quot;incrémenter la version de QET quand on fera le merge, afin d&#039;avertir l&quot;utilisateur!</p><p>De mon coté par manque de temps et une santé précaire, je n&#039;ai encore rien préparé pour tous les scripts et environnements de packaging avec Qt6.... : &quot;<strong>Windows, macOS&nbsp; x86, aarch64, Debian stable, unstable x86, AppImage x86 and arm64, flatpak, PPA and Snap packages...</strong> &quot;</p><p>Je rappelle que Qt5 a été annoncée &quot;end or life&quot; par Qt eux mêmes il y a un an il me semble...&nbsp; et que depuis cette année les distributions Linux ne prendront petit a petit plus Qt5 en charge, il donc urgent pour nous de migrer sur la dernière version du framework Qt6.. </p><ul><li><p><span class="bbu">pour la sécurité (fail zero day), corrigé que sur les versions&nbsp; dites: Qt5 pro!</span><br />Soit la version payante pour les très grosses entreprises!</p><br /><p><em>Du coté de l&#039;open source de Qt5 ces patchs ne seront disponibles qu&#039; une fois cette nouvelle version sera declarée open-source, donc en résumé: elle ne sera libérée et disponible q&quot;un an plus tard, au contraire de Qt6 ou les versions seront patchées rapidement</em>.</p></li></ul><ul><li><p><span class="bbu"> Pour re tester de mon coté les avancées des frameworks Qt6+ Webassembly </span>qui ont bien progressé depuis 2022, afin de tester voir travailler sur une version SaaS ?</p><p>Pour les novices, SaaS: est une version de QET installable sur un serveur web ou d&#039;entreprise tournant dans un navigateur web.<br /><em>* Tres souvent demandé par de nombreux investisseurs</em>.</p></li></ul><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sun, 08 Mar 2026 16:11:11 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22674#p22674</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22638#p22638</link>
			<description><![CDATA[<p> Hello everyone,<br />qelectrotech can now be easily build under windows with Qt6 and cmake.<br />The changes made to do so are also benefit for the build under linux.<br />Please before merge to master can you test it and report any problem.<br />The branch is named msys2. I add documentations (in french, but easily understandable for other languages) accessible here :<br /><a href="https://github.com/qelectrotech/qelectrotech-source-mirror/blob/msys2/md/fr/fr_window_build_msys2.md">https://github.com/qelectrotech/qelectr … d_msys2.md</a></p><p>The documentation is managed by git, feel free to create a new one in English (in a new folder named &#039;en&#039; please). The readme.md ( <a href="https://github.com/qelectrotech/qelectrotech-source-mirror/blob/msys2/README.md">https://github.com/qelectrotech/qelectr … /README.md</a> ) have now a link to this documentation under the section development. </p>]]></description>
			<author><![CDATA[null@example.com (Joshua)]]></author>
			<pubDate>Mon, 02 Mar 2026 22:04:08 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22638#p22638</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22550#p22550</link>
			<description><![CDATA[<p> Hello everyone, I created a new branch named qt6_cmake_joshua based on the current master at the date of 27/01/2026 (and the work of plc_user in branch qt6-cmake) available on our git repository.<br />It compil well (with qt6 and kf6). There is a lot of things who doesn&#039;t work probably due to change make by Qt6, but it&#039;s a good start I think.</p><p>Tested under my debian sid and a fresh ubuntu 25.04 vm.</p><p>Dependency :<br /></p><div class="codebox"><pre><code>sudo apt install git qtcreator cmake qt6-tools-dev qt6-svg-dev libsqlite3-dev libkf6coreaddons-dev extra-cmake-modules libkf6widgetsaddons-dev</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (Joshua)]]></author>
			<pubDate>Tue, 27 Jan 2026 22:41:18 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22550#p22550</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22502#p22502</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>vadoola wrote:</cite><blockquote><p>Another random note, last I looked the most recent git version when trying to use the DXF importer links to Antonio&#039;s github to download dxf2elmt. It&#039;s probably worth updating to mine so people are being pointed at the most up to date version of dxf2elmt. Since my laptop died right before I went on holiday, I&#039;m not in a good spot to try and submit a pull request with the update myself right now, but perhaps I can get to it next week when I&#039;m back unless someone wants to update it in the mean time.</p></blockquote></div><p>Hi Carl, done.</p><p>Best regards,<br />Laurent </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 08 Jan 2026 10:16:45 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22502#p22502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22499#p22499</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Joshua wrote:</cite><blockquote><p>Why remove kautosavefile and kwidgetaddon (...)? Have I missed something?</p></blockquote></div><p>It&#039;s sad that <strong>elevatormind</strong> is no longer participating here!<br />He contributed several pull requests for eliminating KF5/KF6 and introduced a number of changes to QETs code to compile/work under Qt6, which he also explained and described here in the forum. </p>]]></description>
			<author><![CDATA[null@example.com (plc-user)]]></author>
			<pubDate>Wed, 07 Jan 2026 20:05:33 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22499#p22499</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22492#p22492</link>
			<description><![CDATA[<p> I know there has been talk about cutting a new release, and whether it should be done once ported to Qt6 or before.</p><p>Considering the number of changes since the last official release, I would be in favor of making a release now before the Qt6 port, and then another once the port to Qt6 is done. </p><p>Another random note, last I looked the most recent git version when trying to use the DXF importer links to Antonio&#039;s github to download dxf2elmt. It&#039;s probably worth updating to mine so people are being pointed at the most up to date version of dxf2elmt. Since my laptop died right before I went on holiday, I&#039;m not in a good spot to try and submit a pull request with the update myself right now, but perhaps I can get to it next week when I&#039;m back unless someone wants to update it in the mean time. </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Tue, 06 Jan 2026 17:04:10 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22492#p22492</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22491#p22491</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Joshua wrote:</cite><blockquote><p>Hello, during my vacation I tested switching to qt6 and kf6 on a new branch based on the master (with a mix of commits from the qt6 cmake branch). It&#039;s not quite finished yet, but it&#039;s coming along nicely. However, I have no problems with the KF6 libraries. Why remove kautosavefile and kwidgetaddon, only to reimplement them ourselves? I don&#039;t see the point. I would much rather keep code from KF6, which has been extensively corrected and tested, than reinvent the wheel. Have I missed something?</p></blockquote></div><p>Hi Joshua,</p><p>As a whole I agreed, the KF6 libraries are pretty well tested and if they can be used instead of re-implementing them it makes sense. Why take on the extra work and possibly introduce bugs, if it&#039;s not necessary.</p><p>My main question here comes down to Windows. As I understand it KF6 <strong>can</strong> build on Windows, but I haven&#039;t succeeded yet. I was trying to get QET building on my Windows based work machine to see what I could do to help with the Qt 6 progress. The sticking point was KF6, the Windows build instructions that have been mentioned in the forum use vcpkg. Vcpkg only has KF5, and I found some issues and forum posts, it doesn&#039;t look like KF6 is coming to vcpkg any time soon. I started looking into getting KDE Craft set up so I could compile KF6 on Windows and maybe getting it working with a Qt6 version of QET, but didn&#039;t get it working before I went on vacation (I didn&#039;t bring my Windows based work laptop with me, and I won&#039;t be back for another few days).</p><p>If I recall correctly Laurent said somewhere in the forums that the official Windows release is cross-compiled from Linux. If that is the case, and it&#039;s working fine with Qt6 and KF6, than perhaps getting QET and KF6 building directly on Windows isn&#039;t that big of a deal, although I think it would be nice to actually be able to build the program on Windows itself.</p><p>Have you tested your branch on Windows, or tested cross-compiling it?<br />Is this branch publicly available if I wanted to try and do some testing on it? </p>]]></description>
			<author><![CDATA[null@example.com (vadoola)]]></author>
			<pubDate>Tue, 06 Jan 2026 16:58:21 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22491#p22491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22484#p22484</link>
			<description><![CDATA[<p> Do i understand it correctly that the Problem with Wayland </p><p><a href="https://qelectrotech.org/forum/viewtopic.php?id=3058">https://qelectrotech.org/forum/viewtopic.php?id=3058</a></p><p>is gone with QT6? </p>]]></description>
			<author><![CDATA[null@example.com (Kellermorph)]]></author>
			<pubDate>Tue, 06 Jan 2026 08:56:19 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22484#p22484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22479#p22479</link>
			<description><![CDATA[<p> French :<br />Bonjour, durant mes vacances j&#039;ai testé sur une nouvelle branche basé sur le master (avec des mélanges de commit provenant de la branche qt6 cmake) la bascule avec qt6 et kf6. Tout n&#039;est pas encore fini mais ça avance bien. Par contre je n&#039;ai aucun problème avec les bibliothèques KF6. Pourquoi avoir supprimé kautosavefile ainsi que kwidgetaddon, pour les réimplementé nous même ? Je n&#039;en vois pas l&#039;intérêt, je préfère largement garder du code provenant de KF6 qui est grandement corrigé et testé que de réinventer la roue. Ai je raté quelque-chose ?</p><p>Translated english<br />Résultat de la traduction</p><p>Hello, during my vacation I tested switching to qt6 and kf6 on a new branch based on the master (with a mix of commits from the qt6 cmake branch). It&#039;s not quite finished yet, but it&#039;s coming along nicely. However, I have no problems with the KF6 libraries. Why remove kautosavefile and kwidgetaddon, only to reimplement them ourselves? I don&#039;t see the point. I would much rather keep code from KF6, which has been extensively corrected and tested, than reinvent the wheel. Have I missed something? </p>]]></description>
			<author><![CDATA[null@example.com (Joshua)]]></author>
			<pubDate>Mon, 05 Jan 2026 13:05:36 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22479#p22479</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22471#p22471</link>
			<description><![CDATA[<p> You&#039;re welcome. Merry Christmas to you too. </p>]]></description>
			<author><![CDATA[null@example.com (Kellermorph)]]></author>
			<pubDate>Thu, 25 Dec 2025 10:02:28 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22471#p22471</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22470#p22470</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Kellermorph wrote:</cite><blockquote><p>are u fine with this?</p></blockquote></div><p>Thanks you Thomas. <img src="https://qelectrotech.org/forum/img/smilies/nomicons/wink.png" width="20" alt="nomicons/wink" /></p><p>Merry Christmas. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 24 Dec 2025 16:39:50 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22470#p22470</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22468#p22468</link>
			<description><![CDATA[<p> are u fine with this? </p>]]></description>
			<author><![CDATA[null@example.com (Kellermorph)]]></author>
			<pubDate>Wed, 24 Dec 2025 13:48:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22468#p22468</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22462#p22462</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Kellermorph wrote:</cite><blockquote><p>Who knows what has changed since version 0.9?<br />Is there a summary somewhere, and does this only need to be described in detail once?</p></blockquote></div><p><a href="https://qelectrotech.org/forum/viewtopic.php?pid=22102#p22102">https://qelectrotech.org/forum/viewtopi … 102#p22102</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 24 Dec 2025 05:18:00 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22462#p22462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22457#p22457</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>Yes, we can close out the year by tagging version 0.100 since it&#039;s been a while, but it bothers me that we&#039;re not providing a detailed changelog... like we used to do for older versions.</p><p>It&#039;s become something of a habit over the last four or five years, you might say, and critics will point out that three years later, nothing has been noted. The fault lies with a lack of time and perhaps rigour on our part... We have experienced very serious health problems affecting Joshua and myself at the same time, which almost put an end to this magnificent community project used daily around the world.</p><br /><p>Of course, future versions built with the Qt6 frameworks will have updated QET version numbering in the qet.h file, but I don&#039;t yet know how they will be numbered: 0.200 or 0.600, 2026, etc.</p></blockquote></div><p>Who knows what has changed since version 0.9?<br />Is there a summary somewhere, and does this only need to be described in detail once? </p>]]></description>
			<author><![CDATA[null@example.com (Kellermorph)]]></author>
			<pubDate>Tue, 23 Dec 2025 17:37:43 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22457#p22457</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qt 6.0 development  and qelectrotech]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=22451#p22451</link>
			<description><![CDATA[<p> Yes, we can close out the year by tagging version 0.100 since it&#039;s been a while, but it bothers me that we&#039;re not providing a detailed changelog... like we used to do for older versions.</p><p>It&#039;s become something of a habit over the last four or five years, you might say, and critics will point out that three years later, nothing has been noted. The fault lies with a lack of time and perhaps rigour on our part... We have experienced very serious health problems affecting Joshua and myself at the same time, which almost put an end to this magnificent community project used daily around the world.</p><br /><p>Of course, future versions built with the Qt6 frameworks will have updated QET version numbering in the qet.h file, but I don&#039;t yet know how they will be numbered: 0.200 or 0.600, 2026, etc. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 23 Dec 2025 14:54:50 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=22451#p22451</guid>
		</item>
	</channel>
</rss>
