mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="massif-visualizer" version="10">
|
|
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
<Action name="file_open"/>
|
|
<Action name="file_open_recent"/>
|
|
<Action name="file_reload"/>
|
|
<Separator/>
|
|
<DefineGroup name="file_saveas_merge" append="file_saveas_merge"/>
|
|
<Separator/>
|
|
<Action name="file_close"/>
|
|
<Separator/>
|
|
<Action name="file_quit"/>
|
|
<DefineGroup name="close_merge" append="close_merge"/>
|
|
</Menu>
|
|
|
|
<Menu name="view">
|
|
<text>&View</text>
|
|
<Action name="selectPeak"/>
|
|
</Menu>
|
|
|
|
<Menu name="settings"><text>&Settings</text>
|
|
<Merge name="StandardToolBarMenuHandler" />
|
|
<Menu name="dockWidgets"><text>&Dock Widgets</text>
|
|
<Action name="toggleDataTree" />
|
|
<Action name="toggleAllocators" />
|
|
</Menu>
|
|
<DefineGroup name="show_toolbar_merge" />
|
|
<Action name="set_configure_toolbars" />
|
|
<Action name="settings_configure" />
|
|
</Menu>
|
|
|
|
<Menu name="help"><text>&Help</text>
|
|
<Action name="help_whats_this"/>
|
|
<Separator/>
|
|
<Action name="help_report_bug"/>
|
|
<Separator/>
|
|
<Action name="help_about_app"/>
|
|
<Action name="help_about_editor"/>
|
|
<Action name="help_about_kde"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
|
|
<Action name="file_open" />
|
|
<Action name="file_close" />
|
|
<Separator />
|
|
<Action name="shorten_templates" />
|
|
<Separator />
|
|
<Action name="selectPeak"/>
|
|
<Separator />
|
|
</ToolBar>
|
|
|
|
</kpartgui>
|