Hello forum,

If a class specialize a base call and want to access the base classes signal through connection(...), is that valid in Qt?

I have not found this is the documentation . OR did i miss it?

I have found something as follows:


connect(this, SIGNAL(base class's signal), other object, SLOT());




Regards
Sajjad