summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/tables/kexitablepartinstui.rc
blob: e96a59767e1a4f6a7b3da0ea0d9cc9d7d9a64580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE kpartgui>
<kpartgui name="kexitablepartinst" version="6">

<MenuBar>
  <Menu name="edit" noMerge="0">
    <text>&amp;Edit</text>
    <Separator/>
    <Action name="tablepart_toggle_pkey"/>
  </Menu>
</MenuBar>

<ToolBar name="designToolBar" fullWidth="false" noMerge="0">
  <text>Design</text>
  <!-- Design View -->
  <!-- TODO: reenable after shared toggle actions fix: Action name="tablepart_toggle_pkey"/ -->
</ToolBar>

</kpartgui>