Hello,
I want to create an object of a class inside a member function of another class...possible?
I am doing QT GUI programming, and am trying to connect two dialogs together, through the use of a function that is called when the user clicks the "Next" button. It would seem as if I would also need a way to hide the first dialog when the second dialog is called.

I have experimented with different methods, but so far none of them work.

Help?

Thanks in advance.