Just a point to remember, if you upgrade to Qt4.3, there is better support for MDI using QMdiArea which I believe is a replacement for QWorkspace.
Example :
Qt Code:
m_pworkspace = new QMdiArea; m_pCanView = new CanView( this ); m_pworkspace->addSubWindow( m_pCanView ); m_pCanView->show();To copy to clipboard, switch view to plain text mode
Regards,
Steve




Reply With Quote
Bookmarks