第14章:QML之TextInput

1,输入窗口 2,源码 import QtQuick 2.0 FocusScope{ property alias label: label.text //定义属性别名 property alias text: input.text Row{ spacing: 5 Text{ id: labe
相关文章
相关标签/搜索