Hi
How do you detect orientation changes, like this ?
onRotationChanged: {
if (screen.orientationString === "Portrait")
{
title.font.pixelSize = 55
}
else
{
title.font.pixelSize = 15
}
}
Regards
Hi
How do you detect orientation changes, like this ?
onRotationChanged: {
if (screen.orientationString === "Portrait")
{
title.font.pixelSize = 55
}
else
{
title.font.pixelSize = 15
}
}
Regards
here's one wiki example for this: http://www.developer.nokia.com/Commu...ation_with_QML