当我尝试初始化ComboBox模型时,会出现奇怪的错误# Add more folders to ship with the application, herefolder_01.target = qml
#QMAKE_CXXFLAGS += -std/ComboBox.qml:496: TypeError:无法读取
我尝试使用Settings将另一个QML对象中的变量保存到根QML文件中。我可以使用myloader.item.number访问变量,但当我在设置上尝试它时,它给出错误:Invalid alias target location: number是否有使用设置模块保存变量的方法MyPage.qml import QtQuick 2.0Rectangle {
property alias number: c