File: kviewtemplate.rc

package info (click to toggle)
kdegraphics 4%3A3.5.5-3etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 42,448 kB
  • ctags: 42,411
  • sloc: cpp: 372,033; sh: 10,035; ansic: 8,355; perl: 3,040; makefile: 1,794; xml: 1,128; php: 311; lisp: 60
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE kpartgui>
<kpartplugin name="kviewtemplate" library="kview_templateplugin">
	<MenuBar>
		<Menu name="tools"><Text>&amp;Tools</Text>
			<Action name="plugin_template"/>
		</Menu>
	</MenuBar>
	<ToolBar name="extraToolBar">
		<Action name="plugin_template"/>
	</ToolBar>
</kpartplugin>