<?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[Intellisense not shows the objects added via Designer.]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'm using Qt Creator 4.7.4 and I added QListWidget to my application via Designer. ObjectName of the added  QListWidget appear as <em>listWidget</em> then I renamed it to <em>myListWidget</em>.</p>
<p dir="auto">Then try to add items using the code. I declare a pointer to UI as <em>ui</em> and try to access <em>myListWidget</em>. But Intellisense  not displaying the <em>myListWidget</em> after type <em>ui-&gt;</em> instead it is showing <em>listWidget</em>.</p>
<p dir="auto">When I use it I got following error.<br />
<em>'class Ui::FormWidget' has no member named 'listWidget'</em></p>
<p dir="auto">If I manually type <em>myListWidget</em> it is working.</p>
<p dir="auto">So why Intellisense working like that?</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://forum.qt.io/topic/36178/intellisense-not-shows-the-objects-added-via-designer</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 03:17:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/36178.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jan 2014 04:38:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Intellisense not shows the objects added via Designer. on Tue, 14 Jan 2014 09:49:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisw67">@<bdi>ChrisW67</bdi></a>,</p>
<p dir="auto">Ohh. yes that's true. I'm using Qt Creator 2.4.1 based on Qt 4.7.4.</p>
<p dir="auto">Can I use  "Qt Creator 3 ":<a href="https://blog.qt.digia.com/blog/2013/12/12/qt-creator-3-0-released/" target="_blank" rel="noopener noreferrer nofollow ugc">https://blog.qt.digia.com/blog/2013/12/12/qt-creator-3-0-released/</a> with Qt 4.7.4?</p>
<p dir="auto">[quote author="ChrisW67" date="1389673669"]<br />
BTW: "IntelliSense" is a Microsoft trademark for what the Visual Studio does, and nothing to do with Qt Creator.[/quote]<br />
I asked my superior and he says it should be 'code completion'.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.qt.io/post/210681</link><guid isPermaLink="true">https://forum.qt.io/post/210681</guid><dc:creator><![CDATA[Hareen Laks]]></dc:creator><pubDate>Tue, 14 Jan 2014 09:49:38 GMT</pubDate></item><item><title><![CDATA[Reply to Intellisense not shows the objects added via Designer. on Tue, 14 Jan 2014 04:27:49 GMT]]></title><description><![CDATA[<p dir="auto">There is no Qt Creator 4.7.4, that's a Qt version number.  If your Qt Creator is of the same vintage, say version 2.1 or 2.2, then it likely has a good number of code completion issues that have been addressed in more recent releases (there have been 7 or 8 releases since 2.2).   Use a more recent Qt Creator.</p>
<p dir="auto">BTW: "IntelliSense" is a Microsoft trademark for what the Visual Studio does, and nothing to do with Qt Creator.</p>
]]></description><link>https://forum.qt.io/post/210636</link><guid isPermaLink="true">https://forum.qt.io/post/210636</guid><dc:creator><![CDATA[ChrisW67]]></dc:creator><pubDate>Tue, 14 Jan 2014 04:27:49 GMT</pubDate></item><item><title><![CDATA[Reply to Intellisense not shows the objects added via Designer. on Tue, 14 Jan 2014 02:53:34 GMT]]></title><description><![CDATA[<p dir="auto">@ Jeroentje.,</p>
<p dir="auto">I tried to compile and run. Even it compiles and run successfully 'Intellisense' not working correctly.</p>
<p dir="auto">Intellisense working correctly after restart of the the Qt Creator. :(</p>
]]></description><link>https://forum.qt.io/post/210637</link><guid isPermaLink="true">https://forum.qt.io/post/210637</guid><dc:creator><![CDATA[Hareen Laks]]></dc:creator><pubDate>Tue, 14 Jan 2014 02:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Intellisense not shows the objects added via Designer. on Thu, 09 Jan 2014 05:22:12 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Jeroentje.</p>
]]></description><link>https://forum.qt.io/post/210016</link><guid isPermaLink="true">https://forum.qt.io/post/210016</guid><dc:creator><![CDATA[Hareen Laks]]></dc:creator><pubDate>Thu, 09 Jan 2014 05:22:12 GMT</pubDate></item><item><title><![CDATA[Reply to Intellisense not shows the objects added via Designer. on Sat, 04 Jan 2014 13:49:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Intellisense uses the last known items after a succesfull compilation of your code, or when the code is changed when you safe that file. So, if you change the names in Designer, you need to run qmake and the MOC (a clean and rebuild should do the trick).</p>
]]></description><link>https://forum.qt.io/post/209401</link><guid isPermaLink="true">https://forum.qt.io/post/209401</guid><dc:creator><![CDATA[Jeroentjehome]]></dc:creator><pubDate>Sat, 04 Jan 2014 13:49:52 GMT</pubDate></item></channel></rss>