diff options
Diffstat (limited to 'ksayit/src/ksayitui.rc')
-rw-r--r-- | ksayit/src/ksayitui.rc | 38 |
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>&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> |