[go: up one dir, main page]

File: ui.xml

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (15 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ui>
 <menubar name='Menubar'>
    <menu action='FileMenu'>
      <menu action='TheoryMenu'>
        <menuitem action='TheoryIntervals' />
      </menu>
      <menuitem action='TreeEditor'/>
      <menuitem action='OpenPreferencesWindow'/>
      <separator/>
      <menuitem action='ExportTrainingSet'/>
      <menuitem action='EditPractiseSheet'/>
      <menuitem action='AppQuit' />
    </menu>
  </menubar>
</ui>