forked from KDE/kpat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kpatui.rc
52 lines (52 loc) · 1.46 KB
/
kpatui.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<gui name="kpat"
version="30"
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">
<Action name="new_game"/>
<Separator/>
<Action name="new_deal"/>
<Action name="new_numbered_deal"/>
<Action name="game_restart"/>
<Separator/>
<Action name="game_load"/>
<Action name="game_load_recent"/>
<Action name="game_save_as"/>
<Separator/>
<Action name="game_stats"/>
</Menu>
<Menu name="move" noMerge="1">
<text>Move</text>
<Action name="move_undo"/>
<Action name="move_redo"/>
<Separator/>
<ActionList name="game_actions"/>
</Menu>
<Menu name="settings">
<ActionList name="dealer_options"/>
<Separator/>
<Action name="select_deck"/>
<Action name="enable_autodrop"/>
<Action name="enable_solver"/>
<Action name="play_sounds"/>
<Action name="remember_state"/>
</Menu>
<Menu name="help">
<Action name="help_game" append="help_whats_this_merge"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar">
<text>Main Toolbar</text>
<Action name="new_game"/>
<Action name="new_deal"/>
<Separator/>
<Action name="move_undo"/>
<Action name="move_redo"/>
<Separator/>
<ActionList name="game_actions"/>
</ToolBar>
</gui>