summaryrefslogtreecommitdiffstats
path: root/sigmodr/sigmodr.kcfg
blob: c72b7a79aee863e71839be70fa97a651ad72e375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
  <kcfgfile name="sigmodrrc" />
  <group name="sigmodr" >
    <entry name="ReloadOnStart" type="Bool" >
      <label>Reload files on startup.</label>
      <tooltip>Reload files on startup.</tooltip>
      <whatsThis>Reload files on startup.</whatsThis>
      <default>false</default>
    </entry>
    <entry name="TreeWidth" type="Int" >
      <label>Width of the tree.</label>
      <tooltip>Width of the tree.</tooltip>
      <whatsThis>Width of the tree.</whatsThis>
      <default>100</default>
    </entry>
    <entry name="PanelWidth" type="Int" >
      <label>Width of the editor panel.</label>
      <tooltip>Width of the editor panel.</tooltip>
      <whatsThis>Width of the editor panel.</whatsThis>
      <default>100</default>
    </entry>
    <entry name="OpenFiles" type="StringList" >
      <label>Files that were open when last exited.</label>
      <tooltip>Files that were open when last exited.</tooltip>
      <whatsThis>Files that were open when last exited.</whatsThis>
    </entry>
  </group>
</kcfg>