summaryrefslogtreecommitdiffstats
path: root/src/abakusui.rc
blob: 395323eb129cac6e545c8eeef324f23ca079758e (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
<!DOCTYPE kpartgui>
<kpartgui name="abakus" version="2">
<MenuBar>
	<Menu name="view"><text>&amp;View</text>
		<Action name="toggleHistoryList"/>
		<Action name="toggleVariableList"/>
		<Action name="toggleFunctionList"/>

		<Separator/>

		<Action name="precisionAuto"/>
		<Action name="precision3"/>
		<Action name="precision8"/>
		<Action name="precision15"/>
		<Action name="precision50"/>
		<Action name="precisionCustom"/>

		<Separator/>

		<Action name="toggleCompactMode"/>

		<Separator/>

		<Action name="clearHistory"/>
	</Menu>
	<Menu name="mode"><text>&amp;Mode</text>
		<Action name="setDegreesMode"/>
		<Action name="setRadiansMode"/>

		<Separator/>

		<Action name="toggleExpressionMode"/>
	</Menu>
</MenuBar>
</kpartgui>