SHOW:
|
|
- or go back to the newest paste.
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <gui name="test" | |
3 | version="1" | |
4 | xmlns="http://www.kde.org/standards/kxmlgui/1.0" | |
5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
6 | xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0 | |
7 | http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" > | |
8 | - | |
8 | + | |
9 | - | <MenuBar> |
9 | + | <MenuBar> |
10 | - | <Menu name="test"> |
10 | + | <Menu name="test"> |
11 | - | <text>&Test</text> |
11 | + | <text>&Test</text> |
12 | - | <Action name="foo_action" /> |
12 | + | |
13 | - | </Menu> |
13 | + | </Menu> |
14 | - | </MenuBar> |
14 | + | </MenuBar> |
15 | ||
16 | - | <ToolBar position="top" name="mainToolBar"> |
16 | + | <ToolBar position="top" name="mainToolBar"> |
17 | - | <text>Main Toolbar</text> |
17 | + | <text>Main Toolbar</text> |
18 | - | <Action name="foo_action" /> |
18 | + | <Action name="foo_action" /> |
19 | - | </ToolBar> |
19 | + | </ToolBar> |
20 | - | |
20 | + | |
21 | <State name="state1" > | |
22 | <enable> | |
23 | <Action name="foo_action" /> | |
24 | </enable> | |
25 | </State> | |
26 | - | |
26 | + | |
27 | <State name="state2" > | |
28 | <enable> | |
29 | <Action name="foo_action" /> | |
30 | </enable> | |
31 | </State> | |
32 | - | |
32 | + | |
33 | </gui> |