You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
629 B
33 lines
629 B
<!DOCTYPE kpartgui>
|
|
<kpartgui name="systemsettings" version="1">
|
|
|
|
<MenuBar>
|
|
<Menu name="file"><Text>&File</Text>
|
|
<Action name="resetModule"/>
|
|
<Action name="defaultModule"/>
|
|
<Separator/>
|
|
</Menu>
|
|
|
|
<Menu name="view"><Text>&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>
|