<?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 connects the button signal to other classes]]></title><description><![CDATA[<p dir="auto">I'm new to QT.<br />
I use qt in Visual Studio 2019.<br />
If I want to connect the button signal and label to other classes.<br />
What do I need to do to achieve the desired effect?</p>
]]></description><link>https://forum.qt.io/topic/139956/how-to-connects-the-button-signal-to-other-classes</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 10:02:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/139956.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Oct 2022 15:02:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to connects the button signal to other classes on Mon, 10 Oct 2022 18:26:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Please take the time to go through Qt's examples in the documentation. There are a lot that shows that kind things.</p>
<p dir="auto">Note that one of the main thing to take into account is to not expose your widgets internals. Have a proper API for your widgets so you can change the implementation details without having to rewrite everything.</p>
]]></description><link>https://forum.qt.io/post/732106</link><guid isPermaLink="true">https://forum.qt.io/post/732106</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 10 Oct 2022 18:26:46 GMT</pubDate></item></channel></rss>