<?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[Update QtQuickControls - rename all imports ?]]></title><description><![CDATA[<p dir="auto">what's the recommended way to deal with new versions,<br />
per example using Qt 5.7<br />
import QtQuick.Controls 2.0</p>
<p dir="auto">and updating to Qt 5.8</p>
<p dir="auto">should I rename all imports from<br />
import QtQuick.Controls 2.0 to import QtQuick.Controls 2.1 ?</p>
]]></description><link>https://forum.qt.io/topic/76721/update-qtquickcontrols-rename-all-imports</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 14:24:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/76721.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Feb 2017 19:31:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Update QtQuickControls - rename all imports ? on Tue, 28 Feb 2017 21:55:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jpnurmi">@<bdi>jpnurmi</bdi></a> yep - sounds like a nice feature to do it without a version and get the latest.</p>
<p dir="auto">think I'll do a rename to keep versions consistent and to be sure all qml files 'know' the newest properties</p>
]]></description><link>https://forum.qt.io/post/379042</link><guid isPermaLink="true">https://forum.qt.io/post/379042</guid><dc:creator><![CDATA[ekkescorner]]></dc:creator><pubDate>Tue, 28 Feb 2017 21:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to Update QtQuickControls - rename all imports ? on Tue, 28 Feb 2017 21:39:10 GMT]]></title><description><![CDATA[<p dir="auto">Sounds like a nice feature request... Doesn't it ? ;)</p>
]]></description><link>https://forum.qt.io/post/379036</link><guid isPermaLink="true">https://forum.qt.io/post/379036</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 28 Feb 2017 21:39:10 GMT</pubDate></item><item><title><![CDATA[Reply to Update QtQuickControls - rename all imports ? on Tue, 28 Feb 2017 21:36:40 GMT]]></title><description><![CDATA[<p dir="auto">Technically, it's not necessary to touch the import versions except in those files where you want to use new types or properties that are not available in the older version. It's up to you whether you prefer to apply minimal changes and that way create a mixture of import versions, or if you want to bump all the import versions to keep them consistent across the code base.</p>
<p dir="auto">Considering the hard to remember QML versions, it's a real shame that it's mandatory to specify the minor version at all. It would be nice to be able to optionally specify just the major version, or no version at all, and just get the latest, right? :)</p>
]]></description><link>https://forum.qt.io/post/379033</link><guid isPermaLink="true">https://forum.qt.io/post/379033</guid><dc:creator><![CDATA[jpnurmi]]></dc:creator><pubDate>Tue, 28 Feb 2017 21:36:40 GMT</pubDate></item></channel></rss>