File: kspaceduelui.rc

package info (click to toggle)
kspaceduel 4%3A16.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 483
  • sloc: cpp: 3,149; makefile: 3; sh: 2
file content (21 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<gui name="kspaceduel"
     version="6"
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">

<MenuBar>
   <Menu name="game"><text>&amp;Game</text>
      <Action name="new_round" append="new_merge"/>
   </Menu>
</MenuBar>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
   <Action name="game_new"/>
   <Action name="new_round"/>
   <Action name="game_pause"/>
</ToolBar>

</gui>