These examples now define their own images. Having duplicate definitions is bad as it results in invalid example manifest xml, and Qt Creator fails to detect all examples declared in that file. Task-number: QTBUG-41996 Change-Id: Ia9d6cd0b3ec4e82b79b1df54774c2d9cea279a59 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
279 lines
19 KiB
Plaintext
279 lines
19 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 webkit1 webkit2 android thumbnail ios
|
|
|
|
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 Demo - StocQt" \
|
|
"QtQuick/Qt Quick Demo - Clocks" \
|
|
"QtQuick/Qt Quick Examples - Shader Effects" \
|
|
"QtQuick/Qt Quick Examples - Text" \
|
|
"QtQuick/Qt Quick Examples - Window and Screen" \
|
|
"QtQuickControls/Qt Quick Controls - Gallery" \
|
|
"QtQuickControls/Qt Quick Controls - Text Editor Example" \
|
|
"QtQuickControls/Qt Quick Controls - Table View Example" \
|
|
"QtQuickControls/Qt Quick Controls - Calendar Example" \
|
|
"QtQuickDialogs/Qt Quick System Dialog Examples" \
|
|
"QtWidgets/Application Example" \
|
|
"QtWinExtras/Quick Player"
|
|
|
|
manifestmeta.highlighted.attributes = isHighlighted:true
|
|
|
|
# Add 'webkit1' tag for QtWebKit1 examples
|
|
manifestmeta.webkit1.names = "QtWebKitExamples/Tab Browser" \
|
|
"QtWebKitExamples/DOM Traversal Example" \
|
|
"QtWebKitExamples/Fancy Browser Example" \
|
|
"QtWebKitExamples/Form Extractor Example" \
|
|
"QtWebKitExamples/WebKit Frame Capture Example" \
|
|
"QtWebKitExamples/The Webkit Bridge Tutorial*" \
|
|
"QtWebKitExamples/Previewer Example" \
|
|
"QtWebKitExamples/Wheel Scroller Example" \
|
|
"QtWebKitExamples/Simple Selector Example" \
|
|
"QtWebKitExamples/QObject XML Model Example"
|
|
|
|
manifestmeta.webkit1.tags = webkit1
|
|
|
|
# Add 'webkit2' tag for QtWebKit2 examples
|
|
manifestmeta.webkit2.names = "QtWebKitExamples/Flickr View Example" \
|
|
"QtWebKitExamples/YouTube View Example"
|
|
|
|
manifestmeta.webkit2.tags = webkit2
|
|
|
|
manifestmeta.android.names = "QtQuick/Qt Quick Demo - Maroon*" \
|
|
"QtQuick/Qt Quick Demo - Calqlatr" \
|
|
"QtWidgets/Application Chooser Example" \
|
|
"QtWidgets/Stickman Example" \
|
|
"QtWidgets/Move Blocks Example" \
|
|
"QtWidgets/Border Layout Example" \
|
|
"QtWidgets/Flow Layout Example" \
|
|
"QtWidgets/Dock Widgets Example" \
|
|
"QtWidgets/Recent Files Example" \
|
|
"QtWidgets/Concentric Circles Example" \
|
|
"QtWidgets/Gradients" \
|
|
"QtWidgets/Font Sampler Example" \
|
|
"QtWidgets/Path Stroking" \
|
|
"QtWidgets/Transformations Example" \
|
|
"QtWidgets/Syntax Highlighter Example" \
|
|
"QtWidgets/Calendar Example" \
|
|
"QtWidgets/Analog Clock Example" \
|
|
"QtWidgets/Calculator Example" \
|
|
"QtWidgets/Mouse Button Tester" \
|
|
"QtWidgets/Character Map Example" \
|
|
"QtWidgets/Digital Clock Example" \
|
|
"QtWidgets/Elided Label Example" \
|
|
"QtWidgets/Sliders Example" \
|
|
"QtWidgets/Tetrix Example" \
|
|
"QtWidgets/Group Box Example" \
|
|
"QtWidgets/Undo Framework" \
|
|
"QtWidgets/Colliding Mice Example" \
|
|
"QtWidgets/Diagram Scene Example" \
|
|
"QtWidgets/Elastic Nodes Example" \
|
|
"QtWidgets/Weather Anchor Layout Example" \
|
|
"QtNetwork/Torrent Example" \
|
|
"QtNetwork/Network Chat Example" \
|
|
"QtSQL/Master Detail Example" \
|
|
"QtLinguist/Arrow Pad Example" \
|
|
"QtGui/Raster Window Example" \
|
|
"QtGui/Analog Clock Window Example" \
|
|
"QtAndroidExtras/Qt Notifier" \
|
|
"QtMultimedia/QML Video Shader Effects Example" \
|
|
"QtMultimedia/QML Video Example" \
|
|
"QtMultimedia/QML Camera Example" \
|
|
"QtSVG/Text Object Example" \
|
|
"QtQML/Qt Quick Examples - XMLHttpRequest" \
|
|
"QtQuick/Qt Quick Particles Examples - *" \
|
|
"QtQuick/Qt Quick Examples - Touch Interaction" \
|
|
"QtQuick/Scene Graph - Custom Geometry" \
|
|
"QtQuick/Scene Graph - Graph" \
|
|
"QtQuick/Scene Graph - OpenGL Under QML" \
|
|
"QtQuick/Scene Graph - Painted Item" \
|
|
"QtQuick/Scene Graph - Rendering FBOs" \
|
|
"QtQuick/Scene Graph - Simple Material" \
|
|
"QtQuick/Qt Quick Examples - Image Elements" \
|
|
"QtQuick/Qt Quick Examples - Key Interaction" \
|
|
"QtQuick/Qt Quick Examples - Text" \
|
|
"QtQuick/Qt Quick Examples - Animation" \
|
|
"QtQuick/Qt Quick Examples - Shader Effects" \
|
|
"QtQuick/Qt Quick Examples - Canvas" \
|
|
"QtQuick/Qt Quick Examples - MouseArea" \
|
|
"QtQuick/Qt Quick Examples - Positioners" \
|
|
"QtQuick/Qt Quick Examples - Right to Left" \
|
|
"QtWidgets/Interview" \
|
|
"QtWidgets/Spreadsheet" \
|
|
"QtWidgets/Pixelator Example" \
|
|
"QtWidgets/Animated Tiles Example" \
|
|
"QtWidgets/Affine Transformations" \
|
|
"QtWidgets/Image Composition Example" \
|
|
"QtWidgets/Basic Drawing Example" \
|
|
"QtWidgets/Vector Deformation" \
|
|
"QtWidgets/Painter Paths Example" \
|
|
"QtWidgets/Style Sheet Example" \
|
|
"QtWidgets/Code Editor Example" \
|
|
"QtWidgets/Scribble Example" \
|
|
"QtWidgets/Line Edits Example" \
|
|
"QtWidgets/Calendar Widget Example" \
|
|
"QtWidgets/Completer Example" \
|
|
"QtWidgets/I18N Example" \
|
|
"QtQML/Extending QML - Grouped Properties Example" \
|
|
"QtQML/Extending QML - Methods Example" \
|
|
"QtQML/Extending QML - Signal Support Example" \
|
|
"QtQML/Extending QML - Attached Properties Example"
|
|
|
|
manifestmeta.android.tags = android
|
|
|
|
manifestmeta.ios.names = "QtCore/Contiguous Cache Example" \
|
|
"QtCore/Mandelbrot Example" \
|
|
"QtCore/Queued Custom Type Example" \
|
|
"QtGui/Analog Clock Window Example" \
|
|
"QtGui/OpenGL Window Example" \
|
|
"QtGui/Raster Window Example" \
|
|
"QtNetwork/Loopback Example" \
|
|
"QtNetwork/Network Chat Example" \
|
|
"QtNetwork/Torrent Example" \
|
|
"QtOpenGL/2D Painting Example" \
|
|
"QtOpenGL/Textures Example" \
|
|
"QtWidgets/Animated Tiles Example" \
|
|
"QtWidgets/Application Chooser Example" \
|
|
"QtWidgets/Easing Curves Example" \
|
|
"QtWidgets/Move Blocks Example" \
|
|
"QtWidgets/States Example" \
|
|
"QtWidgets/Class Wizard Example" \
|
|
"QtWidgets/Find Files Example" \
|
|
"QtWidgets/License Wizard Example" \
|
|
"QtWidgets/Standard Dialogs Example" \
|
|
"QtWidgets/Tab Dialog Example" \
|
|
"QtWidgets/Trivial Wizard Example" \
|
|
"QtWidgets/Draggable Text Example" \
|
|
"QtWidgets/Fridge Magnets Example" \
|
|
"QtWidgets/Blur Picker Effect Example" \
|
|
"QtWidgets/Fade Message Effect Example" \
|
|
"QtWidgets/Lighting Effect Example" \
|
|
"QtWidgets/Anchor Layout Example" \
|
|
"QtWidgets/Basic Graphics Layouts Example" \
|
|
"QtWidgets/40000 Chips" \
|
|
"QtWidgets/Colliding Mice Example" \
|
|
"QtWidgets/Diagram Scene Example" \
|
|
"QtWidgets/Elastic Nodes Example" \
|
|
"QtWidgets/Embedded Dialogs" \
|
|
"QtWidgets/Graphics View Flow Layout Example" \
|
|
"QtWidgets/Simple Anchor Layout Example" \
|
|
"QtWidgets/Weather Anchor Layout Example" \
|
|
"QtWidgets/Address Book Example" \
|
|
"QtWidgets/Basic Sort/Filter Model Example" \
|
|
"QtWidgets/Chart Example" \
|
|
"QtWidgets/Custom Sort/Filter Model Example" \
|
|
"QtWidgets/Dir View Example" \
|
|
"QtWidgets/Editable Tree Model Example" \
|
|
"QtWidgets/Frozen Column Example" \
|
|
"QtWidgets/Interview" \
|
|
"QtWidgets/Simple Tree Model Example" \
|
|
"QtWidgets/Simple Widget Mapper Example" \
|
|
"QtWidgets/Basic Layouts Example" \
|
|
"QtWidgets/Border Layout Example" \
|
|
"QtWidgets/Flow Layout Example" \
|
|
"QtWidgets/Basic Drawing Example" \
|
|
"QtWidgets/Concentric Circles Example" \
|
|
"QtWidgets/Font Sampler Example" \
|
|
"QtWidgets/Gradients" \
|
|
"QtWidgets/Image Composition Example" \
|
|
"QtWidgets/Painter Paths Example" \
|
|
"QtWidgets/Transformations Example" \
|
|
"QtWidgets/Calendar Example" \
|
|
"QtWidgets/Order Form Example" \
|
|
"QtWidgets/Syntax Highlighter Example" \
|
|
"QtWidgets/Text Edit" \
|
|
"QtWidgets/Traffic Light Example" \
|
|
"QtWidgets/Two-way Button Example" \
|
|
"QtWidgets/Completer Example" \
|
|
"QtWidgets/Custom Completer Example" \
|
|
"QtWidgets/Undo Framework" \
|
|
"QtWidgets/Analog Clock Example" \
|
|
"QtWidgets/Calculator Example" \
|
|
"QtWidgets/Calendar Widget Example" \
|
|
"QtWidgets/Character Map Example" \
|
|
"QtWidgets/Code Editor Example" \
|
|
"QtWidgets/Digital Clock Example" \
|
|
"QtWidgets/Elided Label Example" \
|
|
"QtWidgets/Line Edits Example" \
|
|
"QtWidgets/Scribble Example" \
|
|
"QtWidgets/Shaped Clock Example" \
|
|
"QtWidgets/Sliders Example" \
|
|
"QtWidgets/Validators Example" \
|
|
"QtWidgets/Window Flags Example" \
|
|
"QtWidgets/Wiggly Example" \
|
|
"QtQuick/Qt Quick Examples - Animation" \
|
|
"QtQuick/Qt Quick Examples - Canvas" \
|
|
"QtQuick/Qt Quick Examples - Drag and Drop" \
|
|
"QtQuick/Qt Quick Examples - Image Elements" \
|
|
"QtQuick/Qt Quick Examples - MouseArea" \
|
|
"QtQuick/Qt Quick Examples - Positioners" \
|
|
"QtQuick/Qt Quick Examples - Right to Left" \
|
|
"QtQuick/Scene Graph - OpenGL Under QML" \
|
|
"QtQuick/Qt Quick Examples - Shader Effects" \
|
|
"QtQuick/Qt Quick Examples - Text" \
|
|
"QtQuick/Qt Quick Examples - Touch Interaction" \
|
|
"QtQuick/Qt Quick Examples - Views" \
|
|
"QtQuick/Qt Quick Examples - Window and Screen"
|
|
|
|
manifestmeta.ios.tags = ios
|
|
|
|
# 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 = "QtCore/Contiguous Cache Example" \
|
|
"QtCore/Custom Type Example" \
|
|
"QtCore/JSON Save Game Example" \
|
|
"QtCore/Semaphores Example" \
|
|
"QtCore/Wait Conditions Example" \
|
|
"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/Two-way Button Example" \
|
|
"QtWidgets/Validators Example" \
|
|
"QtDbus/*" \
|
|
"QtHelp/*" \
|
|
"QtMultimedia/AudioEngine Example" \
|
|
"QtQml/Extending QML*" \
|
|
"QtQuick/Qt Quick Examples - Accessibility" \
|
|
"QtSensors/Qt Sensors - SensorGesture QML Type example" \
|
|
"QtWinExtras/Icon Extractor"
|