]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.kcfg
At the PO template (translation) framework.
[PrivacyBrowserPC.git] / src / settings.kcfg
diff --git a/src/settings.kcfg b/src/settings.kcfg
new file mode 100644 (file)
index 0000000..492e0e9
--- /dev/null
@@ -0,0 +1,21 @@
+<?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="privacybrowserpcrc"/>
+  <group name="Preferences">
+    <entry name="colorBackground" type="Color">
+           <label>color of the background</label>
+           <default>black</default>
+    </entry>
+    <entry name="colorForeground" type="Color">
+           <label>color of the foreground</label>
+           <default>yellow</default>
+    </entry>
+    <entry name="ageInDays" type="Int">
+           <label>age of the project</label>
+           <default>2</default>
+    </entry>
+  </group>
+</kcfg>