summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayitui.rc
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit00bb99ac80741fc50ef8a289719373032f2391eb (patch)
tree3a5a9bf72f942784b38bf77dd66c534662fab5f2 /ksayit/src/ksayitui.rc
downloadtdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.tar.gz
tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/src/ksayitui.rc')
-rw-r--r--ksayit/src/ksayitui.rc38
1 files changed, 38 insertions, 0 deletions
diff --git a/ksayit/src/ksayitui.rc b/ksayit/src/ksayitui.rc
new file mode 100644
index 0000000..4352908
--- /dev/null
+++ b/ksayit/src/ksayitui.rc
@@ -0,0 +1,38 @@
+<!DOCTYPE kpartgui>
+<kpartgui version="0.1" name="ksayit" >
+ <ActionProperties>
+ <Action icon="player_play" name="say_it" />
+ <Action icon="player_pause" name="pause" />
+ <Action icon="player_stop" name="shut_up" />
+ <Action icon="2rightarrow" name="next_sentence" />
+ <Action icon="2leftarrow" name="prev_sentence" />
+ <Action icon="editdelete" name="clear" />
+ <Action icon="edit" name="edittext" />
+ </ActionProperties>
+ <MenuBar>
+ <Menu name="action" >
+ <text>&amp;Action</text>
+ <Action name="prev_sentence" />
+ <Action name="say_it" />
+ <Action name="next_sentence" />
+ <Action name="pause" />
+ <Action name="shut_up" />
+ <Separator lineSeparator="true" />
+ <Action name="edittext" />
+ <Action name="clear" />
+ </Menu>
+ <Action name="bookmarks" />
+ </MenuBar>
+ <ToolBar noMerge="1" name="mainToolBar" >
+ <text>Main Toolbar</text>
+ <Action name="bookmarks" />
+ <Separator name="separator_1" />
+ <Action name="prev_sentence" />
+ <Action name="say_it" />
+ <Action name="next_sentence" />
+ <Action name="pause" />
+ <Action name="shut_up" />
+ <Separator name="separator_0" />
+ <Action name="edittext" />
+ </ToolBar>
+</kpartgui>