I'm creating tabs dynamically in QML TabView on Component.onCompleted var t = tabview.addTab("tab", Qt.createComponent("TabItem.qml")); ...
確定! 回上一頁