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:
QLineEdit myLineEdit = *plainUi.myLineEdit;
To copy to clipboard, switch view to plain text mode
or direct declarations:
myLineEdit = plainUi.myLineEdit;
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
Bookmarks