1<?xml version="1.0" encoding="UTF-8"?>
2<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6  <kcfgfile name="kgrapheditorrc"/>
7  <group name="Notification Messages">
8    <entry name="reloadOnChangeMode" type="String">
9      <label>The answer to the question 'File modified, do you want to reload it'</label>
10      <default>ask</default>
11    </entry>
12    <entry name="parsingMode" type="String">
13      <label>To choose whether to parse using an external command (usually dot) or the graphviz library</label>
14      <default>internal</default>
15    </entry>
16    <entry name="openInExistingWindowMode" type="String">
17      <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>
18      <default>ask</default>
19    </entry>
20    <entry name="reopenPreviouslyOpenedFilesMode" type="String">
21      <label>The answer to the question 'Should the files that were opened in previous sessions be reopened at startup?'</label>
22      <default>ask</default>
23    </entry>
24    <entry name="birdsEyeViewEnabled" type="Bool">
25      <label>If true, the bird's eye view will be shown if needed.</label>
26      <default>true</default>
27    </entry>
28    <entry name="PreviouslyOpenedFiles" type="StringList">
29      <label>The list of files that were opened in past instances of kgraphviewer</label>
30    </entry>
31  </group>
32</kcfg>
33