<?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[Choice Of Gui Widget(Graphics View&#x2F; Model View) or QML]]></title><description><![CDATA[<p dir="auto">Hi I have a project to implement Graphical Editor for ladder programming language. and i'm standing against decision to implement it in QML or QT C++.<br />
in C++it should be Graphic View Framework encapsulating widgets (Model/View freamwork) as drag/drop elements.<br />
In QML, Custom View Elements(Model/View) on Canvas(parent element). but technically which is better and why?<br />
any suggestions would be appreciated</p>
]]></description><link>https://forum.qt.io/topic/22452/choice-of-gui-widget-graphics-view-model-view-or-qml</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:27:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/22452.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Dec 2012 16:45:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Choice Of Gui Widget(Graphics View&#x2F; Model View) or QML on Fri, 04 Jan 2013 09:36:38 GMT]]></title><description><![CDATA[<p dir="auto">thanks for pointing. I have noticed that now as well. I have qml codebase for  elemets. now I have to write from scratch the canvas. anyhow I didn't like casting QML  QObject to QGraphicsItem in my code.<br />
Thanks for help guys.</p>
]]></description><link>https://forum.qt.io/post/161624</link><guid isPermaLink="true">https://forum.qt.io/post/161624</guid><dc:creator><![CDATA[deleted117]]></dc:creator><pubDate>Fri, 04 Jan 2013 09:36:38 GMT</pubDate></item><item><title><![CDATA[Reply to Choice Of Gui Widget(Graphics View&#x2F; Model View) or QML on Fri, 04 Jan 2013 07:32:35 GMT]]></title><description><![CDATA[<p dir="auto">Arsham: Note that Qt Quick 2.0 in Qt 5 is no longer using QGraphicsView or QGraphicsItem. That means the C++ items will eventually have to be ported away from QDeclarativeItem when you want to take advantage of the new improvements. (which is fairly straight forward by using QQuickPaintedItem) Apart from that, using QML for this sounds perfect.</p>
]]></description><link>https://forum.qt.io/post/161613</link><guid isPermaLink="true">https://forum.qt.io/post/161613</guid><dc:creator><![CDATA[Jens]]></dc:creator><pubDate>Fri, 04 Jan 2013 07:32:35 GMT</pubDate></item><item><title><![CDATA[Reply to Choice Of Gui Widget(Graphics View&#x2F; Model View) or QML on Fri, 04 Jan 2013 06:53:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
this example is almost what I have done for now. only somehow i've ommited it in qt5 help . i chose to create components in QML and integrate them to QGraphicsScene on C++. it apears that QML is designed so it use GraphicsView framework and it's elements(Items) are derived from c++ clases.<br />
Thanks</p>
]]></description><link>https://forum.qt.io/post/161608</link><guid isPermaLink="true">https://forum.qt.io/post/161608</guid><dc:creator><![CDATA[deleted117]]></dc:creator><pubDate>Fri, 04 Jan 2013 06:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to Choice Of Gui Widget(Graphics View&#x2F; Model View) or QML on Thu, 03 Jan 2013 21:01:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">Both should be good, just the one which is technically better is the one you control best and your knowledge is deeper.</p>
<p dir="auto">Anyway, I would choose C++. Have a look to "this Qt Example":<a href="http://qt-project.org/doc/qt-5.0/qtwidgets/graphicsview-diagramscene.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5.0/qtwidgets/graphicsview-diagramscene.html</a> if you didn't know about it. Don't waste too much time deciding your language. Pick up one and let it go.</p>
<p dir="auto">Regards</p>
]]></description><link>https://forum.qt.io/post/161564</link><guid isPermaLink="true">https://forum.qt.io/post/161564</guid><dc:creator><![CDATA[QMartin]]></dc:creator><pubDate>Thu, 03 Jan 2013 21:01:14 GMT</pubDate></item></channel></rss>