Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 Beta
-
Host: Windows 8
Qt: 5.4 Beta
-
-
c6df5fe3ed0f2a722931be098914978cf17a666f
Description
New simple application (ApplicationWindow) (from QtCreator) doesn't run on Lumia 920
import QtQuick 2.3 import QtQuick.Controls 1.2 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World") menuBar: MenuBar { Menu { title: qsTr("File") MenuItem { text: qsTr("&Open") onTriggered: console.log("Open action triggered"); } MenuItem { text: qsTr("Exit") onTriggered: Qt.quit(); } } } Text { text: qsTr("Hello World") anchors.centerIn: parent } }
Attachments
For Gerrit Dashboard: QTBUG-41903 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
99537,5 | ANGLE: Upgrade to version 1.2.30d6c255d238 | 5.4.0 | qt/qtbase | Status: MERGED | +2 | 0 |