1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
<?xml version="1.0"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="ShowImg" version="0.9.4">
<MenuBar>
<Menu name="file" >
<Action name="create_new_items"/>
<Action name="window_new"/>
<Action name="fileopen"/>
<Action name="filesave"/>
<Separator/>
<Menu name="Import"><text>&Import</text>
<Action name="album_addImages" />
<ActionList name="file_actions_import"/>
</Menu>
<Menu name="Export"><text>&Export</text>
<ActionList name="file_actions_export"/>
</Menu>
<Separator/>
<Action name="fileprint" />
<Separator/>
<Action name="close"/>
<Action name="exit"/>
</Menu>
<Menu name="edit" >
<Action name="editcut" />
<Action name="editcopy" />
<Action name="editcopypixmap"/>
<Action name="editpaste"/>
<Separator/>
<Action name="rename"/>
<Separator/>
<Action name="edittrash"/>
<Action name="editdelete"/>
<Action name="editshred"/>
<Separator/>
<Action name="Edit File Type"/>
<Action name="Image Info"/>
<Action name="Properties"/>
<Separator/>
<Action name="SelectAll"/>
<Action name="Unselect All"/>
<Action name="Invert Selection"/>
</Menu>
<Action name="action go"/>
<Menu name="view" >
<Action name="view_zoomm"/>
<Action name="view_Orientation"/>
<Action name="view_effects"/>
<Separator/>
<Menu name="window"><text>&Windows</text>
<ActionList name="winlist"/>
</Menu>
<Action name="view_sort"/>
<Action name="view_icons"/>
<Action name="FullScreen"/>
<Action name="Slideshow"/>
<Separator/>
<Action name="Refresh"/>
<Action name="Stop"/>
</Menu>
<Menu name="Image" > <text>&Image</text>
<Action name="view_wallp"/>
<Separator />
<ActionList name="image_actions"/>
</Menu>
<Action name="bookm"/>
<Menu name="Tools"> <text>&Tools</text>
<Action name="tools_campare"/>
<Action name="tools_conv"/>
<Action name="tools_maint"/>
<Action name="Rename series"/>
<Action name="scanimage"/>
<Separator />
<Menu name="BatchProcesses"><text>&Batch Processes</text>
<ActionList name="batch_actions"/>
</Menu>
<ActionList name="album_actions"/>
<ActionList name="tool_actions"/>
</Menu>
<Menu name="settings">
<Action name="configure_tools" append="configure_merge" />
</Menu>
<Menu name="help"> <text>&Help</text>
<Action name="time"/>
<Action name="help_showimgtipofday"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" >
<text>Main Toolbar</text>
<Action name="goUp" />
<Action name="back" />
<Action name="forward"/>
<Action name="goHome"/>
<Separator lineSeparator="true"/>
<Action name="editcut"/>
<Action name="editcopy"/>
<Action name="editpaste"/>
<Separator lineSeparator="true"/>
<Action name="Rotate Left"/>
<Action name="Rotate Right"/>
<Action name="Flip"/>
<Action name="Mirror"/>
<Separator lineSeparator="true"/>
<Action name="Slideshow"/>
<Action name="Previous Image"/>
<Action name="Next Image"/>
<Separator lineSeparator="true"/>
<Action name="Refresh"/>
<Action name="Preview"/>
<Action name="Stop"/>
</ToolBar>
<ToolBar name="viewToolBar" >
<text>View Toolbar</text>
<Action name="FullScreen"/>
<Separator lineSeparator="true"/>
<Action name="Zoom in"/>
<Action name="zoomComboAction"/>
<Action name="Zoom out"/>
<Action name="Fit the width"/>
<Action name="Fit the height"/>
<Action name="Fit to Screen"/>
<Action name="Originale size"/>
<Action name="ZoomLock"/>
<Separator lineSeparator="true"/>
<Action name="Enlarge"/>
<Action name="Shrink"/>
<Separator lineSeparator="true"/>
</ToolBar>
<ToolBar name="locationToolBar" fullWidth="true">
<text>Location Toolbar</text>
<Action name="clear_location" />
<Action name="location_label" />
<Action name="location_url" />
<Action name="location_go" />
</ToolBar>
</kpartgui>
<!-- //-->
|