Warning, /education/labplot/src/kdefrontend/labplot2ui.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="LabPlot" version="1">
0004 
0005 <ToolBar name="main_toolbar">
0006 <text>Project</text>
0007 <Action name="toggle_project_explorer_dock"/>
0008 <Action name="toggle_properties_explorer_dock"/>
0009 <Separator/>
0010 <Action name="new_workbook" />
0011 <Action name="new_spreadsheet" />
0012 <Action name="new_matrix" />
0013 <Action name="new_worksheet" />
0014 <Action name="new_datapicker" />
0015 <Separator/>
0016 <Action name="export" />
0017 </ToolBar>
0018 
0019 <ToolBar name="worksheet_toolbar">
0020 <text>Worksheet</text>
0021 </ToolBar>
0022 
0023 <ToolBar name="datapicker_toolbar">
0024 <text>Datapicker</text>
0025 </ToolBar>
0026 
0027 <ToolBar name="spreadsheet_toolbar">
0028 <text>Spreadsheet</text>
0029 </ToolBar>
0030 
0031 <ToolBar name="cas_worksheet_toolbar">
0032 <text>CAS Worksheet</text>
0033 </ToolBar>
0034 
0035 <ToolBar name="cartesian_plot_toolbar" position="left">
0036 <text>CartesianPlot</text>
0037 </ToolBar>
0038 
0039 <MenuBar>
0040 <Menu name="file" ><text>&amp;File</text>
0041 <Menu name="new"><text>&amp;Add New</text>
0042         <Action name="new_workbook" />
0043         <Action name="new_spreadsheet" />
0044         <Action name="new_matrix" />
0045         <Action name="new_worksheet" />
0046         <Action name="new_notes" />
0047         <Action name="new_datapicker" />
0048         <Action name="new_script" />
0049         <Action name="new_folder" />
0050         <Separator/>
0051         <Action name="new_live_datasource" />
0052         <Action name="new_database_datasource" />
0053         <Separator/>
0054         <Menu name="new_cas_worksheet"><text>&amp;CAS Worksheet</text>
0055             <ActionList name="backends_list" />
0056         </Menu>
0057 </Menu>
0058 <Separator/>
0059 <Menu name="import"><text>Import</text>
0060         <Action name="import_file" />
0061         <Action name="import_sql" />
0062     <Action name="import_dataset_datasource" />
0063         <Separator/>
0064         <Action name="import_labplot" />
0065         <Action name="import_opj" />
0066 </Menu>
0067 <Action name="export" />
0068 <Action name="project" />
0069 </Menu>
0070 <Menu name="edit"><text>&amp;Edit</text>
0071         <Action name="undo" />
0072         <Action name="redo" />
0073         <Action name="history" />
0074 </Menu>
0075 <Menu name="spreadsheet"><text>&amp;Spreadsheet</text></Menu>
0076 <Menu name="matrix"><text>&amp;Matrix</text></Menu>
0077 <Menu name="worksheet"><text>&amp;Worksheet</text></Menu>
0078 <Menu name="cas_worksheet"><text>&amp;CAS Worksheet</text></Menu>
0079 <Menu name="analysis"><text>&amp;Analysis</text></Menu>
0080 <Menu name="datapicker"><text>&amp;Datapicker</text></Menu>
0081 <!-- <Menu name="drawing"><text>&amp;Drawing</text></Menu> -->
0082 <!-- <Menu name="script"><text>&amp;Script</text></Menu> -->
0083 <Menu name="tools"><text>&amp;Tools</text>
0084             <Action name="edit_fits" />
0085 </Menu>
0086 <Menu name="windows"><text>&amp;Windows</text>
0087 <Action name="close window" />
0088 <Action name="close all windows" />
0089 <Separator/>
0090 <Action name="tile windows" />
0091 <Action name="cascade windows" />
0092 <Separator/>
0093 <Action name="next window" />
0094 <Action name="previous window" />
0095 </Menu>
0096 </MenuBar>
0097 </gui>