diff options
Diffstat (limited to 'kexi/plugins/queries/kexiquerypartinstui.rc')
-rw-r--r-- | kexi/plugins/queries/kexiquerypartinstui.rc | 24 |
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>&View</text> + <Action name="querypart_view_toggle_history"/> + </Menu> + <Menu name="data"> + <text>&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> |