summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/queries/kexiquerypartinstui.rc
blob: 405c437775f9134e5909bc7ae768e0a74660da02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>