<?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[Functions of QWidgets used for QTableWidgets]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">QTableWidgets class is a subclass of QtWidgets. The functions of QWidgets can be used for QTableWidgets objects. I have found some functions not working in my program.</p>
<p dir="auto">I have another doubt, can public slots be used as public member functions of a class?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.qt.io/topic/132477/functions-of-qwidgets-used-for-qtablewidgets</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 06:44:32 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/132477.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Dec 2021 10:16:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Functions of QWidgets used for QTableWidgets on Thu, 02 Dec 2021 10:26:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/swati777999">@<bdi>Swati777999</bdi></a> said in <a href="/post/692834">Functions of QWidgets used for QTableWidgets</a>:</p>
<blockquote>
<p dir="auto">QTableWidgets class is a subclass of QtWidgets. The functions of QWidgets can be used for QTableWidgets objects.</p>
</blockquote>
<p dir="auto">Yup.</p>
<blockquote>
<p dir="auto">I have found some functions not working in my program.</p>
</blockquote>
<p dir="auto">Like what?  Yes you can call methods of <code>QWidget</code> on, say, <code>QTableWidget</code>.</p>
<blockquote>
<p dir="auto">I have another doubt, can public slots be used as public member functions of a class?</p>
</blockquote>
<p dir="auto">?  Yes, public slots are just public methods.</p>
]]></description><link>https://forum.qt.io/post/692837</link><guid isPermaLink="true">https://forum.qt.io/post/692837</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 02 Dec 2021 10:26:13 GMT</pubDate></item></channel></rss>