<?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[How to develop plugin UI components for a Qt GUI application]]></title><description><![CDATA[<p dir="auto">We want to create an GUI application which will have different modules/functions/components. Each of them is not depended on each other. But not all of those modules/functions/components are needed in different cases/users. All of them have a GUI for user to interact with. We may use Qt Widgets to develop out application.</p>
<p dir="auto">We are thinking to make them as plugin components. It is new to me. I think I can do it in Java Swing with a property file and available classes files to plug (dynamically) or unplug a component.</p>
<p dir="auto">How about in Qt/C++?  the same with a property file and available dll in window? So I need a separated Qt Creator project to create dll for each of them? How about the interfaces?</p>
<p dir="auto">Any suggestion/link will be appreciated.</p>
]]></description><link>https://forum.qt.io/topic/29596/how-to-develop-plugin-ui-components-for-a-qt-gui-application</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Apr 2026 23:48:47 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29596.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Jul 2013 17:51:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to develop plugin UI components for a Qt GUI application on Thu, 18 Jul 2013 19:40:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Have a look at this "example":<a href="http://qt-project.org/doc/qt-4.8/tools-plugandpaint.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-4.8/tools-plugandpaint.html</a></p>
<p dir="auto">It should give you a good starting point</p>
]]></description><link>https://forum.qt.io/post/187014</link><guid isPermaLink="true">https://forum.qt.io/post/187014</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 18 Jul 2013 19:40:16 GMT</pubDate></item></channel></rss>