OK. I'm starting to work it out. showStatusBar should be true, and only showFullScreen() in C++. Is there any way I set the width of the buttons to be resized as the screen rotates? With Column only I set Code: width: parent.width But with PageStackWindow the width is set well only after clicking the button pointing to the SelectionDialog. And Code: screen.width is always 800 even after rotation (then it should be 480)
width: parent.width
screen.width
property int screenwidth: (screen.currentOrientation == Screen.Landscape) ? screen.displayWidth : screen.displayHeight
Can't find variable: mainView
import "." import "mainView.qml" import "mainView.qml" as mainView