summaryrefslogtreecommitdiffstats
path: root/sigmodr/sigmodr.kcfg
blob: 36c91ce59fbbca32db9b2b140a3d71444a0f9334 (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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
  <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>