7fa4af5a97
Add an 'isHighlighted' attribute to selected examples to bring them to the top on Qt Creator Welcome mode/Examples tab. Task-number: QTBUG-29354 Change-Id: I6c72c11f1f8359d889649ff5b7f91e5c4de583bd Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
53 lines
2.6 KiB
Plaintext
53 lines
2.6 KiB
Plaintext
# Additional meta information (attributes for matched entries, as well as tags)
|
|
# to be added to manifest.xml files.
|
|
#
|
|
# manifestmeta.filters = <filter1>,<filter2>,...
|
|
#
|
|
# manifestmeta.<filter>.names = <Module1>/<name1>,<Module2>/<name2>,..
|
|
# manifestmeta.<filter>.attributes = <attribute1:value1>,<attribute2:value2>,..
|
|
# manifestmeta.<filter>.tags = <tag1>,<tag2>,..
|
|
#
|
|
# <filter>.names specify all the module/name combinations to apply the
|
|
# attributes/tags to. You can use simple wildcard matching by appending
|
|
# '*' at the end of name.
|
|
#
|
|
# Note: You cannot use operators (+, =, -) in the names.
|
|
#
|
|
# Examples: add a 'isHighlighted' attribute for two 'Analog Clock' examples,
|
|
# add a 'database' tag for QtSql all examples, a 'webkit' tag for QtWebKit
|
|
# examples, and a 'qt5' tag for all examples
|
|
#
|
|
# manifestmeta.filters = highlighted sql webkit global
|
|
#
|
|
# manifestmeta.highlighted.names = "QtGui/Analog Clock Window Example" \
|
|
# "QtWidgets/Analog Clock Example"
|
|
# manifestmeta.highlighted.attributes = isHighlighted:true
|
|
#
|
|
# manifestmeta.sql.names = "QtSql/*"
|
|
# manifestmeta.sql.tags = database
|
|
#
|
|
# manifestmeta.webkit.names = "QtWebKitExamples/*"
|
|
# manifestmeta.webkit.tags = webkit
|
|
#
|
|
# manifestmeta.global.names = *
|
|
# manifestmeta.global.tags = qt5
|
|
|
|
manifestmeta.filters = highlighted
|
|
|
|
manifestmeta.highlighted.names = "QtQuick/Qt Quick Demo - Same Game" \
|
|
"QtQuick/Qt Quick Demo - Photo Surface" \
|
|
"QtQuick/Qt Quick Demo - Tweet Search" \
|
|
"QtQuick/Qt Quick Demo - Maroon*" \
|
|
"QtQuick/Qt Quick Demo - Calqlatr" \
|
|
"QtQuick/Qt Quick Particles Examples - Emitters" \
|
|
"QtQuick/Qt Quick Examples - Shader Effects" \
|
|
"QtWebKitExamples/Fancy Browser" \
|
|
"QtWebKitExamples/Flickr View Example" \
|
|
"QtWebKitExamples/YouTube View Example" \
|
|
"QtQuickControls/Qt Quick Controls - Gallery" \
|
|
"QtQuickControls/Qt Quick Controls - Text Editor Example" \
|
|
"QtQuickControls/Qt Quick Controls - Table View Example" \
|
|
"QtWidgets/Application Example"
|
|
|
|
manifestmeta.highlighted.attributes = isHighlighted:true
|