[Qt-interest] Single inheritance approach: problem connecting

Andre Somers andre at familiesomers.nl
Fri Nov 6 15:26:07 CET 2009


Rui Maciel wrote:
> Bradley T. Hughes wrote:
>
>   
>> You need to use SIGNAL(triggered()), not Q_SIGNAL(...)
>>     
>
> Shouldn't Q_SIGNAL() be equivalent to SIGNAL() ?
>   
No, read it's documentation. It is used to mark a single method as a 
signal, not to replace the SIGNAL macro you use in the connect statement.

André






More information about the Qt-interest-old mailing list