File: menus.ui

package info (click to toggle)
revolt 0.0%2Bgit20200723.0aca6c8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 564 kB
  • sloc: python: 615; sh: 311; xml: 84; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<interface>
	<menu id="app-menu">
		<section>
		</section>
		<section>
			<item>
				<attribute name="label" translatable="yes">_Preferences</attribute>
				<attribute name="action">app.preferences</attribute>
				<attribute name="accel"><![CDATA[<Control>e]]></attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">_Element Settings</attribute>
				<attribute name="action">app.element-settings</attribute>
			</item>
		</section>
		<section>
			<item>
				<attribute name="label" translatable="yes">_About</attribute>
				<attribute name="action">app.about</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">_Quit</attribute>
				<attribute name="action">app.quit</attribute>
				<attribute name="accel"><![CDATA[<Control>q]]></attribute>
			</item>
		</section>
	</menu>
</interface>