Hi,

I have QWidget and QDialog.
The QWidget has a button and label.
I want when i click the button to open the dialog and inside to be written the value from the QWidget's label.
I have tried to make it with emmiting signal, but when i open the dialog the signal is already emitted.