qtdeclarative/examples/quick
Eskil Abrahamsen Blomfeldt a784238e81 Update generated assets in weather forecast example
This have been regenerated with an updated svgtoqml. One
change was needed in the example: The generator would
previously added a subitem inside the main item which was
transformed to fit the item to the requested size:

    Item {
        implicitWidth: foo; implicitHeight: bar
        Item {
            transform: ...
            Shape { ... }
        }
    }

This was since removed, likely because it's dead weight
(and removes the possibility of overriding it), so now
the transform is set directly on the generated root
object.

But the weather forecast example had made the map labels
children of the generated item, which means the scale was
now also applied to them. This was easy to fix in the
example, by creating the extra item ourselves in the
case where it's needed.

This patch also takes the liberty of fixing some minor
whitespace issues etc.

Pick-to: 6.8
Change-Id: Ic324815c71f990bb7e8e7caed659c14267b1777a
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2024-07-22 12:15:59 +02:00
..
animation examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
canvas examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
customitems examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
draganddrop examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
embeddedinwidgets examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
imageelements examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
imageprovider examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
imageresponseprovider examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
itemvariablerefreshrate examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
keyinteraction examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
layouts Add Expanding size policy to some controls and items 2024-07-17 15:21:35 +00:00
localstorage examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
models examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
mousearea examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
multieffect examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
particles examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
pointerhandlers examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
positioners examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick-accessibility examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quickshapes Update generated assets in weather forecast example 2024-07-22 12:15:59 +02:00
quickwidgets examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
rendercontrol examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
responsivelayouts examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
scenegraph wasm: Move OpenGLUnderQml to VertexBufferObject to satisfy WebGL 2024-06-11 12:04:07 +02:00
shadereffects examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
shared CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
tableview examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
text examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
tutorials examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
views examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
window examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
CMakeLists.txt Correct license for examples files 2024-03-21 10:41:29 +01:00
quick.pro Move Qt Quick Shapes examples back under Qt Quick 2024-02-01 21:42:00 +01:00