<?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[Activeqt events problem]]></title><description><![CDATA[<p dir="auto">hi everyone<br />
i have dll,i use dumpcpp to generate class files and then i use this dll<br />
it works fine except its events<br />
i know it has event name "signal1()"<br />
i use this code<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/connect">@<bdi>connect</bdi></a>(x,SIGNAL(signal1()),this,SLOT(myslot()));@<br />
and when i see my debug output it doesn't get me error about sender or reciever is missing<br />
but it doe'snt run my slot name myslot()<br />
how can i fix this?</p>
]]></description><link>https://forum.qt.io/topic/9618/activeqt-events-problem</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 21:02:37 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/9618.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Sep 2011 09:24:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Activeqt events problem on Fri, 30 Nov 2012 19:09:27 GMT]]></title><description><![CDATA[<p dir="auto">I'm generating class with dumpcpp and it also has "skipping event interface" line. But when I'm using signal by name it works fine. Just make sure you are specifying correct signal name.</p>
]]></description><link>https://forum.qt.io/post/126036</link><guid isPermaLink="true">https://forum.qt.io/post/126036</guid><dc:creator><![CDATA[vkjr]]></dc:creator><pubDate>Fri, 30 Nov 2012 19:09:27 GMT</pubDate></item><item><title><![CDATA[Reply to Activeqt events problem on Wed, 21 Sep 2011 10:45:42 GMT]]></title><description><![CDATA[<p dir="auto">i have change it to not to use dumppcpp generated file and i writes manually<br />
this is my program:<br />
@container = new QAxWidget(this);<br />
container-&gt;setAttribute(Qt::WA_DeleteOnClose);<br />
container-&gt;setControl("{00853a19-bd51-419b-9269-2dabe57eb61f}");<br />
container-&gt;setObjectName(container-&gt;windowTitle());<br />
connect(container,SIGNAL(OnFinger()),this,SLOT(doit2()));<br />
connect(container,SIGNAL(OnConnected()),this,SLOT(doit2()));<br />
connect(container,SIGNAL(OnVerify(int)),this,SLOT(doit(int)));<br />
connect(pushButton,SIGNAL(clicked()),this,SLOT(doit2()));<br />
container-&gt;dynamicCall("Connect_Com(int,int,int)",1,1,115200);<br />
container-&gt;dynamicCall("RegEvent(int,int)",1,65535);@<br />
but now it only emit one signal name OnConnected()<br />
and other siganls doesn't emitted<br />
what should i do?</p>
]]></description><link>https://forum.qt.io/post/110304</link><guid isPermaLink="true">https://forum.qt.io/post/110304</guid><dc:creator><![CDATA[kitten]]></dc:creator><pubDate>Wed, 21 Sep 2011 10:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to Activeqt events problem on Tue, 20 Sep 2011 10:02:53 GMT]]></title><description><![CDATA[<p dir="auto">should i  use Idispatch?how?</p>
]]></description><link>https://forum.qt.io/post/110114</link><guid isPermaLink="true">https://forum.qt.io/post/110114</guid><dc:creator><![CDATA[kitten]]></dc:creator><pubDate>Tue, 20 Sep 2011 10:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to Activeqt events problem on Tue, 20 Sep 2011 06:28:14 GMT]]></title><description><![CDATA[<p dir="auto">and i use this code but it does'nt have any differences<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/connect">@<bdi>connect</bdi></a>(x,SIGNAL(signal(QString,int,void*)),this,SLOT(myslot(QString,int,void*)));@<br />
it does'nt get me error about sender or reciever is missing</p>
]]></description><link>https://forum.qt.io/post/110055</link><guid isPermaLink="true">https://forum.qt.io/post/110055</guid><dc:creator><![CDATA[kitten]]></dc:creator><pubDate>Tue, 20 Sep 2011 06:28:14 GMT</pubDate></item><item><title><![CDATA[Reply to Activeqt events problem on Tue, 20 Sep 2011 05:54:11 GMT]]></title><description><![CDATA[<p dir="auto">i generate the x class with dumpcpp<br />
it hast this line on it ,i think the problem it about this line<br />
@// skipping event interface _IZKEMEvents@<br />
how can i make dumpcpp to not skip events?</p>
]]></description><link>https://forum.qt.io/post/110042</link><guid isPermaLink="true">https://forum.qt.io/post/110042</guid><dc:creator><![CDATA[kitten]]></dc:creator><pubDate>Tue, 20 Sep 2011 05:54:11 GMT</pubDate></item><item><title><![CDATA[Reply to Activeqt events problem on Mon, 19 Sep 2011 21:40:50 GMT]]></title><description><![CDATA[<p dir="auto">this highly depends in the implementation of x ;-)</p>
]]></description><link>https://forum.qt.io/post/110005</link><guid isPermaLink="true">https://forum.qt.io/post/110005</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Mon, 19 Sep 2011 21:40:50 GMT</pubDate></item></channel></rss>