<?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[What is a better IDE for QT]]></title><description><![CDATA[<p dir="auto">I'm using Qt Creator. In some cases, especially when using an external library, debugging or finding the cause of a crash becomes impossible. I've tried using Visual Studio but haven't been very successful. Which IDE do you think is more professional, and why?</p>
]]></description><link>https://forum.qt.io/topic/164488/what-is-a-better-ide-for-qt</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 10:17:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164488.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Mar 2026 09:58:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is a better IDE for QT on Wed, 01 Apr 2026 10:12:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> said in <a href="/post/837470">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">So, I just need a single click after locating the line whereas in Qt Creator I need to first right click and then pick the correct menu entry and left click.</p>
</blockquote>
<p dir="auto">Point taken, so a little QoL issue :)  Use/assign a keyboard shortcut and you are down to one click (or move cursor to line with arrow keys) and one keypress :)</p>
]]></description><link>https://forum.qt.io/post/837479</link><guid isPermaLink="true">https://forum.qt.io/post/837479</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Wed, 01 Apr 2026 10:12:30 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Wed, 01 Apr 2026 06:40:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> said in <a href="/post/837447">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">You have to indicate somehow for both "Run to line" &amp; "Jump to line" which line you want it to continue to!</p>
</blockquote>
<p dir="auto">You are right. VS shows a little icon on the line you are currently hovering with the mouse. So, I just need a single click after locating the line whereas in Qt Creator I need to first right click and then pick the correct menu entry and left click. While I'm debugging I want as little friction as possible so as to not loose the context of what is going on.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> said in <a href="/post/837443">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">Run to line has the shortcut Ctrl+F10 ;)</p>
</blockquote>
<p dir="auto">I'm gonna remember this and probably use it the next time I have a smaller program which I can debug in Qt Creator.</p>
]]></description><link>https://forum.qt.io/post/837470</link><guid isPermaLink="true">https://forum.qt.io/post/837470</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Wed, 01 Apr 2026 06:40:32 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Tue, 31 Mar 2026 08:41:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a><br />
You have to indicate <em>somehow</em> for both "Run to line" &amp; "Jump to line" <em>which</em> line you want it to continue to!  <strong>Creator</strong> allows it via a right-click on the desired line.  Unless your VS can either (a) eye-read or (b) mind-read you will still have to tell it that, somehow... ;-)</p>
<p dir="auto">If you want to stick with keyboard you can move the cursor there and press as <a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> has said (existing shortcut) or add your own key if you want one for <strong>Jump to line</strong>, which is less common.</p>
]]></description><link>https://forum.qt.io/post/837447</link><guid isPermaLink="true">https://forum.qt.io/post/837447</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Tue, 31 Mar 2026 08:41:55 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Tue, 31 Mar 2026 07:57:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> Have a look at <a href="https://doc.qt.io/qtcreator/creator-how-to-step-through-code.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qtcreator/creator-how-to-step-through-code.html</a></p>
<p dir="auto"><code>Run to line</code> has the shortcut Ctrl+F10 ;)</p>
]]></description><link>https://forum.qt.io/post/837443</link><guid isPermaLink="true">https://forum.qt.io/post/837443</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Tue, 31 Mar 2026 07:57:25 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Tue, 31 Mar 2026 06:52:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> said in <a href="/post/837406">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">Otherwise there is also Run to line XXX, so you can either run to a line or skip everything up to a line with a single click and no breakpoint add/remove?</p>
</blockquote>
<p dir="auto">Alright, I didn't know about this one. But, in this respect VS is still better because it is not hidden in a context menu ;-). It's already bad enough that I need to switch from my beloved keyboard to the mouse. An extra click is just too much... (This is slightly tongue in cheek–don't take it too seriously.)</p>
]]></description><link>https://forum.qt.io/post/837442</link><guid isPermaLink="true">https://forum.qt.io/post/837442</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Tue, 31 Mar 2026 06:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 14:52:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nicholas_ru">@<bdi>nicholas_ru</bdi></a></p>
<pre><code>sudo echo "You funny :)"
</code></pre>
]]></description><link>https://forum.qt.io/post/837435</link><guid isPermaLink="true">https://forum.qt.io/post/837435</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Mon, 30 Mar 2026 14:52:03 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 14:05:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-von-habsburg">@<bdi>Joe-von-Habsburg</bdi></a> For programmer not significant how ide use. I am know developer, who use nano editor and for professional education.</p>
]]></description><link>https://forum.qt.io/post/837434</link><guid isPermaLink="true">https://forum.qt.io/post/837434</guid><dc:creator><![CDATA[nicholas_ru]]></dc:creator><pubDate>Mon, 30 Mar 2026 14:05:33 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 12:31:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmertama">@<bdi>mmertama</bdi></a> said in <a href="/post/837429">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">QtCreator is buggy beyond imagination. Visual Studio Code needs some more setup, but long term is worth of try</p>
</blockquote>
<p dir="auto">[cmake] CMake Error: Error: generator : Ninja<br />
[cmake] Does not match the generator used previously:  Ninja<br />
[cmake] Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.</p>
<p dir="auto">.... The second generator may have an extra space? :-o</p>
]]></description><link>https://forum.qt.io/post/837430</link><guid isPermaLink="true">https://forum.qt.io/post/837430</guid><dc:creator><![CDATA[mmertama]]></dc:creator><pubDate>Mon, 30 Mar 2026 12:31:03 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 12:18:29 GMT]]></title><description><![CDATA[<p dir="auto">QtCreator is buggy beyond imagination. Visual Studio Code needs some more setup, but long term is worth of try</p>
]]></description><link>https://forum.qt.io/post/837429</link><guid isPermaLink="true">https://forum.qt.io/post/837429</guid><dc:creator><![CDATA[mmertama]]></dc:creator><pubDate>Mon, 30 Mar 2026 12:18:29 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 08:09:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> Hi.<br />
Not sure what/why you are telling me?  I know this as I wrote, since I use them all the time!  Was trying to make <a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> aware that if he wants one of these (on re-read perhaps the <strong>Run to line</strong>) they are available in <strong>Creator</strong> debugging as they are in VS.</p>
]]></description><link>https://forum.qt.io/post/837411</link><guid isPermaLink="true">https://forum.qt.io/post/837411</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 30 Mar 2026 08:09:03 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 08:04:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a></p>
<ul>
<li>Run to line: Sets a temporary breakpoint on the line and stops when the program reaches this breakpoint</li>
<li>Jump to ĺine: Sets the program counter to this line, skipping all instructions that are between the current program counter and the target. Use that with cause, because it changes the program flow and can have any possible side effects.</li>
</ul>
<p dir="auto">Regards</p>
]]></description><link>https://forum.qt.io/post/837409</link><guid isPermaLink="true">https://forum.qt.io/post/837409</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Mon, 30 Mar 2026 08:04:43 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 07:47:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a><br />
Thank you, interesting.  Under Linux Creator/gdb I have basically no visualizers for Qt stuff.  I do not have the Qt source code installed.  I agree you cannot enter even the most basic <em>expression</em> for evaluation, only straight variables.  So I cannot view a particular e.g. <code>QList</code> index, as neither <code>.at(10)</code> nor <code>[10]</code> are allowed :(  But I limp through.  I have always assumed this is to do with not having Qt sources, if it could be set up to work somehow instead I would love to know...?</p>
<blockquote>
<p dir="auto">One additional advantage of VS over Qt Creator for debugging is that I can just skip to a certain line by just clicking there without having to set a breakpoint (and then immediately removing it afterwards). This is really helpful for jumping over loops. Other IDEs also have this feature.</p>
</blockquote>
<p dir="auto">Right-click in "breakpoint" gutter/margin to left of your code, on context menu only (no shortcut assigned) there is <code>Jump to line XXX</code>, which I assume is what you mean?  Otherwise there is also <code>Run to line XXX</code>, so you can either run to a line or <em>skip</em> everything up to a line with a single click and no breakpoint add/remove?  Both of these available in Creator as in VS.</p>
]]></description><link>https://forum.qt.io/post/837406</link><guid isPermaLink="true">https://forum.qt.io/post/837406</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 30 Mar 2026 07:47:50 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 07:35:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> This has been a topic a couple of times on this forum. This is only with Qt Creator on Windows and it seems to be the visualizers. IIRC it has to do with some script for visualizing std::vector or something like this. In theory, it should be possible to circumvent this in Qt Creator. But, it has also been a well known problem for some time now and I believe there has already been a discussion for a solution on this forum (most likely also a bug report mentioning the corresponding post). Nothing has happened for years, so I'm not expecting it to change. This leaves us with VS for debugging as the better alternative. (For smaller projects the integrated debugging environment in Qt Creator seems to work fine. However, in many cases I cannot evaluate any expressions in Qt Creator. This is really anoying if I need to look at element 10305 of a vector, but the visualizer cannot use the index operator.)</p>
<p dir="auto">One additional advantage of VS over Qt Creator for debugging is that I can just skip to a certain line by just clicking there without having to set a breakpoint (and then immediately removing it afterwards). This is really helpful for jumping over loops. Other IDEs also have this feature.</p>
]]></description><link>https://forum.qt.io/post/837404</link><guid isPermaLink="true">https://forum.qt.io/post/837404</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Mon, 30 Mar 2026 07:35:23 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 07:04:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> said in <a href="/post/837362">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">For debugging I am always switching over to Visual Studio. The debugging environment within Qt Creator is too slow for larger projects.</p>
</blockquote>
<p dir="auto">Could you say a few words about this, please?  Why would Creator be any slower than VS?  I thought Creator just provides a visual wrapper over the underlying debugger facilities?  I am Linux/<strong>gdb</strong>, do you think your comment applies only under Windows Creator vs VS?</p>
]]></description><link>https://forum.qt.io/post/837399</link><guid isPermaLink="true">https://forum.qt.io/post/837399</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 30 Mar 2026 07:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 07:02:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-von-habsburg">@<bdi>Joe-von-Habsburg</bdi></a><br />
...And was the debugger able to locate the sources for those libs?<br />
Provided you have debug libs and sources are found you <em>ought</em> to be able to get as much information out whether you use Creator or VS.  If perchance VS can locate the sources but Creator does not that would be very different.</p>
]]></description><link>https://forum.qt.io/post/837398</link><guid isPermaLink="true">https://forum.qt.io/post/837398</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 30 Mar 2026 07:02:47 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Mon, 30 Mar 2026 06:58:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joecfd">@<bdi>JoeCFD</bdi></a> said in <a href="/post/837383">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">Did you add external libs with debug build?</p>
</blockquote>
<p dir="auto">Yes.</p>
]]></description><link>https://forum.qt.io/post/837397</link><guid isPermaLink="true">https://forum.qt.io/post/837397</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Mon, 30 Mar 2026 06:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Sat, 28 Mar 2026 13:56:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-von-habsburg">@<bdi>Joe-von-Habsburg</bdi></a> Did you add external libs with debug build? The release build of Qwt will not provide any debug info.</p>
]]></description><link>https://forum.qt.io/post/837383</link><guid isPermaLink="true">https://forum.qt.io/post/837383</guid><dc:creator><![CDATA[JoeCFD]]></dc:creator><pubDate>Sat, 28 Mar 2026 13:56:42 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Fri, 27 Mar 2026 10:04:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> Thank you so much for your reply, it was really helpful. :)</p>
]]></description><link>https://forum.qt.io/post/837363</link><guid isPermaLink="true">https://forum.qt.io/post/837363</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Fri, 27 Mar 2026 10:04:35 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Fri, 27 Mar 2026 09:56:11 GMT]]></title><description><![CDATA[<p dir="auto">I prefer Qt Creator for writing code over Visual Studio (just because I like its navigation better and because it is cross platform). With a CMake project it doesn't really matter. We still have older projects working with qmake. In this case it makes sense to create a Visual Studio project from the .pro file. It also means you need to change the .pro file instead of the VS project file (and then regenerate the VS project).</p>
<p dir="auto">For debugging I am always switching over to Visual Studio. The debugging environment within Qt Creator is too slow for larger projects.</p>
<p dir="auto">Especially with CMake-base projects you can also use Visual Studio Code. I have also tried CLion (now free for private projects). CLion is really nice and its debugging interface also works quite well (though I haven't used CLion for debugging on Windows, yet).</p>
<p dir="auto">You can also use WinDbg independent of any IDE. This even provides time travel debugging. But, I think it is a lot harder to work with.</p>
]]></description><link>https://forum.qt.io/post/837362</link><guid isPermaLink="true">https://forum.qt.io/post/837362</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Fri, 27 Mar 2026 09:56:11 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Fri, 27 Mar 2026 07:06:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> Thank you for reply :)</p>
]]></description><link>https://forum.qt.io/post/837354</link><guid isPermaLink="true">https://forum.qt.io/post/837354</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Fri, 27 Mar 2026 07:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Fri, 27 Mar 2026 06:14:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-von-habsburg">@<bdi>Joe-von-Habsburg</bdi></a> Not sure what the picture is supposed to say.<br />
"Which IDE is more professional for using/adding external libraries and debugging?" - if you use CMake it simply doesn't matter what IDE you use.<br />
"Visual Studio has a different project structure; does this hinder project development or sharing?" - if you use CMake it does not matter.<br />
"Which one is used more by percentage?" - I'm quite sure Visual Studio, but I don't have concrete numbers (and I guess others here also don't have numbers).<br />
"Why do people prefer that IDE?" - this is the official IDE from Microsoft for Windows development. QtCreator on the other side is a smaller IDE with less functions and focused on Qt development (but not limited to Qt). But it is available for more platforms.</p>
]]></description><link>https://forum.qt.io/post/837353</link><guid isPermaLink="true">https://forum.qt.io/post/837353</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 27 Mar 2026 06:14:39 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Fri, 27 Mar 2026 06:06:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/grecko">@<bdi>GrecKo</bdi></a> said in <a href="/post/837345">What is a better IDE for QT</a>:</p>
<blockquote>
<p dir="auto">External libraries don't bring additional difficulties to me.</p>
</blockquote>
<p dir="auto">For example, I could not run Qwt on debug mode, because like that :</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/c4859c09-33c1-43e7-b718-74af309d92fd.png" alt="ee51b38b-bdb3-49bf-b742-cf9be09ef314-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What I actually wanted to ask was this: Which IDE is more professional for using/adding external libraries and debugging? Which one would be more performant and meaningful for me? As you know, Visual Studio has a different project structure; does this hinder project development or sharing? I need answers to these questions. Which one is used more by percentage? Why do people prefer that IDE? I'm curious about these things. Sorry for the inconvenience.</p>
]]></description><link>https://forum.qt.io/post/837351</link><guid isPermaLink="true">https://forum.qt.io/post/837351</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Fri, 27 Mar 2026 06:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Thu, 26 Mar 2026 12:07:54 GMT]]></title><description><![CDATA[<p dir="auto">As <a class="plugin-mentions-user plugin-mentions-a" href="/user/grecko">@<bdi>GrecKo</bdi></a> has just posted.  And if you have tried VS "but haven't been very successful" doesn't that indicate it's probably not the IDE which is at issue?  Your chosen debugger still does the debugging, and I believe you are using the same MSVC debugger in both cases?</p>
]]></description><link>https://forum.qt.io/post/837346</link><guid isPermaLink="true">https://forum.qt.io/post/837346</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 26 Mar 2026 12:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to What is a better IDE for QT on Thu, 26 Mar 2026 12:06:07 GMT]]></title><description><![CDATA[<p dir="auto">What do you mean by debugging or finding the cause of a crash becomes impossible?</p>
<p dir="auto">I've been using Qt Creator professionally for more than a decade and it does the job for me.<br />
External libraries don't bring additional difficulties to me.</p>
]]></description><link>https://forum.qt.io/post/837345</link><guid isPermaLink="true">https://forum.qt.io/post/837345</guid><dc:creator><![CDATA[GrecKo]]></dc:creator><pubDate>Thu, 26 Mar 2026 12:06:07 GMT</pubDate></item></channel></rss>