main.qml import QtQuick 2.7 import QtQuick. ... currentIndex TabButton { text: qsTr("First") } TabButton { text: qsTr( "Second") } } }.
確定! 回上一頁