Warning, /graphics/kxstitch/kxstitch.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <kcfgfile name="kxstitchrc"/>
0007 
0008     <group name="editor">
0009         <entry name="Editor_BackgroundColor" type="Color">
0010             <label>The background color.</label>
0011             <default>#ffffff</default>
0012         </entry>
0013         <entry name="Editor_ThickLineColor" type="Color">
0014             <label>The color of the editors thick lines.</label>
0015             <default>#808080</default>
0016         </entry>
0017         <entry name="Editor_ThinLineColor" type="Color">
0018             <label>The color of the editors thin lines.</label>
0019             <default>#c0c0c0</default>
0020         </entry>
0021         <entry name="Editor_ThickLineWidth" type="Int">
0022             <label>The width of the major grid lines.</label>
0023             <default>0</default>
0024         </entry>
0025         <entry name="Editor_ThinLineWidth" type="Int">
0026             <label>The width of the minor grid lines.</label>
0027             <default>0</default>
0028         </entry>
0029         <entry name="Editor_CellHorizontalGrouping" type="Int">
0030             <label>The number of cells making up a horizontal group.</label>
0031             <default>10</default>
0032         </entry>
0033         <entry name="Editor_CellVerticalGrouping" type="Int">
0034             <label>The number of cells making up a vertical group.</label>
0035             <default>10</default>
0036         </entry>
0037         <entry name="Editor_HorizontalClothCount" type="Double">
0038             <label>The horizontal cloth count.</label>
0039             <default>16</default>
0040         </entry>
0041         <entry name="Editor_VerticalClothCount" type="Double">
0042             <label>The vertical cloth count.</label>
0043             <default>16</default>
0044         </entry>
0045         <entry name="Editor_ClothCountUnits" type="Enum">
0046             <label>The cloth count units.</label>
0047             <default>Default</default>
0048             <choices>
0049                 <choice name="Inches" />
0050                 <choice name="Centimeters" />
0051                 <choice name="Default" />
0052             </choices>
0053         </entry>
0054         <entry name="Editor_ClothCountLink" type="Bool">
0055             <label>Square cells</label>
0056             <default>true</default>
0057         </entry>
0058         <entry name="Editor_HorizontalScaleHeight" type="Int">
0059             <label>The height of the horizontal ruler.</label>
0060             <default>30</default>
0061         </entry>
0062         <entry name="Editor_VerticalScaleWidth" type="Int">
0063             <label>The width of the vertical ruler.</label>
0064             <default>30</default>
0065         </entry>
0066         <entry name="Editor_FormatScalesAs" type="Enum">
0067             <label>The display units for a scale.</label>
0068             <default>Stitches</default>
0069             <choices>
0070                 <choice name="Stitches" />
0071                 <choice name="Inches" />
0072                 <choice name="Centimeters" />
0073             </choices>
0074         </entry>
0075         <entry name="Editor_MinimumZoomFactor" type="Double">
0076             <label>The minimum zoom factor</label>
0077             <default>0.5</default>
0078         </entry>
0079         <entry name="Editor_MaximumZoomFactor" type="Double">
0080             <label>The maximum zoom factor</label>
0081             <default>3.0</default>
0082         </entry>
0083         <entry name="Editor_DefaultZoomFactor" type="Double">
0084             <label>The default zoom factor</label>
0085             <default>1.0</default>
0086         </entry>
0087     </group>
0088 
0089     <group name="renderer">
0090         <entry name="Renderer_ColorHilight" type="Bool">
0091             <label>Enable color highlighting mode</label>
0092             <default>false</default>
0093         </entry>
0094         <entry name="Renderer_RenderBackgroundImages" type="Bool">
0095             <label>Render the background images</label>
0096             <default>true</default>
0097         </entry>
0098         <entry name="Renderer_RenderGrid" type="Bool">
0099             <label>Render the grid</label>
0100             <default>true</default>
0101         </entry>
0102         <entry name="Renderer_RenderStitches" type="Bool">
0103             <label>Render the stitches</label>
0104             <default>true</default>
0105         </entry>
0106         <entry name="Renderer_RenderBackstitches" type="Bool">
0107             <label>Render the backstitches</label>
0108             <default>true</default>
0109         </entry>
0110         <entry name="Renderer_RenderFrenchKnots" type="Bool">
0111             <label>Render the french knots</label>
0112             <default>true</default>
0113         </entry>
0114         <entry name="Renderer_RenderStitchHints" type="Bool">
0115             <label>Render stitch hints for colored blocks</label>
0116             <default>true</default>
0117         </entry>
0118         <entry name="Renderer_RenderStitchesAs" type="Enum">
0119             <label>How to display stitches.</label>
0120             <default>Stitches</default>
0121             <choices>
0122                 <choice name="Stitches" />
0123                 <choice name="BlackWhiteSymbols" />
0124                 <choice name="ColorSymbols" />
0125                 <choice name="ColorBlocks" />
0126                 <choice name="ColorBlocksSymbols" />
0127             </choices>
0128         </entry>
0129         <entry name="Renderer_RenderBackstitchesAs" type="Enum">
0130             <label>How to display backstitches.</label>
0131             <default>ColorLines</default>
0132             <choices>
0133                 <choice name="ColorLines" />
0134                 <choice name="BlackWhiteSymbols" />
0135             </choices>
0136         </entry>
0137         <entry name="Renderer_RenderKnotsAs" type="Enum">
0138             <label>How to display french knots.</label>
0139             <default>ColorBlocks</default>
0140             <choices>
0141                 <choice name="ColorBlocks" />
0142                 <choice name="ColorBlocksSymbols" />
0143                 <choice name="ColorSymbols" />
0144                 <choice name="BlackWhiteSymbols" />
0145             </choices>
0146         </entry>
0147     </group>
0148 
0149     <group name="document">
0150         <entry name="Document_Width" type="Double">
0151             <label>The default width of a new pattern in the units specified.</label>
0152             <default>100</default>
0153         </entry>
0154         <entry name="Document_Height" type="Double">
0155             <label>The default height of a new pattern in the units specified.</label>
0156             <default>80</default>
0157         </entry>
0158         <entry name="Document_UnitsFormat" type="Enum">
0159             <label>The cloth count units.</label>
0160             <default>Stitches</default>
0161             <choices>
0162                 <choice name="Stitches" />
0163                 <choice name="Inches" />
0164                 <choice name="Centimeters" />
0165             </choices>
0166         </entry>
0167         <entry name="Document_Min_Width" type="Double">
0168             <label>The minimum width of a pattern in the units specified.</label>
0169             <default>1</default>
0170         </entry>
0171         <entry name="Document_Min_Height" type="Double">
0172             <label>The minimum height of a pattern in the units specified.</label>
0173             <default>1</default>
0174         </entry>
0175         <entry name="Document_Max_Width" type="Double">
0176             <label>The maximum width of a pattern in the units specified.</label>
0177             <default>500</default>
0178         </entry>
0179         <entry name="Document_Max_Height" type="Double">
0180             <label>The maximum height of a pattern in the units specified.</label>
0181             <default>500</default>
0182         </entry>
0183     </group>
0184 
0185     <group name="import">
0186         <entry name="Import_UseMaximumColors" type="Bool">
0187             <label>Use a maximum number of colors</label>
0188             <default>true</default>
0189         </entry>
0190         <entry name="Import_MaximumColors" type="Int">
0191             <label>Maximum number of colors</label>
0192             <default>50</default>
0193         </entry>
0194         <entry name="Import_UseFractionals" type="Bool">
0195             <label>Use fractional stitches for finer detail</label>
0196             <default>false</default>
0197         </entry>
0198     </group>
0199 
0200     <group name="palette">
0201         <entry name="Palette_DefaultScheme" type="String">
0202             <label>The default floss scheme to be used for new documents.</label>
0203             <default>DMC</default>
0204         </entry>
0205         <entry name="Palette_DefaultSymbolLibrary" type="String">
0206             <label>The default symbol library to be used for new documents.</label>
0207             <default>kxstitch</default>
0208         </entry>
0209         <entry name="Palette_StitchStrands" type="Int">
0210             <label>The default number of strands used for stitches.</label>
0211             <default>2</default>
0212         </entry>
0213         <entry name="Palette_BackstitchStrands" type="Int">
0214             <label>The default number of strands used for backstitches.</label>
0215             <default>2</default>
0216         </entry>
0217         <entry name="Palette_ShowSymbols" type="Bool">
0218             <label>Display the symbols in the palette.</label>
0219             <default>false</default>
0220         </entry>
0221         <entry name="Palette_SymbolsAntialiased" type="Bool">
0222             <label>Display the symbols antialiased</label>
0223             <default>true</default>
0224         </entry>
0225     </group>
0226 
0227     <group name="library">
0228         <entry name="Icon_DefaultSize" type="Int">
0229             <label>The default size of icons shown in the icon view</label>
0230             <default>64</default>
0231         </entry>
0232     </group>
0233 
0234     <group name="alphabet">
0235         <entry name="Alphabet_UseCapsLock" type="Bool">
0236             <label>Should character selection honor the caps lock key</label>
0237             <default>true</default>
0238         </entry>
0239         <entry name="Alphabet_SpaceWidth" type="Int">
0240             <label>The default width of a space in cells</label>
0241             <default>3</default>
0242         </entry>
0243         <entry name="Alphabet_WordWrap" type="Bool">
0244             <label>Should a space cause word wrapping at the right edge of the pattern</label>
0245             <default>true</default>
0246         </entry>
0247         <entry name="Alphabet_LineSpacing" type="Int">
0248             <label>The number of cells between lines of text</label>
0249             <default>2</default>
0250         </entry>
0251         <entry name="Alphabet_ExtendPatternWidth" type="Int">
0252             <label>The number of cells to be added when extending the pattern right</label>
0253             <default>5</default>
0254         </entry>
0255         <entry name="Alphabet_ExtendPatternHeight" type="Int">
0256             <label>The number of cells to be added when extending the pattern down</label>
0257             <default>10</default>
0258         </entry>
0259     </group>
0260 
0261     <group name="tool">
0262         <entry name="ToolShapes_UseFractionals" type="Bool">
0263             <label>Should the shapes tools use fractional stitches</label>
0264             <default>false</default>
0265         </entry>
0266         <entry name="TextTool_FontFamily" type="String">
0267             <label>The font family to be used in the TextToolDlg</label>
0268             <default>Courier</default>
0269         </entry>
0270         <entry name="TextTool_FontSize" type="Int">
0271             <label>The text size in pixels</label>
0272             <default>10</default>
0273         </entry>
0274         <entry name="Tool_MakesCopies" type="Bool">
0275             <label>Does mirroring and copying make copies</label>
0276             <default>false</default>
0277         </entry>
0278     </group>
0279 
0280     <group name="printer">
0281         <entry name="Page_MarginLeft" type="Int">
0282             <label>The page left margin</label>
0283             <default>5</default>
0284         </entry>
0285         <entry name="Page_MarginTop" type="Int">
0286             <label>The page top margin</label>
0287             <default>5</default>
0288         </entry>
0289         <entry name="Page_MarginRight" type="Int">
0290             <label>The page right margin</label>
0291             <default>5</default>
0292         </entry>
0293         <entry name="Page_MarginBottom" type="Int">
0294             <label>The page bottom margin</label>
0295             <default>5</default>
0296         </entry>
0297         <entry name="Page_ShowGrid" type="Bool">
0298             <label>Show the layout editor</label>
0299             <default>true</default>
0300         </entry>
0301         <entry name="Page_GridSize" type="Int">
0302             <label>The grid size in mm</label>
0303             <default>10</default>
0304         </entry>
0305         <entry name="Page_Size" type="Int">
0306             <label>The default page size</label>
0307             <default>4</default>
0308         </entry>
0309         <entry name="Page_Orientation" type="Int">
0310             <label>The default page orientation</label>
0311             <default>0</default>
0312         </entry>
0313         <entry name="Page_SelectNodeSnapDistance" type="Int">
0314             <label>The snap distance for element boundary corner nodes</label>
0315             <default>2</default>
0316         </entry>
0317         <entry name="Page_SelectNodeSize" type="Int">
0318             <label>The snap node size</label>
0319             <default>2</default>
0320         </entry>
0321 
0322         <entry name="PatternElement_ShowBorder" type="Bool">
0323             <label>Show a border around the pattern</label>
0324             <default>false</default>
0325         </entry>
0326         <entry name="PatternElement_BorderColor" type="Color">
0327             <label>The color of the border</label>
0328             <default>#000000</default>
0329         </entry>
0330         <entry name="PatternElement_BorderThickness" type="Int">
0331             <label>The thickness of the border in 1/10 mm</label>
0332             <default>2</default>
0333         </entry>
0334         <entry name="PatternElement_MarginLeft" type="Int">
0335             <label>The left margin</label>
0336             <default>0</default>
0337         </entry>
0338         <entry name="PatternElement_MarginTop" type="Int">
0339             <label>The top margin</label>
0340             <default>0</default>
0341         </entry>
0342         <entry name="PatternElement_MarginRight" type="Int">
0343             <label>The right margin</label>
0344             <default>0</default>
0345         </entry>
0346         <entry name="PatternElement_MarginBottom" type="Int">
0347             <label>The bottom margin</label>
0348             <default>0</default>
0349         </entry>
0350         <entry name="PatternElement_MinimumCellSize" type="Int">
0351             <label>Minimum cell size in mm for template generated printer configurations</label>
0352             <default>3</default>
0353         </entry>
0354         <entry name="PatternElement_MinimumOverflow" type="Int">
0355             <label>Minimum number of cells that can be on a page of its own</label>
0356             <default>10</default>
0357         </entry>
0358         <entry name="PatternElement_SelectedAreaColor" type="Color">
0359             <label>The color used to represented already selected areas in existing pattern elements</label>
0360             <default>#0F0F0F</default>
0361         </entry>
0362 
0363         <entry name="ImageElement_ShowBorder" type="Bool">
0364             <label>Show a border around the image</label>
0365             <default>true</default>
0366         </entry>
0367         <entry name="ImageElement_BorderColor" type="Color">
0368             <label>The color of the border</label>
0369             <default>#000000</default>
0370         </entry>
0371         <entry name="ImageElement_BorderThickness" type="Int">
0372             <label>The thickness of the border in 1/10 mm</label>
0373             <default>2</default>
0374         </entry>
0375 
0376         <entry name="KeyElement_ShowBorder" type="Bool">
0377             <label>Show a border around the key</label>
0378             <default>false</default>
0379         </entry>
0380         <entry name="KeyElement_BorderColor" type="Color">
0381             <label>The color of the border</label>
0382             <default>#000000</default>
0383         </entry>
0384         <entry name="KeyElement_BorderThickness" type="Int">
0385             <label>The thickness of the border in 1/10 mm</label>
0386             <default>2</default>
0387         </entry>
0388         <entry name="KeyElement_FillBackground" type="Bool">
0389             <label>Fill the background</label>
0390             <default>false</default>
0391         </entry>
0392         <entry name="KeyElement_BackgroundColor" type="Color">
0393             <label>The color of the background</label>
0394             <default>#ffffff</default>
0395         </entry>
0396         <entry name="KeyElement_BackgroundTransparency" type="Int">
0397             <label>Transparency of the background</label>
0398             <default>255</default>
0399         </entry>
0400         <entry name="KeyElement_MarginLeft" type="Int">
0401             <label>The key element left margin</label>
0402             <default>0</default>
0403         </entry>
0404         <entry name="KeyElement_MarginTop" type="Int">
0405             <label>The key element top margin</label>
0406             <default>0</default>
0407         </entry>
0408         <entry name="KeyElement_MarginRight" type="Int">
0409             <label>The key element right margin</label>
0410             <default>0</default>
0411         </entry>
0412         <entry name="KeyElement_MarginBottom" type="Int">
0413             <label>The key element bottom margin</label>
0414             <default>0</default>
0415         </entry>
0416         <entry name="KeyElement_SymbolColumn" type="Bool">
0417             <label>Show the key element symbol column</label>
0418             <default>true</default>
0419         </entry>
0420         <entry name="KeyElement_SymbolColumnColor" type="Bool">
0421             <label>Show the key element symbol column in color</label>
0422             <default>false</default>
0423         </entry>
0424         <entry name="KeyElement_FlossNameColumn" type="Bool">
0425             <label>Show the key element floss name column</label>
0426             <default>true</default>
0427         </entry>
0428         <entry name="KeyElement_StrandsColumn" type="Bool">
0429             <label>Show the key element floss strands column</label>
0430             <default>true</default>
0431         </entry>
0432         <entry name="KeyElement_FlossDescriptionColumn" type="Bool">
0433             <label>Show the key element floss description column</label>
0434             <default>true</default>
0435         </entry>
0436         <entry name="KeyElement_StitchesColumn" type="Bool">
0437             <label>Show the key element stitch count column</label>
0438             <default>true</default>
0439         </entry>
0440         <entry name="KeyElement_LengthColumn" type="Bool">
0441             <label>Show the key element floss length column</label>
0442             <default>true</default>
0443         </entry>
0444         <entry name="KeyElement_SkeinsColumn" type="Bool">
0445             <label>Show the key element skeins column</label>
0446             <default>true</default>
0447         </entry>
0448 
0449         <entry name="TextElement_ShowBorder" type="Bool">
0450             <label>Show the border</label>
0451             <default>false</default>
0452         </entry>
0453         <entry name="TextElement_BorderColor" type="Color">
0454             <label>The border color</label>
0455             <default>#000000</default>
0456         </entry>
0457         <entry name="TextElement_BorderThickness" type="Int">
0458             <label>Thickness of the border in 1/10 mm</label>
0459             <default>2</default>
0460         </entry>
0461         <entry name="TextElement_FillBackground" type="Bool">
0462             <label>Fill the background</label>
0463             <default>false</default>
0464         </entry>
0465         <entry name="TextElement_BackgroundColor" type="Color">
0466             <label>Color of the background</label>
0467             <default>#ffffff</default>
0468         </entry>
0469         <entry name="TextElement_BackgroundTransparency" type="Int">
0470             <label>The transparency value</label>
0471             <default>255</default>
0472         </entry>
0473         <entry name="TextElement_MarginTop" type="Int">
0474             <label>The top margin</label>
0475             <default>0</default>
0476         </entry>
0477         <entry name="TextElement_MarginLeft" type="Int">
0478             <label>The left margin</label>
0479             <default>0</default>
0480         </entry>
0481         <entry name="TextElement_MarginRight" type="Int">
0482             <label>The right margin</label>
0483             <default>0</default>
0484         </entry>
0485         <entry name="TextElement_MarginBottom" type="Int">
0486             <label>The bottom margin</label>
0487             <default>0</default>
0488         </entry>
0489         <entry name="TextElement_TextColor" type="Color">
0490             <label>The text color</label>
0491             <default>#000000</default>
0492         </entry>
0493     </group>
0494 </kcfg>