mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
17 lines
525 B
Text
17 lines
525 B
Text
![]() |
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="kdevsessionui" library="kdevsession" version="5">
|
||
|
<MenuBar>
|
||
|
<Menu name="session">
|
||
|
<text context="@title:menu">Session</text>
|
||
|
<Action name="new_session" />
|
||
|
<Separator />
|
||
|
<ActionList name="available_sessions"/>
|
||
|
<Separator />
|
||
|
<Action name="rename_session" />
|
||
|
<Action name="delete_session" />
|
||
|
<Separator />
|
||
|
<Action name="quit" />
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartgui>
|