How is it possible?
I have a project with several classes. In class A I make the layout. In class B I get the signals and make a QTextEdit, named received_msg, that I want to show in class A' s layout, called mainLayout.

How is it possible?

How can I make the connection?