Hi,
I have the following code to close my widget and remove from the workspace :
Qt Code:
m_pMessageTree->close(); m_pworkspace->removeSubWindow( m_pMessageTree ); delete m_pMessageTree;To copy to clipboard, switch view to plain text mode
Problem is, the widget/window doesn't close?
Am I doing something obviously wrong?
Thanks,
Steve
Bookmarks