summaryrefslogtreecommitdiffstats
path: root/kbruch/src/kbruchui.rc
blob: e9e8747db8f6b2a7251412f6339675cc39182f89 (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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kbruch" version="1">
<MenuBar>
  <Menu noMerge="1" name="file"><text>&amp;Task</text>
    <Action name="NewTask"/>
    <Merge/>
    <Separator/>
    <Action name="file_quit"/>
  </Menu>
</MenuBar>
<ToolBar noMerge="1" name="mainToolBar" fullWidth="true">
  <text>Main Toolbar</text>
  <Action name="NewTask"/>
  <Separator/>

  <Action name="NrOfTermsLabelAction"/>
  <Action name="NrOfTermsBoxAction"/>

  <Separator/>

  <Action name="MaxMainDenominatorLabelAction"/>
  <Action name="MaxMainDenominatorBoxAction"/>

  <Separator/>

  <Action name="OperationLabelAction"/>
  <Action name="OperationBoxAction"/>

  <Action name="help"/>
</ToolBar>
</kpartgui>