Warning, /graphics/kgraphviewer/src/kgraphviewersettings.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="kgraphviewerrc"/> 
0007   <group name="Notification Messages"> 
0008     <entry name="reloadOnChangeMode" type="String"> 
0009       <label>The answer to the question 'File modified, do you want to reload it'</label> 
0010       <default>ask</default>
0011     </entry> 
0012     <entry name="parsingMode" type="String">
0013     <label>To choose whether to parse using an external command (usually dot) or the graphviz library</label>
0014     <default>internal</default>
0015     </entry>
0016     <entry name="openInExistingWindowMode" type="String"> 
0017       <label>The answer to the question 'If another window already exist when launching kgraphviewer, should we open in it, open a new window or ask?'</label>
0018       <default>ask</default>
0019     </entry> 
0020     <entry name="reopenPreviouslyOpenedFilesMode" type="String"> 
0021       <label>The answer to the question 'Should the files that were opened in previous sessions be reopened at startup?'</label>
0022       <default>ask</default>
0023     </entry> 
0024     <entry name="birdsEyeViewEnabled" type="Bool"> 
0025       <label>If true, the bird's eye view will be shown if needed.</label> 
0026       <default>true</default>
0027     </entry> 
0028     <entry name="PreviouslyOpenedFiles" type="StringList"> 
0029       <label>The list of files that were opened in past instances of kgraphviewer</label> 
0030     </entry> 
0031   </group> 
0032   <group name="Appearance">
0033     <entry name="backgroundColor" type="Color">
0034       <label>Background color of the graph view.</label>
0035       <default>white</default>
0036     </entry>
0037   </group>
0038 </kcfg>