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é