File: callgraphtabui.rc

package info (click to toggle)
massif-visualizer 0.6~git20161031-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,312 kB
  • ctags: 526
  • sloc: cpp: 4,587; xml: 255; makefile: 25; sh: 15
file content (19 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>