Warning, /education/parley/src/practice/practicesummaryui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
0003 <gui name="practicesummary" version="5">
0004 
0005 <MenuBar>
0006    <Menu name="file" >
0007    <text>&amp;File</text>
0008    <Action name="document_edit" />
0009    <Action name="file_close" />
0010   </Menu>
0011   <Menu name="learning" >
0012    <text>&amp;Practice</text>
0013    <Action name="practice_configure" />
0014    <Action name="practice_export" />
0015    <Action name="practice_start" />
0016   </Menu>
0017 </MenuBar>
0018 
0019  <ToolBar name="practiceSummaryToolBar">
0020   <text>Practice Summary Toolbar</text>
0021   <Action name="document_edit" />
0022   <Action name="practice_start" group="practice" />
0023   <Action name="practice_export" group="practice" />
0024  </ToolBar>
0025 </gui>