<?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[Advice for application]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I'm pretty new to use Qt, I didn't do very much until now, I'm used to work on .NET.<br />
My last application is an ecu tuning software, that in  a IDE style host some windows with different tools, like 2D,3D,HEX editors, and other usefull things. I'm struggling with graphics editors: the 2d window is basically a line chart editable with mouse and keyboard events, and in .NET I still loosing event when mouse is moved fast. 3d is instead a 3d editable chart, it works but only on windows.  So I'm thinking to switch the project on Qt. Do you think it will suitable to the app requirements?</p>
]]></description><link>https://forum.qt.io/topic/164727/advice-for-application</link><generator>RSS for Node</generator><lastBuildDate>Fri, 19 Jun 2026 02:20:37 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164727.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 May 2026 06:05:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Advice for application on Sat, 30 May 2026 06:59:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajeje">@<bdi>AJEJE</bdi></a><br />
Qt widgets will do the stuff you mention.  For 2D editing you have <code>QGraphicsScene</code>.  Qt has 3D stuff but I'm not familiar it with or how to do an "editor", though presumably it can.  I also don't know whether QML would be of interest to you, but it's a completely different paradigm from traditional procedural programming.  All Qt stuff is cross-platform (Windows/Linux/Mac).  You would probably want to write in C++ if you come from C#, though Python is also available.</p>
]]></description><link>https://forum.qt.io/post/838459</link><guid isPermaLink="true">https://forum.qt.io/post/838459</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Sat, 30 May 2026 06:59:53 GMT</pubDate></item></channel></rss>