summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/queries/kexiquerypartinstui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/queries/kexiquerypartinstui.rc')
-rw-r--r--kexi/plugins/queries/kexiquerypartinstui.rc24
1 files changed, 24 insertions, 0 deletions
diff --git a/kexi/plugins/queries/kexiquerypartinstui.rc b/kexi/plugins/queries/kexiquerypartinstui.rc
new file mode 100644
index 00000000..405c4377
--- /dev/null
+++ b/kexi/plugins/queries/kexiquerypartinstui.rc
@@ -0,0 +1,24 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="kexiquerypartinst" version="4">
+
+<MenuBar>
+ <Menu name="view" noMerge="1">
+ <text>&amp;View</text>
+ <Action name="querypart_view_toggle_history"/>
+ </Menu>
+ <Menu name="data">
+ <text>&amp;Data</text>
+ <Action name="querypart_check_query"/>
+ <Action name="querypart_execute_query"/>
+ <Merge/>
+ </Menu>
+</MenuBar>
+
+<ToolBar name="designToolBar" fullWidth="false" noMerge="0">
+ <text>Design</text>
+ <Action name="querypart_check_query"/>
+ <Action name="querypart_execute_query"/>
+ <Action name="querypart_view_toggle_history"/>
+</ToolBar>
+
+</kpartgui>