Doc: Define a generic thumbnail for a number of examples
Add examples that do not have any images in their documentation into manifest-meta qdocconf file, and define a generic image to use as a thumbnail in Qt Creator Welcome mode. Task-number: QTBUG-31314 Change-Id: I1625bf15cbaa53e940a07b1828dc77ca5ba45ccc Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
1178804997
commit
5ee6c24901
@ -32,7 +32,7 @@
|
|||||||
# manifestmeta.global.names = *
|
# manifestmeta.global.names = *
|
||||||
# manifestmeta.global.tags = qt5
|
# manifestmeta.global.tags = qt5
|
||||||
|
|
||||||
manifestmeta.filters = highlighted webkit1 webkit2 android
|
manifestmeta.filters = highlighted webkit1 webkit2 android thumbnail
|
||||||
|
|
||||||
manifestmeta.highlighted.names = "QtQuick/Qt Quick Demo - Same Game" \
|
manifestmeta.highlighted.names = "QtQuick/Qt Quick Demo - Same Game" \
|
||||||
"QtQuick/Qt Quick Demo - Photo Surface" \
|
"QtQuick/Qt Quick Demo - Photo Surface" \
|
||||||
@ -168,3 +168,28 @@ manifestmeta.android.names = "QtQuick/Qt Quick Demo - Maroon*" \
|
|||||||
"QtWidgets/Address Book Example"
|
"QtWidgets/Address Book Example"
|
||||||
|
|
||||||
manifestmeta.android.tags = android
|
manifestmeta.android.tags = android
|
||||||
|
|
||||||
|
# add a generic thumbnail image to examples that do not have any images in their documentation
|
||||||
|
manifestmeta.thumbnail.attributes = "imageUrl:qthelp\://org.qt-project.qtdoc.$QT_VERSION_TAG/qtdoc/images/qt-codesample.png"
|
||||||
|
|
||||||
|
manifestmeta.thumbnail.names = "QtConcurrent/Map Example" \
|
||||||
|
"QtConcurrent/QtConcurrent Word Count Example" \
|
||||||
|
"QtConcurrent/Run Function Example" \
|
||||||
|
"QtGui/Raster Window Example" \
|
||||||
|
"QtNetwork/Network Download*" \
|
||||||
|
"QtWidgets/Dynamic Layouts Example" \
|
||||||
|
"QtWidgets/Event Transitions Example" \
|
||||||
|
"QtWidgets/Plug & Paint Basic Tools Example" \
|
||||||
|
"QtWidgets/Plug & Paint Extra Filters Example" \
|
||||||
|
"QtWidgets/Two-way Button Example" \
|
||||||
|
"QtWidgets/Validators Example" \
|
||||||
|
"ActiveQt/*" \
|
||||||
|
"QtDbus/*" \
|
||||||
|
"QtHelp/*" \
|
||||||
|
"QtMultimedia/AudioEngine Example" \
|
||||||
|
"QtMultimedia/Declarative Radio Example" \
|
||||||
|
"QtMultimedia/Media Player Example" \
|
||||||
|
"QtQml/Extending QML*" \
|
||||||
|
"QtQuick/Qt Quick Examples - Accessibility" \
|
||||||
|
"QtSensors/Qt Sensors - SensorGesture QML Type example" \
|
||||||
|
"QtWinExtras/Icon Extractor"
|
||||||
|
Loading…
Reference in New Issue
Block a user