class KXMLGUIBuilder |
|
Implements the creation of the GUI (menubar, menus and toolbars)
as requested by the GUI factory.
The virtual methods are mostly for historical reasons, there isn't really a need to derive from KXMLGUIBuilder anymore. |
|
|
|
|
|
Creates a container (menubar/menu/toolbar/statusbar/separator/...)
from an element in the XML file
parent - The parent for the container index - The index where the container should be inserted into the parent container/widget element - The element from the DOM tree describing the container (use it to access container specified attributes or child elements) action - The action created for this container; used for e.g. passing to removeContainer. |
|
|
|
|
Removes the given (and previously via createContainer ) created container. |
|
|
|
|
|