「QMLの基礎 - ライブラリ」の版間の差分

編集の要約なし
編集の要約なし
202行目: 202行目:
     Text {
     Text {
       anchors.centerIn: parent
       anchors.centerIn: parent
       text: libSample.getQmlSource()
       text: libSample.showQmlWindow()
       wrapMode: Text.WordWrap
       wrapMode: Text.WordWrap
     }
     }