Hi folks!!! I have trouble writing an application, so I want to check signals, and slots of one object that inherits from QObject. To do that I'm trying to use dumpObjectInfo();, but I can't get it working. In my *.pro file I've added CONFIG+=debug. I also use qDebug(Q_FUNC_INFO) ; and that works.
Also I have a second problem:
My slot doesn't get call when a signal is triggered, but the connect:...) returns true (so signal and slot are connected). My Qt ver. is 4.4.3 OS of my choice is Debian Lenny. Any hints?


...) returns true (so signal and slot are connected). My Qt ver. is 4.4.3 OS of my choice is Debian Lenny. Any hints?
Reply With Quote


Bookmarks