fillHeight: true StackLayout { id: stackLayout anchors.fill: parent function advance() { currentIndex = (currentIndex + 1) % count } Repeater { id: ...
確定! 回上一頁