class KXMLGUIBuilder |
|
|
Abstract interface for a "GUI builder", used by the GUIFactory This interface is implemented by KMainWindow for the case where the toplevel widget is a KMainWindow. Other implementations may appear in the future (dialogs for instance) |
|
|
|
|
|
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) id - The id to be used for this container |
|
|
|
|
Removes the given (and previously via createContainer ) created container.
|
|
|
|
|