Is there a way to use QtDesigner "Edit Signals/Slots" GUI to "connect" between two class Objects / Widgets?
I like to pass text from one dialog to main window dialog.
Sort of upstream parent /child arrangement.