<?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[The approach to develop complex UI with Qt Quick]]></title><description><![CDATA[<p dir="auto">I need to develop a complex application with advanced interface.<br />
Final program must be able to construct its interface by using external modules.<br />
(ie user starts the program -&gt; program loads modules -&gt; program enlarges or  changes  interface and its functionality)</p>
<p dir="auto">I'm facing with QML and Qt Quick first time in my life, so I'm not sure if I'm moving right direction.</p>
<p dir="auto">For now I decided to create a C++ classes with common interface for loading it by interface constructor. Each class will settle inside of a certain dll and will have QML code(as string variable) for interface which is created specially for certain module.</p>
<p dir="auto">The main question for now is: how to compose a complex QML interface from different libraries to force it working supposed way?</p>
<p dir="auto">What is the best approach to develop a complex user interface with loadable from libraries parts of user interface?</p>
<p dir="auto">What is the best approach to develop this kind of apps?</p>
<p dir="auto">I would appreciate for any advice and documentation related to this topic.</p>
]]></description><link>https://forum.qt.io/topic/34292/the-approach-to-develop-complex-ui-with-qt-quick</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 12:10:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/34292.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Nov 2013 13:13:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The approach to develop complex UI with Qt Quick on Sat, 16 Nov 2013 16:37:34 GMT]]></title><description><![CDATA[<p dir="auto">I think you should try qtquick examples bundled with Qt 5.2 first, and then try "Qt MediaHub":<a href="http://qt-project.org/wiki/QtMediaHub" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/wiki/QtMediaHub</a></p>
]]></description><link>https://forum.qt.io/post/204301</link><guid isPermaLink="true">https://forum.qt.io/post/204301</guid><dc:creator><![CDATA[Vincent007]]></dc:creator><pubDate>Sat, 16 Nov 2013 16:37:34 GMT</pubDate></item><item><title><![CDATA[Reply to The approach to develop complex UI with Qt Quick on Thu, 14 Nov 2013 22:01:58 GMT]]></title><description><![CDATA[<p dir="auto">This might help:</p>
<p dir="auto"><a href="http://qt-project.org/videos/watch/qt-quick-best-practices-and-design-patterns" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/videos/watch/qt-quick-best-practices-and-design-patterns</a></p>
]]></description><link>https://forum.qt.io/post/204109</link><guid isPermaLink="true">https://forum.qt.io/post/204109</guid><dc:creator><![CDATA[litlington]]></dc:creator><pubDate>Thu, 14 Nov 2013 22:01:58 GMT</pubDate></item></channel></rss>