I don't think I need to dynamically redefine all of the objects in the forum, only the essential buttons. One more thing, should I use pointers, ie:

Qt Code:
  1. QLineEdit myLineEdit = *plainUi.myLineEdit;
To copy to clipboard, switch view to plain text mode 

or direct declarations:

Qt Code:
  1. myLineEdit = plainUi.myLineEdit;
To copy to clipboard, switch view to plain text mode 

Also, do I need to declare these in the header file?

Thanks

PS: I can't change the topic title. Can a mod please change it to SOLVED? That would be great, thanks