You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
12 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="GVImagePart" version="6">
|
||
|
<MenuBar>
|
||
|
<Menu name="file"><Text>&File</Text>
|
||
|
<Action name="saveAs"/>
|
||
|
</Menu>
|
||
|
<Menu name="edit">
|
||
|
<Action name="rotate_right"/>
|
||
|
</Menu>
|
||
|
<Menu name="view"><Text>&View</Text>
|
||
|
<Separator/>
|
||
|
<Menu name="colors">
|
||
|
<text>&Colors</text>
|
||
|
<Action name="increase_gamma"/>
|
||
|
<Action name="decrease_gamma"/>
|
||
|
<Action name="increase_brightness"/>
|
||
|
<Action name="decrease_brightness"/>
|
||
|
<Action name="increase_contrast"/>
|
||
|
<Action name="decrease_contrast"/>
|
||
|
</Menu>
|
||
|
<Action name="view_zoom_to_fit"/>
|
||
|
<Action name="view_zoom_to_width"/>
|
||
|
<Action name="view_zoom_to_height"/>
|
||
|
<Action name="view_zoom_in"/>
|
||
|
<Action name="view_zoom_out"/>
|
||
|
<Action name="view_actual_size"/>
|
||
|
<Action name="view_zoom_lock"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<ToolBar name="contextToolBar" ><text>Context Toolbar</text>
|
||
|
<Action name="previous" />
|
||
|
<Action name="next" />
|
||
|
<Action name="view_zoom_to_fit" />
|
||
|
<Action name="view_zoom_in"/>
|
||
|
<Action name="view_zoom_to"/>
|
||
|
<Action name="view_zoom_out"/>
|
||
|
<Action name="rotate_right" />
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|