summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/htmlexportconfig.kcfg
blob: 0deb0144f0f271f04b535e03078fea3aba81eb09 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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>