Good day!

I have a QMainWindow with 3 buttons inside, lets call it window1. When i click on button1, for example, it opens a QDialog window. The problem is when i click any one of these buttons and this QDialog opens, i cannot access window1 again to open the others QDialog through those others buttons!

How can i change that?