Commit Graph

4 Commits

Author SHA1 Message Date
Fabian Kosmale 0da5048dd7 robotarm: Port QML visible property to QObjectBindableProperty
This allows us to give it a signal, which silences a qmllint warning.
While the engine does not actually need that currently, it is planned
that we want to slowly get away from supporting non-notifying bindable
properties.

This allows us to set max-warnigs to 0 for qmllint.

Pick-to: 6.10
Fixes: QTBUG-138176
Change-Id: I3221095f31639d90ebcc9d54fd4376cfb9140961
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
2025-07-21 10:22:47 +02:00
Patryk Stachniak 9467d3cf5d Improve animation smoothness in Robot Arm Example
Changed the easing curve to QEasingCurve::Linear to improve smoothness.
Updated setValue() to prevent restarting the animation unnecessarily if
the new value matches the current target. This change enhances the user
experience by reducing visual jitter and improving animation flow.

Task-number: QTBUG-130307
Pick-to: 6.8
Change-Id: Idd05f17d14a0a653a24a083ad421c3fe0418c3c9
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-12-02 13:40:15 +01:00
Samuli Piippo 22315147d0 CMake: fix installation of demos projects
Projects need install instructions to be usable on embedded platforms.
Fix existing instructions to put files into correct places.

Fixes: QTBUG-112024
Pick-to: 6.7
Change-Id: I6a3d84edc1c67281d5497e99144c159faf0f783c
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
2024-01-25 15:13:29 +02:00
Kimmo Leppälä 02efcba73d Move robotarm example from quick3d to qtdoc
Pick-to: 6.5
Change-Id: Iac113bc7ed773f291ef09ebe144e1de1e0e58136
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2023-05-09 18:37:33 +02:00