~keith-penguin/kdegames/trunk

« back to all changes in this revision

Viewing changes to kubrick/src/kubrickui.rc

  • Committer: Keith Worrell
  • Date: 2009-03-18 05:35:28 UTC
  • Revision ID: keith.worrell@gmail.com-20090318053528-mx6x9c0ngmg0kg6p
imported project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
 
2
<kpartgui name="kubrick" version="9">
 
3
<MenuBar>
 
4
    <Menu name="game">
 
5
        <Menu name="puzzles"> <text>&amp;Choose Puzzle Type</text>
 
6
                <Action name="easy_list"/>
 
7
                <Action name="not_easy_list"/>
 
8
                <Action name="hard_list"/>
 
9
                <Action name="very_hard_list"/>
 
10
                <Action name="new_cube"/>
 
11
        </Menu>
 
12
    </Menu>
 
13
    <Menu name="move">
 
14
        <Action append="new_merge" name="game_restart" />
 
15
        <Action append="new_merge" name="redo_all" />
 
16
        <Action append="new_merge" name="standard_view" />
 
17
    </Menu>
 
18
    <Menu name="view">
 
19
        <Action append="new_merge" name="scene_1" />
 
20
        <Action append="new_merge" name="scene_2" />
 
21
        <Action append="new_merge" name="scene_3" />
 
22
    </Menu>
 
23
    <Menu name="demos"> <text>&amp;Demos</text>
 
24
        <Action name="move_demo"/>
 
25
        <Menu name="puzzles"> <text>&amp;Pretty Patterns</text>
 
26
                <ActionList name="patterns_list" />
 
27
        </Menu>
 
28
        <Menu name="puzzles"> <text>&amp;Solution Moves</text>
 
29
                <ActionList name="demo_moves_list"/>
 
30
        </Menu>
 
31
    </Menu>
 
32
    <Menu name="settings">
 
33
        <Action name="watch_shuffling"/>
 
34
        <Action name="watch_moves"/>
 
35
    </Menu>
 
36
</MenuBar>
 
37
 
 
38
<ToolBar name="mainToolBar" iconText="icononly" fullWidth="true">
 
39
    <Action name="scene_1" />
 
40
    <Action name="scene_2" />
 
41
    <Action name="scene_3" />
 
42
    <Separator />
 
43
    <Action name="game_new" />
 
44
    <Action name="game_save" />
 
45
    <Action name="game_load" />
 
46
    <Action name="game_restart" />
 
47
    <Separator />
 
48
    <Action name="move_undo" />
 
49
    <Action name="move_redo" />
 
50
    <Action name="move_solve" />
 
51
    <Action name="move_demo" />
 
52
    <Action name="standard_view" />
 
53
    <Separator />
 
54
    <Action name="singmaster_label" />
 
55
    <Action name="singmaster_moves" />
 
56
</ToolBar>
 
57
 
 
58
<ActionProperties>
 
59
    <Action shortcut="N; Ctrl+N"       name="game_new" />
 
60
    <Action shortcut="Q; Ctrl+Q"       name="game_quit" />
 
61
    <Action shortcut="Shift+U; F5"     name="game_restart" />
 
62
    <Action shortcut="Shift+R"         name="redo_all" />
 
63
    <Action shortcut="S"               name="move_solve" />
 
64
    <Action shortcut="Ctrl+D"          name="move_demo" />
 
65
</ActionProperties>
 
66
 
 
67
<StatusBar/>
 
68
</kpartgui>