Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.8, QDS 4.7.1
-
None
Description
Component {
id: loginComponent
Window {
id: loginWindow
width: 800
height: 600
visible: true
title: "安全登录系统"
modality: Qt.ApplicationModal
onClosing: {
if (!isLoggedIn)
}
}
}
Invalid property name"onClosing".(M16) , but in qt creator view code is no this error and app can run without error