PDA

View Full Version : Is there a way to merge the menuitems of a parent and child form?



phamtv
5th January 2011, 20:20
If not, what is the best way to accomplish this?

boudie
5th January 2011, 21:08
You can pass the QActions -where the menuitems are based on- from the parent to the child.
However, I can't tell what side-effects this will have on connections you made to the QActions, since you don't show any code.