hi all,

i have the following problem: i have a mainWindow and a 1.ui form which opens if i press a button in the mainWindow.
on 1.ui i have an button (something like "add new item") which opens another form (2.ui) where information could be entered as text in lineEdit. 2.ui has a Save and a Cancel button.

as soon as I press Save, i would like to show the information inserted in the lineEdit in form 1.ui, as a label.

any suggestions how to do it?
thanks for your input.