summaryrefslogtreecommitdiff
path: root/src/ivicore/doc
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-11-06 15:04:03 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-11-08 11:51:10 +0000
commit785efc8e56b98ef77e38f6716df099d06e515362 (patch)
treef9c654f42670ebce286f1c9e2fc6cdd5342128ba /src/ivicore/doc
parent117d066458357d34342637b5d71246373a77c818 (diff)
downloadqtivi-785efc8e56b98ef77e38f6716df099d06e515362.tar.gz
doc: Add images to all of the examples
Change-Id: Ifbaa52d4cec060efe7e501d4051a76fd5012e508 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/ivicore/doc')
-rw-r--r--src/ivicore/doc/images/examples_qface_ivi_climate.pngbin0 -> 19174 bytes
-rw-r--r--src/ivicore/doc/qtivicore.qdocconf3
2 files changed, 1 insertions, 2 deletions
diff --git a/src/ivicore/doc/images/examples_qface_ivi_climate.png b/src/ivicore/doc/images/examples_qface_ivi_climate.png
new file mode 100644
index 0000000..fbd3349
--- /dev/null
+++ b/src/ivicore/doc/images/examples_qface_ivi_climate.png
Binary files differ
diff --git a/src/ivicore/doc/qtivicore.qdocconf b/src/ivicore/doc/qtivicore.qdocconf
index 4344be1..4d84660 100644
--- a/src/ivicore/doc/qtivicore.qdocconf
+++ b/src/ivicore/doc/qtivicore.qdocconf
@@ -4,8 +4,7 @@ headerdirs += .. \
sourcedirs += .. \
../../imports/core
-# Set a generic thumbnail for examples that do not have an \image
-manifestmeta.thumbnail.names += "QtIvi/Qt IVI Generator Example"
+imagedirs += images
macro.qmlqtiviproperty = "\\qmlpropertygroup \2 \n\\qmlproperty bool \2.available\n \\qmlproperty \1 \2.maximumValue\n \\qmlproperty \1 \2.minimumValue\n \\qmlproperty list<\1> \2.availableValues\n \\qmlproperty \1 \2.value\n \\include src/qmlqtiviproperty.qdocinc"
macro.qmlqtivipropertyBool = "\\qmlpropertygroup \1 \n\\qmlproperty bool \1.available\n \\qmlproperty bool \1.value\n \\include src/qmlqtiviproperty.qdocinc"