<?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 add Qt widget (Template = app)]]></title><description><![CDATA[<p dir="auto">Hey, I have been going through the qt widgets on <a href="http://qt-apps.org/" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-apps.org/</a> and quite a few of them seem interesting. Unfortunately I have been unable to find a guide on how to use them. The closest thing I have found is the "Custom Widget Plugin Example" tutorial, which is still quite a bit different from my goal.</p>
<p dir="auto">I simply want to use the downloaded widgets, is there any documentation on how to do this? I feel like a moron for asking such a simple question but I honestly cannot find the answer.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.qt.io/topic/26509/how-to-add-qt-widget-template-app</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 01:08:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/26509.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Apr 2013 02:07:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add Qt widget (Template = app) on Tue, 23 Apr 2013 05:22:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">Depending on how the widgets are packaged, you may have to either:</p>
<ol>
<li>Include the source in your project or</li>
<li>Link to the widget lib in your project (and include the relevant headers) or</li>
<li>Add it as a plugin for QtCreator.</li>
</ol>
<p dir="auto">I've written a very basic chart widget if you want an example of how to build a library and include it in your application:</p>
<p dir="auto"><a href="http://goblincoding.com/qt-chart-widget/chartoverview/" target="_blank" rel="noopener noreferrer nofollow ugc">http://goblincoding.com/qt-chart-widget/chartoverview/</a></p>
<p dir="auto">Hope that helps.</p>
]]></description><link>https://forum.qt.io/post/176858</link><guid isPermaLink="true">https://forum.qt.io/post/176858</guid><dc:creator><![CDATA[goblincoding]]></dc:creator><pubDate>Tue, 23 Apr 2013 05:22:53 GMT</pubDate></item></channel></rss>