<?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[QtQUICK 2.0 vs C++ Widget]]></title><description><![CDATA[<p dir="auto">I have a problem: I want to make a GUI interface to QUICK 2.0.  I want to make C + +  component that displays a graph and embed it in QUICK 2.0.<br />
how to make such a component?</p>
]]></description><link>https://forum.qt.io/topic/30183/qtquick-2-0-vs-c-widget</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Apr 2026 06:45:26 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/30183.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Aug 2013 12:48:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QtQUICK 2.0 vs C++ Widget on Wed, 07 Aug 2013 11:56:39 GMT]]></title><description><![CDATA[<p dir="auto">Just make a subclass of QQuickPaintedItem and draw your graph in the paint method, just as you would in a normal widget. Then expose it to qml by registring the type. There should be several examples of this. Alternatively you can draw the graph using Canvas + javascript itself.</p>
]]></description><link>https://forum.qt.io/post/189907</link><guid isPermaLink="true">https://forum.qt.io/post/189907</guid><dc:creator><![CDATA[Jens]]></dc:creator><pubDate>Wed, 07 Aug 2013 11:56:39 GMT</pubDate></item></channel></rss>