i have a MainForm ,and have some MdiForms ,when the MdiForms' type changed ,some QMenu will be hide,but when i use the function
Qt Code:
  1. editMenu->setVisible(false)
To copy to clipboard, switch view to plain text mode 
the QMenu are still on the mainform, what's happen?how can i solve this problem?