I have a main qml window with a listview list model and delegate in the same file: Window { visible: true width: 640 height: 480 title: qsTr("Hello World") ...
確定! 回上一頁