<?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[{Solved} QTableWidget signal &#x27;itemClicked&#x27; doesnt fire at all]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">We are developing an application where we generate several QTableWidget objects dynamically and show them on the screen. The problem is when I connect to 'itemClicked' signal of the QTableWidget to my public slot, it doesn't get fire at all when I manually click on any of the QTableWidgetItem.</p>
<p dir="auto">I even tried itemActivated, itemPressed signals, but none of them works.</p>
<p dir="auto">However, signal 'currentItemChanged' gets fired properly.</p>
<p dir="auto">am I missing something?</p>
<p dir="auto">Regards,<br />
Vrushali</p>
]]></description><link>https://forum.qt.io/topic/47066/solved-qtablewidget-signal-itemclicked-doesnt-fire-at-all</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 22:42:19 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47066.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Oct 2014 12:37:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to {Solved} QTableWidget signal &#x27;itemClicked&#x27; doesnt fire at all on Thu, 16 Oct 2014 11:27:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi.<br />
Please add {SOLVED} before the title if your problem is solved.<br />
So other members can notify that  solution has been found.<br />
Thanks.</p>
]]></description><link>https://forum.qt.io/post/247785</link><guid isPermaLink="true">https://forum.qt.io/post/247785</guid><dc:creator><![CDATA[IamSumit]]></dc:creator><pubDate>Thu, 16 Oct 2014 11:27:36 GMT</pubDate></item><item><title><![CDATA[Reply to {Solved} QTableWidget signal &#x27;itemClicked&#x27; doesnt fire at all on Thu, 16 Oct 2014 10:07:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I restarted the Qt Creator and system and issue seems to be resolved...</p>
<p dir="auto">Thanks for your help !</p>
]]></description><link>https://forum.qt.io/post/247775</link><guid isPermaLink="true">https://forum.qt.io/post/247775</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 16 Oct 2014 10:07:04 GMT</pubDate></item><item><title><![CDATA[Reply to {Solved} QTableWidget signal &#x27;itemClicked&#x27; doesnt fire at all on Wed, 15 Oct 2014 12:58:56 GMT]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">Do you setup the QApplication correctly?</p>
<p dir="auto">@<br />
#include "mainwindow.h"<br />
#include &lt;QApplication&gt;<br />
int main(int argc, char *argv[]) {<br />
QApplication a(argc, argv);//&lt;--- important<br />
MainWindow w;<br />
w.show();<br />
return a.exec(); //&lt;--- important<br />
}<br />
@</p>
<p dir="auto">2nd: do you use QTableWidget  in a separate event loop (QObject::moveToThread)?</p>
]]></description><link>https://forum.qt.io/post/247634</link><guid isPermaLink="true">https://forum.qt.io/post/247634</guid><dc:creator><![CDATA[vdc82]]></dc:creator><pubDate>Wed, 15 Oct 2014 12:58:56 GMT</pubDate></item></channel></rss>