[Qt-interest] Runtime Error :- connect: No such slot (Update)

Steven Doerfler sgd-qt at lugaru.com
Sat Feb 20 16:53:21 CET 2010


Wm. G. Urquhart wrote:
> when I 're-wire' my connect(...) to this slot it works, however; if I 
> change the code to use setLegendIndex(int) the connect(...) fails!
>   
Try using QObject::dumpObjectInfo to display all your signal connections
just after sending the signal.  Compare the working and not-working
connections in the output.

Steven




More information about the Qt-interest-old mailing list