<?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[How to get from Qt Designer (signal editor) to Qt Creator code ?]]></title><description><![CDATA[<p dir="auto">I may have asked this before , so forgive me if so.<br />
I have taken a detour from my program and now trying to recollect how to<br />
"get from Qt Designer to Qt Creator".  From GUI to code.<br />
In laymen terms - I am in "Edit " -&gt; "Edit signal &amp; slots" -&gt; "Signal  @ slot editor "  and want to edit the actual slot code.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/a8f6d8d2-92b4-4607-9884-d004b9ddaca1.png" alt="42318bc3-b9c5-4210-9597-5c44ce18ee29-image.png" class=" img-fluid img-markdown" /> get from Qt Designer to Qt Creator</p>
<p dir="auto">How do I get from here to code for "doItemsLayout(()  slot?</p>
<p dir="auto">I can hack it using 'search" for doItemsLayout(() , but since this is IDE there got to be a cleaner way.  Is it not ?</p>
]]></description><link>https://forum.qt.io/topic/120721/how-to-get-from-qt-designer-signal-editor-to-qt-creator-code</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 06:39:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/120721.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Nov 2020 16:08:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get from Qt Designer (signal editor) to Qt Creator code ? on Tue, 10 Nov 2020 18:29:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Are you using the independent tool called Designer or are you in Qt Creator ? If the later, open the .cpp file that was created for your class and add your code there.</p>
<p dir="auto">Edit:<br />
Sorry, the text layout made miss that point.</p>
<p dir="auto">Open your project in Qt Creator and you can edit there the code.</p>
<p dir="auto">It would be easier to use Qt Creator directly since it integrates the Designer functionnality.</p>
]]></description><link>https://forum.qt.io/post/626630</link><guid isPermaLink="true">https://forum.qt.io/post/626630</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 10 Nov 2020 18:29:40 GMT</pubDate></item></channel></rss>