summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/kexireportpartinstui.rc
blob: 9bfc8fe3f4ec11d03c14c87117ac3b2573658abb (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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE kpartgui>
<kpartgui name="kexireportpartinst" version="1">

<MenuBar>
  <Menu name="edit">
   <Action name="fompart_clear_contents"/>
  </Menu>
  <Menu name="format" noMerge="1">
  <text>&amp;Format</text>
   <Action name="snap_to_grid"/>
   <Separator/>
   <Action name="reportpart_align_menu"/>
   <Action name="reportpart_adjust_size_menu"/>
   <Separator/>
   <Action name="reportpart_format_raise"/>
   <Action name="reportpart_format_lower"/>
  </Menu>
</MenuBar>

<ToolBar name="widgets" fullWidth="false">
 <text>Widgets</text>
   <Action name="pointer"/>
   <Separator/>
   <Action name="library_widget_KexiSubReport"/>
   <Separator/>
   <Action name="library_widget_Label"/>
   <Action name="library_widget_PicLabel"/>
   <Action name="library_widget_ReportLine"/>
</ToolBar>
<ToolBar name="format" fullWidth="false" noMerge="1">
<text>Format Toolbar</text>
   <Action name="reportpart_align_menu"/>
   <Action name="reportpart_adjust_size_menu"/>
</ToolBar>

</kpartgui>