Skip to content

qml get text length

KerwinKoo edited this page Dec 28, 2015 · 1 revision

Qt QML Text获取字符长度

if(input.text.length == 0)
                {
                    delete_button.visible = false
                }

[[TOC]]

Clone this wiki locally