Warning, /games/palapeli/src/palapeli.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0003         <kcfgfile name="palapelirc"/>
0004         <group name="Puzzling">
0005                 <entry name="SnappingPrecision" type="Int">
0006                         <label>Precision of snapping (as a percentage of piece size).</label>
0007                         <default>20</default>
0008                 </entry>
0009         </group>
0010         <group name="Appearance">
0011                 <entry name="ViewBackground" type="String">
0012                         <label>The filename of the background image to use for the View, or "__color__" if a solid color should be used (see key "ViewBackgroundColor").</label>
0013                         <default>background.svg</default>
0014                 </entry>
0015                 <entry name="ViewBackgroundColor" type="Color">
0016                         <label>The background color to use for the View (if the key "ViewBackground" is set to "__color__").</label>
0017                         <default>#fff7eb</default>
0018                 </entry>
0019                 <entry name="ViewHighlightColor" type="Color">
0020                         <label>The highlighting color to use for selecting pieces in the View.</label>
0021                         <default>#6effff</default>
0022                 </entry>
0023                 <entry name="SolutionArea" type="Int">
0024                         <label>Where to reserve space on the puzzle table for the solution, when shuffling or re-shuffling the pieces.</label>
0025                         <default>0</default>
0026                 </entry>
0027                 <entry name="PieceSpacing" type="Int">
0028                         <label>Spacing of pieces in puzzle grids relative to the size of the largest piece (spacing factor is 1.0 + 0.05 * value).</label>
0029                         <default>6</default>
0030                 </entry>
0031                 <entry name="ShowStatusBar" type="Bool">
0032                         <label>Whether to show the status bar on the puzzle table. (It is not a real status bar, but the position and provided functionality is similar.)</label>
0033                         <default>true</default>
0034                 </entry>
0035                 <entry name="PieceShadowsEnabled" type="Bool">
0036                         <label>Whether to render shadows below the puzzle pieces. Turning this off might improve rendering performance.</label>
0037                         <default>false</default>
0038                 </entry>
0039                 <entry name="PieceBevelsEnabled" type="Bool">
0040                         <label>Whether to render bevels on the puzzle pieces. Turning this off might improve puzzle loading performance.</label>
0041                         <default>false</default>
0042                 </entry>
0043         </group>
0044         <group name="PuzzlePreview">
0045                 <entry name="PuzzlePreviewVisible" type="Bool">
0046                         <label>Whether the preview window was switched on last time Palapeli was run.</label>
0047                         <default>true</default>
0048                 </entry>
0049                 <entry name="PuzzlePreviewGeometry" type="Rect">
0050                         <label>Last position and size of puzzle preview.</label>
0051                         <default>QRect(-1, -1, 320, 240)</default>
0052                 </entry>
0053         </group>
0054 </kcfg>