summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/htmlexportconfig.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/htmlexportconfig.kcfg')
-rw-r--r--kipi-plugins/htmlexport/htmlexportconfig.kcfg62
1 files changed, 62 insertions, 0 deletions
diff --git a/kipi-plugins/htmlexport/htmlexportconfig.kcfg b/kipi-plugins/htmlexport/htmlexportconfig.kcfg
new file mode 100644
index 0000000..0deb014
--- /dev/null
+++ b/kipi-plugins/htmlexport/htmlexportconfig.kcfg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
+<kcfg>
+ <kcfgfile name="kipihtmlexportrc"/>
+ <group name="general">
+ <entry name="theme" type="String">
+ </entry>
+
+ <entry name="useOriginalImageAsFullImage" type="Bool">
+ <default>false</default>
+ </entry>
+
+ <entry name="fullResize" type="Bool">
+ <default>true</default>
+ </entry>
+
+ <entry name="fullSize" type="Int">
+ <default>1024</default>
+ </entry>
+
+ <entry name="fullFormat" type="Enum">
+ <!-- choices should match .ui file -->
+ <choices>
+ <choice name="JPEG"/>
+ <choice name="PNG"/>
+ </choices>
+ <default>JPEG</default>
+ </entry>
+
+ <entry name="fullQuality" type="Int">
+ <default>80</default>
+ </entry>
+
+ <entry name="copyOriginalImage" type="Bool">
+ <default>false</default>
+ </entry>
+
+ <entry name="thumbnailSize" type="Int">
+ <default>120</default>
+ </entry>
+
+ <entry name="thumbnailFormat" type="Enum">
+ <!-- choices should match .ui file -->
+ <choices>
+ <choice name="JPEG"/>
+ <choice name="PNG"/>
+ </choices>
+ <default>JPEG</default>
+ </entry>
+
+ <entry name="thumbnailQuality" type="Int">
+ <default>80</default>
+ </entry>
+
+ <entry name="destURL" type="String">
+ </entry>
+
+ <entry name="openInBrowser" type="Bool">
+ <default>true</default>
+ </entry>
+ </group>
+</kcfg>