summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/keducabuilderui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/keducabuilderui.rc')
-rw-r--r--keduca/keducabuilder/keducabuilderui.rc28
1 files changed, 28 insertions, 0 deletions
diff --git a/keduca/keducabuilder/keducabuilderui.rc b/keduca/keducabuilder/keducabuilderui.rc
new file mode 100644
index 00000000..0942cea9
--- /dev/null
+++ b/keduca/keducabuilder/keducabuilderui.rc
@@ -0,0 +1,28 @@
+<!DOCTYPE kpartgui >
+<kpartgui version="2" name="keducaEditor" >
+<MenuBar>
+ <Menu name="file"><text>&amp;File</text>
+ <Action name="open_gallery"/>
+ <Action name="info_doc"/>
+ </Menu>
+ <Menu name="Edit" ><text>&amp;Edit</text>
+ <Action name="question_add" />
+ <Action name="question_edit" />
+ <Action name="question_remove" />
+ <Separator lineSeparator="true"/>
+ <Action name="question_up" icon="up"/>
+ <Action name="question_down" icon="down"/>
+ </Menu>
+</MenuBar>
+<ToolBar name="mainToolBar" >
+ <Action name="info_doc" />
+</ToolBar>
+<ToolBar name="mainQuestionBar" >
+ <Action name="question_add" />
+ <Action name="question_edit" />
+ <Action name="question_remove" />
+ <Separator lineSeparator="true"/>
+ <Action name="question_up" icon="up"/>
+ <Action name="question_down" icon="down"/>
+</ToolBar>
+</kpartgui>