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 <Action name="toggle_worksheet_preview_dock"/>
0010 <Separator/>
0011 <Action name="new_folder" />
0012 <Action name="new_workbook" />
0013 <Action name="new_spreadsheet" />
0014 <Action name="new_matrix" />
0015 <Action name="new_worksheet" />
0016 <Action name="new_notes" />
0017 <Action name="new_datapicker" />
0018 <Action name="new_live_datasource" />
0019 <Separator/>
0020 <Action name="export" />
0021 </ToolBar>
0022 
0023 <ToolBar name="worksheet_toolbar">
0024 <text>Worksheet</text>
0025 </ToolBar>
0026 
0027 <ToolBar name="datapicker_toolbar">
0028 <text>Data Extractor</text>
0029 </ToolBar>
0030 
0031 <ToolBar name="spreadsheet_toolbar">
0032 <text>Spreadsheet</text>
0033 </ToolBar>
0034 
0035 <ToolBar name="notebook_toolbar">
0036 <text>Notebook</text>
0037 </ToolBar>
0038 
0039 <ToolBar name="cartesian_plot_toolbar" position="left">
0040 <text>CartesianPlot</text>
0041 </ToolBar>
0042 
0043 <MenuBar>
0044 <Menu name="file" ><text>&amp;File</text>
0045 <Action name="file_example_open" />
0046 <Menu name="new"><text>&amp;Add New</text>
0047         <Action name="new_folder" />
0048         <Action name="new_workbook" />
0049         <Action name="new_spreadsheet" />
0050         <Action name="new_matrix" />
0051         <Action name="new_worksheet" />
0052         <Action name="new_notes" />
0053         <Action name="new_datapicker" />
0054         <Action name="new_live_datasource" />
0055         <Separator/>
0056         <Menu name="new_notebook"><text>&amp;Notebook</text>
0057             <ActionList name="backends_list" />
0058                 <Separator/>
0059                 <Action name="configure_cas" />
0060         </Menu>
0061 </Menu>
0062 <Separator/>
0063 <Menu name="import"><text>Import</text>
0064         <Action name="import_file" />
0065         <Action name="import_sql" />
0066     <Action name="import_dataset_datasource" />
0067         <Separator/>
0068         <Action name="import_labplot" />
0069         <Action name="import_opj" />
0070 </Menu>
0071 <Action name="export" />
0072 <Separator/>
0073 <Action name="share" />
0074 </Menu>
0075 <Menu name="edit"><text>&amp;Edit</text>
0076         <Action name="undo" />
0077         <Action name="redo" />
0078         <Action name="history" />
0079 </Menu>
0080 <Menu name="spreadsheet"><text>&amp;Spreadsheet</text></Menu>
0081 <Menu name="matrix"><text>&amp;Matrix</text></Menu>
0082 <Menu name="worksheet"><text>&amp;Worksheet</text></Menu>
0083 <Menu name="notebook"><text>&amp;Notebook</text></Menu>
0084 <Menu name="datapicker"><text>&amp;Data Extractor</text></Menu>
0085 <!-- <Menu name="drawing"><text>&amp;Drawing</text></Menu> -->
0086 <!-- <Menu name="script"><text>&amp;Script</text></Menu> -->
0087 <Menu name="tools"><text>&amp;Tools</text>
0088         <Action name="color_maps" />
0089         <Action name="edit_fits" />
0090 </Menu>
0091 <Menu name="windows"><text>&amp;Windows</text>
0092 <Action name="close window" />
0093 <Action name="close all windows" />
0094 <Separator/>
0095 <Action name="tile windows" />
0096 <Action name="cascade windows" />
0097 <Separator/>
0098 <Action name="next window" />
0099 <Action name="previous window" />
0100 </Menu>
0101 </MenuBar>
0102 </gui>