summaryrefslogtreecommitdiffstats
path: root/systemsettings/systemsettingsui.rc
blob: 7998484e92a4cd95dcba11529daf28059a2a2a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE kpartgui>
<kpartgui name="systemsettings" version="1">

<MenuBar>
	<Menu name="file"><Text>&amp;File</Text>
		<Action name="resetModule"/>
		<Action name="defaultModule"/>
		<Separator/>
	</Menu>

	<Menu name="view"><Text>&amp;View</Text>
		<Action name="showAll"/>
	</Menu>

	<Menu name="help">
		<Action name="help_about_module" append="about_merge"/>
	</Menu>
</MenuBar>

<ToolBar name="mainToolBar">
	<Action name="showAll"/>
	<Separator/>
	<Action name="searchReset"/>
	<Action name="searchText"/>
	<Action name="search"/>
</ToolBar>

<ActionProperties>
	<Action name="showAll" />
</ActionProperties>

</kpartgui>