I'm not sure that i understand your code, but:
this:
shouldn't be like this?Qt Code:
this->about = new DialogAbout(parent);To copy to clipboard, switch view to plain text mode
Qt Code:
this->about = new DialogAbout(this);To copy to clipboard, switch view to plain text mode
Bookmarks