Warning, /graphics/digikam/core/showfoto/main/showfotoui5.rc is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> 0002 <gui version="800" name="showfoto" translationDomain="digikam" > 0003 0004 <MenuBar> 0005 0006 <Menu name="File" ><text>&File</text> 0007 <Action name="showfoto_open_file" /> 0008 <Action name="showfoto_open_folder" /> 0009 <Separator/> 0010 <Action name="editorwindow_backward" /> 0011 <Action name="editorwindow_forward" /> 0012 <Separator/> 0013 <Action name="editorwindow_first" /> 0014 <Action name="editorwindow_last" /> 0015 <Separator/> 0016 0017 <!-- _DPLUGINS_EDITOR_FILES_ACTIONS_ --> 0018 0019 <Action name="open_with_default_application" /> 0020 <Separator/> 0021 <Action name="editorwindow_save" /> 0022 <Action name="editorwindow_saveas" /> 0023 <Action name="editorwindow_revert" /> 0024 <Separator/> 0025 <Action name="editorwindow_delete" /> 0026 <Separator/> 0027 <Action name="showfoto_quit" /> 0028 </Menu> 0029 0030 <Menu name="Edit" ><text>&Edit</text> 0031 <Action name="editorwindow_copy" /> 0032 <Separator/> 0033 <Action name="editorwindow_undo" /> 0034 <Action name="editorwindow_redo" /> 0035 <Separator/> 0036 <Action name="editorwindow_selectAll" /> 0037 <Action name="editorwindow_selectNone" /> 0038 </Menu> 0039 0040 <Menu name="View" ><text>&View</text> 0041 <Action name="editorwindow_fullscreen" /> 0042 0043 <!-- _DPLUGINS_GENERIC_VIEW_ACTIONS_ --> 0044 0045 <Separator/> 0046 <Action name="editorwindow_zoomplus" /> 0047 <Action name="editorwindow_zoomminus" /> 0048 <Action name="editorwindow_zoomto100percents" /> 0049 <Action name="editorwindow_zoomfit2window" /> 0050 <Action name="editorwindow_zoomfit2select" /> 0051 <Separator/> 0052 <Action name="editorwindow_previewmode" /> 0053 <Separator/> 0054 <Action name="editorwindow_underexposure" /> 0055 <Action name="editorwindow_overexposure" /> 0056 <Separator/> 0057 <Action name="editorwindow_cmview" /> 0058 <Action name="editorwindow_softproofview" /> 0059 <Action name="editorwindow_softproofoptions" /> 0060 </Menu> 0061 0062 <Menu name="Color"><text>&Color</text> 0063 0064 <!-- _DPLUGINS_EDITOR_COLORS_ACTIONS_ --> 0065 0066 </Menu> 0067 0068 <Menu name="Enhance" ><text>Enh&ance</text> 0069 0070 <!-- _DPLUGINS_EDITOR_ENHANCE_ACTIONS_ --> 0071 0072 </Menu> 0073 0074 <Menu name="Transform" ><text>Tra&nsform</text> 0075 0076 <!-- _DPLUGINS_EDITOR_TRANSFORM_ACTIONS_ --> 0077 0078 </Menu> 0079 0080 <Menu name="Decorate" ><text>&Decorate</text> 0081 0082 <!-- _DPLUGINS_EDITOR_DECORATE_ACTIONS_ --> 0083 0084 </Menu> 0085 0086 <Menu name="Filters" ><text>Effec&ts</text> 0087 0088 <!-- _DPLUGINS_EDITOR_FILTERS_ACTIONS_ --> 0089 0090 </Menu> 0091 0092 <Menu name="Tools"><text>&Tools</text> 0093 0094 <!-- _DPLUGINS_GENERIC_METADATA_ACTIONS_ --> 0095 0096 <Separator/> 0097 0098 <!-- _DPLUGINS_GENERIC_TOOL_ACTIONS_ --> 0099 0100 </Menu> 0101 0102 <Menu name="Import"><text>I&mport</text> 0103 0104 <!-- _DPLUGINS_GENERIC_IMPORT_ACTIONS_ --> 0105 0106 </Menu> 0107 0108 <Menu name="Export"><text>&Export</text> 0109 0110 <!-- _DPLUGINS_GENERIC_EXPORT_ACTIONS_ --> 0111 0112 </Menu> 0113 0114 <Menu name="settings" noMerge="1"><Text>&Settings</Text> 0115 <Merge name="StandardToolBarMenuHandler" /> 0116 <Action name="options_show_menubar" /> 0117 <Action name="options_show_statusbar" /> 0118 <Action name="options_show_toolbar" /> 0119 <Action name="editorwindow_showthumbs" /> 0120 <Separator/> 0121 <Action name="theme_menu" /> 0122 <Action name="switch_application_language" /> 0123 <Action name="options_configure_keybinding" /> 0124 <Action name="options_configure_toolbars" /> 0125 <Action name="options_configure" /> 0126 </Menu> 0127 0128 <Menu name="help" ><text>&Help</text> 0129 <Action name="help_rawcameralist" /> 0130 <Action name="help_solidhardwarelist" /> 0131 <Action name="help_librariesinfo" /> 0132 <Separator/> 0133 <Action name="help_donatemoney" /> 0134 <Action name="help_onlineversioncheck" /> 0135 <Action name="help_recipesbook" /> 0136 <Action name="help_contribute" /> 0137 <Action name="help_handbook" /> 0138 </Menu> 0139 0140 <Merge/> 0141 0142 </MenuBar> 0143 0144 <ToolBar name="mainToolBar"><text>Main Toolbar</text> 0145 <Action name="editorwindow_first" /> 0146 <Action name="editorwindow_backward" /> 0147 <Action name="editorwindow_forward" /> 0148 <Action name="editorwindow_last" /> 0149 <Separator/> 0150 <Action name="showfoto_open_file" /> 0151 <Action name="showfoto_open_folder" /> 0152 <Action name="editorwindow_save" /> 0153 <Action name="editorwindow_saveas" /> 0154 <Action name="editorwindow_undo" /> 0155 <Action name="editorwindow_redo" /> 0156 <Action name="editorwindow_revert" /> 0157 <Separator/> 0158 <Action name="editorwindow_transform_rotateleft" /> 0159 <Action name="editorwindow_transform_rotateright" /> 0160 <Action name="editorwindow_transform_crop" /> 0161 <Separator/> 0162 <Action name="editorwindow_fullscreen" /> 0163 <Action name="slideshow_plugin" /> 0164 <Merge /> 0165 <WeakSeparator/> 0166 <Action name="logo_action" /> 0167 <Action name="hamburger_menu"/> 0168 </ToolBar> 0169 0170 <ActionProperties/> 0171 0172 </gui>