summaryrefslogtreecommitdiffstats
path: root/systemsettings/systemsettingsui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/systemsettingsui.rc')
-rw-r--r--systemsettings/systemsettingsui.rc32
1 files changed, 32 insertions, 0 deletions
diff --git a/systemsettings/systemsettingsui.rc b/systemsettings/systemsettingsui.rc
new file mode 100644
index 0000000..7998484
--- /dev/null
+++ b/systemsettings/systemsettingsui.rc
@@ -0,0 +1,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>