Warning, /pim/pim-data-exporter/gui/pimdataexporter.rc is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0002 <!--
0003   SPDX-FileCopyrightText: none
0004   SPDX-License-Identifier: BSD-3-Clause
0005 -->
0006 <gui name="PimDataExporter" version="9">
0007 <MenuBar>
0008   <Menu name="file"><text>&amp;File</text>
0009     <Action name="pimdataexporter_file_open_recent"/>
0010     <Separator/>
0011     <Action name="backup"/>
0012     <Action name="restore"/>
0013     <Separator/>
0014     <Action name="save_log"/>
0015     <Separator/>
0016     <Action name="show_structure_info"/>
0017     <Separator/>
0018     <Action name="file_quit"/>
0019   </Menu>
0020   <Menu noMerge="1" name="tools">
0021    <text>&amp;Tools</text>
0022    <Action name="show_archive_info"/>
0023    <Separator/>
0024    <Action name="show_current_archive_info"/>
0025   </Menu>
0026 </MenuBar>
0027 <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
0028   <text>Main Toolbar</text>
0029   <Action name="backup" />
0030   <Action name="restore" />
0031 </ToolBar>
0032 </gui>
0033