The PyQt upgrade is not the cause, but it is the first PyQt version that is showing us the warning at the app startup:
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Nothing more. Our turn to try to isolate the QML code and fixing it.
Some thoughts:
- According to https://stackoverflow.com/q/62928391/1117028 is is most likely a GridLayout component that is in cause. The warning is coming from QQuickGridLayoutBase::rearrange().
- Using specific debug envars does not help.
- is related to
-
NXDRIVE-2180 Upgrade PyQt from 5.13.2 to 5.15.0
- Resolved