if you have seg fault here:
that means that one of those pointers: "instanceOfD" or "instanceofE" is invalid, maybe you forgot about creating object with new or forgot that you have deleted it with delete. Pasting your code here would be helpful in finding the problem. Another thing is that debugger is the right tool to investigate such problems, so you can give it a try :]Qt Code:
instanceOfD->instanceofE->setText(...);To copy to clipboard, switch view to plain text mode
Bookmarks