Warning, /graphics/kxstitch/kxstitchui.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 <kpartgui name="kxstitch" version="2.0.1">
0004 <MenuBar>
0005     <Menu name="file"><text>&amp;File</text>
0006         <Action name="filePrintSetup" append="print_merge"/>
0007         <Action name="fileImportImage"/>
0008         <Action name="fileProperties"/>
0009         <Action name="fileAddBackgroundImage"/>
0010         <Menu name="fileRemoveBackgroundImage"><text>Remove Background Image</text>
0011             <ActionList name="removeBackgroundImageActions" />
0012         </Menu>
0013     </Menu>
0014     <Menu name="edit"><text>&amp;Edit</text>
0015         <Menu name="selectionMasks"><text>Selection Masks</text>
0016             <Action name="maskStitch"/>
0017             <Action name="maskColor"/>
0018             <Action name="maskBackstitch"/>
0019             <Action name="maskKnot"/>
0020         </Menu>
0021         <Separator/>
0022         <Action name="makesCopies"/>
0023         <Menu name="mirror"><text>Mirror Selection</text>
0024             <Action name="mirrorHorizontal"/>
0025             <Action name="mirrorVertical"/>
0026         </Menu>
0027         <Menu name="rotate"><Text>Rotate Selection</Text>
0028             <Action name="rotate90"/>
0029             <Action name="rotate180"/>
0030             <action name="rotate270"/>
0031         </Menu>
0032     </Menu>
0033     <Menu name="settings"><text>&amp;Settings</text>
0034         <Menu name="formatScalesAs">
0035             <text>Format Scales As</text>
0036             <Action name="formatScalesAsStitches"/>
0037             <Action name="formatScalesAsCentimeters"/>
0038             <Action name="formatScalesAsInches"/>
0039         </Menu>
0040         <Menu name="renderStitchesAs">
0041             <text>Render Stitches As</text>
0042             <Action name="renderStitchesAsRegularStitches"/>
0043             <Action name="renderStitchesAsBlackWhiteSymbols"/>
0044             <Action name="renderStitchesAsColorSymbols"/>
0045             <Action name="renderStitchesAsColorBlocks"/>
0046             <Action name="renderStitchesAsColorBlocksSymbols"/>
0047         </Menu>
0048         <Menu name="renderBackstitchesAs">
0049             <text>Render Backstitches As</text>
0050             <Action name="renderBackstitchesAsColorLines"/>
0051             <Action name="renderBackstitchesAsBlackWhiteSymbols"/>
0052         </Menu>
0053         <Menu name="renderKnotsAs">
0054             <text>Render Knots As</text>
0055             <Action name="renderKnotsAsColorBlocks"/>
0056             <Action name="renderKnotsAsColorBlocksSymbols"/>
0057             <Action name="renderKnotsAsColorSymbols"/>
0058             <Action name="renderKnotsAsBlackWhiteSymbols"/>
0059         </Menu>
0060         <Separator/>
0061         <Action name="colorHighlight"/>
0062         <Action name="renderStitches"/>
0063         <Action name="renderBackstitches"/>
0064         <Action name="renderFrenchKnots"/>
0065         <Action name="renderGrid"/>
0066         <Action name="renderBackgroundImages"/>
0067     </Menu>
0068     <Menu name="view"><text>&amp;View</text>
0069         <Action name="showPreviewDockWidget"/>
0070         <Action name="showPaletteDockWidget"/>
0071         <Action name="showHistoryDockWidget"/>
0072         <Action name="showImportedDockWidget"/>
0073         <Menu name="viewShowBackgroundImage"><text>Show Background Image</text>
0074             <ActionList name="showBackgroundImageActions" />
0075         </Menu>
0076         <Menu name="viewFitBackgroundImage"><text>Fit Background Image to Selection</text>
0077             <ActionList name="fitBackgroundImageActions" />
0078         </Menu>
0079     </Menu>
0080     <Menu name="stitches"><text>&amp;Stitches</text>
0081         <Action name="stitchQuarter"/>
0082         <Action name="stitchHalf"/>
0083         <Action name="stitch3Quarter"/>
0084         <Action name="stitchFull"/>
0085         <Separator/>
0086         <Action name="stitchSmallHalf"/>
0087         <Action name="stitchSmallFull"/>
0088         <Separator/>
0089         <Action name="stitchFrenchKnot"/>
0090     </Menu>
0091     <Menu name="Tools"><text>&amp;Tools</text>
0092         <Action name="toolPaint"/>
0093         <Action name="toolDraw"/>
0094         <Action name="toolErase"/>
0095         <Separator/>
0096         <Action name="toolRectangle"/>
0097         <Action name="toolFillRectangle"/>
0098         <Action name="toolEllipse"/>
0099         <Action name="toolFillEllipse"/>
0100         <Action name="toolFillPolygon"/>
0101         <Separator/>
0102         <Action name="toolText"/>
0103         <Action name="toolAlphabet"/>
0104         <Separator/>
0105         <Action name="toolSelectRectangle"/>
0106         <Separator/>
0107         <Action name="toolColorPicker"/>
0108         <Separator/>
0109         <Action name="toolBackstitch"/>
0110     </Menu>
0111     <Menu name="palette"><text>&amp;Palette</text>
0112         <Action name="paletteManager"/>
0113         <Separator/>
0114         <Action name="paletteShowSymbols"/>
0115         <Separator/>
0116         <Action name="paletteClearUnused"/>
0117         <Separator/>
0118         <Action name="paletteSwapColors"/>
0119         <Action name="paletteReplaceColor"/>
0120     </Menu>
0121     <Menu name="library"><text>&amp;Library Manager</text>
0122         <Action name="libraryManager"/>
0123     </Menu>
0124     <Menu name="pattern"><text>&amp;Pattern</text>
0125         <Action name="patternExtend"/>
0126         <Action name="patternCentre"/>
0127         <Action name="patternCrop"/>
0128         <Action name="patternCropToSelection"/>
0129         <Separator/>
0130         <Action name="insertRows"/>
0131         <Action name="insertColumns"/>
0132     </Menu>
0133 </MenuBar>
0134 <Menu name="EditorPopup">
0135     <Action name="edit_cut"/>
0136     <Action name="edit_copy"/>
0137     <Action name="edit_paste"/>
0138     <Separator/>
0139     <Menu name="formatScalesAs">
0140         <text>Format Scales As</text>
0141         <Action name="formatScalesAsStitches"/>
0142         <Action name="formatScalesAsCentimeters"/>
0143         <Action name="formatScalesAsInches"/>
0144     </Menu>
0145     <Menu name="renderStitchesAs">
0146     <text>Render Stitches As</text>
0147         <Action name="renderStitchesAsRegularStitches"/>
0148         <Action name="renderStitchesAsBlackWhiteSymbols"/>
0149         <Action name="renderStitchesAsColorSymbols"/>
0150         <Action name="renderStitchesAsColorBlocks"/>
0151         <Action name="renderStitchesAsColorBlocksSymbols"/>
0152     </Menu>
0153     <Menu name="renderBackstitchesAs">
0154         <text>Render Backstitches As</text>
0155         <Action name="renderBackstitchesAsColorLines"/>
0156         <Action name="renderBackstitchesAsBlackWhiteSymbols"/>
0157     </Menu>
0158     <Menu name="renderKnotsAs">
0159         <text>Render Knots As</text>
0160         <Action name="renderKnotsAsColorBlocks"/>
0161         <Action name="renderKnotsAsColorBlocksSymbols"/>
0162         <Action name="renderKnotsAsColorSymbols"/>
0163         <Action name="renderKnotsAsBlackWhiteSymbols"/>
0164     </Menu>
0165     <Separator/>
0166     <Action name="colorHighlight"/>
0167     <Action name="renderStitches"/>
0168     <Action name="renderBackstitches"/>
0169     <Action name="renderFrenchKnots"/>
0170     <Action name="renderGrid"/>
0171     <Action name="renderBackgroundImages"/>
0172     <Separator/>
0173     <Menu name="viewShowBackgroundImage"><text>Show Background Image</text>
0174         <ActionList name="showBackgroundImageActions" />
0175     </Menu>
0176     <Menu name="viewFitBackgroundImage"><text>Fit Background Image to Selection</text>
0177         <ActionList name="fitBackgroundImageActions" />
0178     </Menu>
0179 </Menu>
0180 <Menu name="PalettePopup">
0181     <Action name="paletteManager"/>
0182     <Action name="toolColorPicker"/>
0183     <Separator/>
0184     <Action name="paletteShowSymbols"/>
0185     <Separator/>
0186     <Action name="paletteClearUnused"/>
0187     <Separator/>
0188     <Action name="paletteSwapColors"/>
0189     <Action name="paletteReplaceColor"/>
0190     <Separator/>
0191     <Action name="colorHighlight"/>
0192 </Menu>
0193 <ToolBar name="StitchToolBar" fullWidth="false"><text>Stitch Toolbar</text>
0194     <Action name="stitchQuarter"/>
0195     <Action name="stitchHalf"/>
0196     <Action name="stitch3Quarter"/>
0197     <Action name="stitchFull"/>
0198     <Separator/>
0199     <Action name="stitchSmallHalf"/>
0200     <Action name="stitchSmallFull"/>
0201     <Separator/>
0202     <Action name="stitchFrenchKnot"/>
0203 </ToolBar>
0204 <ToolBar name="ToolsToolbar" fullWidth="false"><text>Tools Toolbar</text>
0205     <Action name="toolPaint"/>
0206     <Action name="toolDraw"/>
0207     <Action name="toolErase"/>
0208     <Separator/>
0209     <Action name="toolRectangle"/>
0210     <Action name="toolFillRectangle"/>
0211     <Action name="toolEllipse"/>
0212     <Action name="toolFillEllipse"/>
0213     <Action name="toolFillPolygon"/>
0214     <Separator/>
0215     <Action name="toolAlphabet"/>
0216     <Separator/>
0217     <Action name="toolText"/>
0218     <Separator/>
0219     <Action name="toolSelectRectangle"/>
0220     <Separator/>
0221     <Action name="toolBackstitch"/>
0222     <Separator/>
0223     <Action name="toolColorPicker"/>
0224     <Action name="paletteManager"/>
0225     <Action name="colorPicker"/>
0226 </ToolBar>
0227 <ToolBar name="ZoomToolbar" fullWidth="false"><text>Zoom Toolbar</text>
0228     <Action name="view_zoom_in"/>
0229     <Action name="view_zoom_out"/>
0230     <Separator/>
0231     <Action name="view_actual_size"/>
0232     <Action name="view_fit_to_page"/>
0233     <Action name="view_fit_to_width"/>
0234     <action name="view_fit_to_height"/>
0235 </ToolBar>
0236 <State name="palette_empty">
0237 <disable>
0238     <Action name="toolPaint"/>
0239     <Action name="toolDraw"/>
0240     <Action name="toolErase"/>
0241     <Action name="toolRectangle"/>
0242     <Action name="toolFillRectangle"/>
0243     <Action name="toolEllipse"/>
0244     <Action name="toolFillEllipse"/>
0245     <Action name="toolFillPolygon"/>
0246     <Action name="toolText"/>
0247     <Action name="toolBackstitch"/>
0248     <Action name="toolColorPicker"/>
0249     <Action name="swapColors"/>
0250     <Action name="replaceColor"/>
0251     <Action name="clearUnused"/>
0252     <Action name="showSymbols"/>
0253     <Action name="savePalette"/>
0254     <Action name="removeColors"/>
0255 </disable>
0256 <enable>
0257     <Action name="loadpalette"/>
0258     <Action name="createpalette"/>
0259 </enable>
0260 </State>
0261 </kpartgui>
0262