Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QSR 1.2
-
None
-
Id945ed548b9f2c4ed8040380e5cd4a4b811fb98b
-
Sprint 25 Week 22
Description
Please see the bug QSR-993
The safety manual does not address directly the related animation constraints.
Please see the https://doc-snapshots.qt.io/qtsaferenderer/qtsr-animations.html#animation-constraints-in-qt-safe-renderer.
No reference to the state constraints here. Or to other user adjustable constraints.
Nothing in the FAQ:
https://doc-snapshots.qt.io/qtsaferenderer/qtsr-faq.html
You just need to know that there is a following page:
https://doc-snapshots.qt.io/qtsaferenderer/saferenderer-constraints.html
Maybe the constraints could be mentioned in the animation constraints page?
And refer to the constraints structs to avoid double documentation?
It is also good to mention that when you start adding more states than in the examples, you will encounter soon the other limitations, and you need to adjust those accordingly. Otherwise you will just get unclear exceptions without explanations.
So you probably need to adjust also the:
https://doc-snapshots.qt.io/qtsaferenderer/saferenderer-constraints.html#MAX_AMOUNT_OF_BITMAPS-var
and
https://doc-snapshots.qt.io/qtsaferenderer/saferenderer-constraints.html#MEMORY_POOL_SIZE-var
And then rebuilt the QSR and then rebuilt your safety app. Maybe the FAQ section could contain details to avoid making one page too long?