- 
    Task 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    QSR 2.1
- 
    None
Qt Safelayout Tool fails to evaluate the safe text element width in the following scenario where you'd store the properties into a singleton object named DisplayDimemensions as follows:
pragma Singleton
import QtQuick
QtObject {
    readonly property real ttWidth: 61
}
SafeText {
    width: DisplayDimensions.ttWidth
..