動的に経由でを作成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
。どうすればこれを解決できますか?