動的に経由でを作成TabしていますTabView
var component = Qt.createComponent("file://tabcontent.qml"));
tabView.addTab(component);
ただし、それ自体をクリックする前に、それらのコードは実行されませんTab。どうすればこれを解決できますか?
動的に経由でを作成TabしていますTabView
var component = Qt.createComponent("file://tabcontent.qml"));
tabView.addTab(component);
ただし、それ自体をクリックする前に、それらのコードは実行されませんTab。どうすればこれを解決できますか?