Sorry if this is a newbie question: I've searched the forum and googled, but could not find any informations about it.
I have a project organized in 3 c++ (plus headers):

- main.cpp
- child1.cpp
- child2.cpp

I was wondering if there is a way, for widgets in child1.cpp, to connect access slots in child2.cpp

Thanks