mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
19 lines
414 B
Text
19 lines
414 B
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="callgraphtab" version="1">
|
|
|
|
<MenuBar>
|
|
<Menu name="view">
|
|
<Action name="zoomIn"/>
|
|
<Action name="zoomOut"/>
|
|
<Action name="focusExpensive"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<ToolBar name="callgraphToolBar">
|
|
<text>CallGraph Toolbar</text>
|
|
<Action name="zoomIn"/>
|
|
<Action name="zoomOut"/>
|
|
<Action name="focusExpensive"/>
|
|
</ToolBar>
|
|
|
|
</kpartgui>
|