Warning, /education/step/step/step.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="steprc"/>
0007     <group name="General">
0008         <entry name="showCreationTips" type="Bool">
0009             <label>Show tips when creating items</label>
0010             <whatsthis>Show tips when creating items</whatsthis>
0011             <default>true</default>
0012         </entry>
0013         <entry name="showAxes" type="Bool">
0014             <label>Show axes on the scene</label>
0015             <whatsthis>Show axes on the scene</whatsthis>
0016             <default>true</default>
0017         </entry>
0018         <entry name="floatDisplayPrecision" type="Int">
0019             <label>Display precision of double numbers</label>
0020             <whatsthis>Display precision of double numbers</whatsthis>
0021             <min>1</min>
0022             <max>15</max>
0023             <default>4</default>
0024         </entry>
0025         <entry name="enableOpenGL" type="Bool">
0026             <label>Use OpenGL to accelerate drawing whenever possible</label>
0027             <whatsthis>Use OpenGL to accelerate drawing whenever possible</whatsthis>
0028             <default>false</default>
0029         </entry>
0030     </group>
0031     <group name="InfoBrowser">
0032         <entry name="wikiExternal" type="Bool">
0033             <label>Browse wikipedia in external browser</label>
0034             <whatsthis>Browse wikipedia in external browser</whatsthis>
0035             <default>false</default>
0036         </entry>
0037     </group>
0038     <group name="ItemPalette">
0039         <entry name="showButtonText" type="Bool">
0040             <label>Show text beside icon</label>
0041             <whatsthis>Show text beside icon</whatsthis>
0042             <default>true</default>
0043         </entry>
0044     </group>
0045 </kcfg>