Android - 34 # Here the orientation is changed to PORTRAIT Debug: Adapting orientation to "portrait" mode . enum_val: Qt::PortraitOrientation. Initial sizing: -- Screen size: 914 x 411 -- Quick window size: 842 x 411 -- Child size: 1080 x 1920 -- Child pos: 0 , 0 -- Child scale: 1 Debug: Calculated props: height-width-scale-posX-posY -- 231.188 - 411 - 0.214062 - -754.5 - -83 Final Sizing: height-width-scale-posX-posY -- 1080 - 1920 - 0.214062 - -754.5 - -83 # Here the orientation is changed to LANDSCAPE Debug: Adapting orientation to "portrait" mode . enum_val: Qt::PortraitOrientation. Initial sizing: -- Screen size: 914 x 411 -- Quick window size: 842 x 411 -- Child size: 1080 x 1920 -- Child pos: -754.5 , -83 -- Child scale: 0.214062 Debug: Calculated props: height-width-scale-posX-posY -- 231.188 - 411 - 0.214062 - -754.5 - -83 Final Sizing: height-width-scale-posX-posY -- 1080 - 1920 - 0.214062 - -754.5 - -83 # Here the orientation is changed back to PORTRAIT Debug: Adapting orientation to "landscape" mode . enum_val: Qt::InvertedLandscapeOrientation. Initial sizing: -- Screen size: 411 x 914 -- Quick window size: 363 x 866 -- Child size: 1080 x 1920 -- Child pos: -754.5 , -83 -- Child scale: 0.214062 Debug: Calculated props: height-width-scale-posX-posY -- 411 - 730.667 - 0.380556 - -503 - -334.5 Final Sizing: height-width-scale-posX-posY -- 1080 - 1920 - 0.380556 - -503 - -334.5