<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Incompatibility between Enums generated by Qt creator.]]></title><description><![CDATA[<p dir="auto">Greetings,</p>
<p dir="auto">I am working on a Qt project that was developed on Qt Creator v11.0.1, using Qt v6.5.2.<br />
I am editing it on Qt Creator v19.0.2, using Qt v6.5.2. However, I have compatibility issues with the generated *.ui files.</p>
<p dir="auto">For example:<br />
In the old project I have have a widget with the following property:<br />
&lt;property name="alignment"&gt;<br />
&lt;set&gt;Qt::AlignCenter&lt;/set&gt;<br />
&lt;/property&gt;</p>
<p dir="auto">When I open the same file on Qt Creator v19.0.2, the editor adds extra enums in the *.ui file.<br />
&lt;property name="alignment"&gt;<br />
&lt;set&gt;Qt::AlignmentFlag::AlignCenter&lt;/set&gt;<br />
&lt;/property&gt;</p>
<p dir="auto">Is the difference of Enums caused by using a different version of the Qt Creator? Or could it be a project that is not properly configured?</p>
]]></description><link>https://forum.qt.io/topic/164799/incompatibility-between-enums-generated-by-qt-creator.</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 01:50:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164799.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2026 13:33:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Incompatibility between Enums generated by Qt creator. on Mon, 15 Jun 2026 17:56:17 GMT]]></title><description><![CDATA[<p dir="auto">It was a issue  with the Qt Creator version. Using the same Qt Creator Version the editor does not generate different enums.</p>
]]></description><link>https://forum.qt.io/post/838761</link><guid isPermaLink="true">https://forum.qt.io/post/838761</guid><dc:creator><![CDATA[Lucas_Gean]]></dc:creator><pubDate>Mon, 15 Jun 2026 17:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to Incompatibility between Enums generated by Qt creator. on Mon, 15 Jun 2026 15:56:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">If memory serves well, with recent versions of Qt, enum are used with the full qualification.<br />
Are you using the same version of Qt to build both version of your application ?</p>
]]></description><link>https://forum.qt.io/post/838758</link><guid isPermaLink="true">https://forum.qt.io/post/838758</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 15 Jun 2026 15:56:25 GMT</pubDate></item></channel></rss>