Comment 31 for bug 1380702

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Albert: that's because in Konsole (and other applications using KXmlGui) all actions are attached to the main window.

To be more precise, KXMLGUIClient::beginXMLPlug calls actionCollection()->addAssociatedWidget(w), and addAssociatedWidget attaches all actions in the collection to the passed widget.

Try some pure Qt application (I tested with textedit example from qtbase5-examples, with the removed toolbars).