// MyText.qml import QtQuick 2.0 Text { enum MyEnum { Normal, Heading } property int textType: MyText.MyEnum.Normal font.bold: textType == MyText.MyEnum.Heading ...
確定! 回上一頁