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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006                         http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0007   <include>QFontDatabase</include>
0008   <kcfgfile name="krulerrc"/>
0009   <group name="StoredSettings">
0010     <entry name="BgColor" type="Color">
0011       <label>Background color of the ruler.</label>
0012       <default code="true">QColor(255, 200, 80)</default>
0013     </entry>
0014     <entry name="Length" type="Int">
0015       <label>Length of the ruler.</label>
0016       <default>600</default>
0017     </entry>
0018     <entry name="ScaleFont" type="Font">
0019       <label>Font of the text on the ruler scale.</label>
0020       <default code="true">QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)</default>
0021     </entry>
0022     <entry name="Horizontal" type="Bool">
0023       <label>Horizontal ruler</label>
0024       <default>true</default>
0025     </entry>
0026     <entry name="LeftToRight" type="Bool">
0027       <label>Direction of the ruler</label>
0028       <default>true</default>
0029     </entry>
0030     <entry name="Offset" type="Int">
0031       <label>Offset of the origin</label>
0032       <default>0</default>
0033     </entry>
0034     <entry name="RelativeScale" type="Bool">
0035       <label>Is the scale of the ruler relative (percentage)</label>
0036       <default>false</default>
0037     </entry>
0038     <entry name="TrayIcon" type="Bool">
0039       <label>Is a tray icon used</label>
0040       <default>false</default>
0041     </entry>
0042     <entry name="Opacity" type="Int">
0043       <label>Opacity of the window</label>
0044       <default>255</default>
0045     </entry>
0046     <entry name="AlwaysOnTop" type="Bool">
0047       <label>Is always on top</label>
0048       <default>true</default>
0049     </entry>
0050   </group>
0051 </kcfg>