]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.kcfg
Add a homepage setting.
[PrivacyBrowserPC.git] / src / settings.kcfg
index 9a85eda27cd2485d2563ac7b13be404504c107ce..d4c5ffda7456fad517f1b6e0e2a47077f372848e 100644 (file)
   You should have received a copy of the GNU General Public License
   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
 
+  <!-- The options are partially displayed at <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>. -->
 <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="privacybrowserpc"/>
+    <kcfgfile name="settings"/>
 
-    <group name="Preferences">
-        <entry name="colorBackground" type="Color">
-            <label>color of the background</label>
-            <default>black</default>
+    <group name="General">
+        <entry name="homepage" type="Url">
+            <default>https://www.mojeek.com/</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 name="zoomFactor" type="Double">
+            <default>1.00</default>
         </entry>
     </group>
 </kcfg>