File: ui.xml

package info (click to toggle)
solfege 3.23.4-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,744 kB
  • sloc: python: 26,939; xml: 4,380; ansic: 1,544; sh: 807; makefile: 655; perl: 8; exp: 7
file content (23 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ui>
 <menubar name='Menubar'>
    <menu action='FileMenu'>
      <menuitem action='FrontPage' />
      <menuitem action='TestsPage' />
      <menuitem action='RecentExercises' />
      <menuitem action='RecentTests' />
      <menuitem action='UserExercises' />
      <menuitem action='Search' />
      <separator/>
      <menu action='FrontPagesMenu'/>
      <separator/>
      <menuitem action='TreeEditor'/>
      <menuitem action='ExportTrainingSet'/>
      <menuitem action='EditPractiseSheet'/>
      <separator/>
      <menuitem action='ProfileManager'/>
      <menuitem action='OpenPreferencesWindow'/>
      <menuitem action='AppQuit' />
    </menu>
    <placeholder name='HelpPlaceHolder' />
  </menubar>
</ui>