I am using RHEL 6 and Qt4.8
Also using QtCreator.

I have a project where I have a QListWidget implemented on a ui form. All my functionality works as I expect it.
I have another project where I have a regular ui implemented. I added another UI to that project via Add New Class.

1) First I want to show the new ui via a button press on the existing GUI. I cannot get the added ui to be recognized by the existing UI.

2) Then I want to put my QListWidget from the other project onto this added UI.

If I get #1 solved, I think I can get #2 done myself.

Thanks for any help