Hello.
I have a problem. I have two windows: form and dialog.
Form include tableview (model-based).
Dialog include lineEdit's fields and button.

I want to send information from dialog box to model (in main window).
For example, in dialog box Name and Surname to header in my model.

Thanks