Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.4.1
-
None
-
Qt 5.4.1 (git), Blackberry Playbook NDK 2.1, Qt Creator 3.3.0, Windows 7 Pro 64
Description
When rotating the screen with a loaded QtQuick 2 window then screen rotation does not work, e.g. switching between landscape and portrait mode makes the screen disappear.
A similar bug has been reported here: https://bugreports.qt.io/browse/QTBUG-31329
import QtQuick 2.4
import QtQuick.Window 2.2import QtQuick.Controls 1.2
ApplicationWindow {
visible: trueRectangle
Unknown macro: { anchors.fill}}
int main(int argc, char *argv[])
Unknown macro: { QGuiApplication app(argc, argv); QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc}