密码模式, 类似mysql输入密码不显示模式,输入显示为小黑圆圈模式效果,焦点移动到别的部件后显示为小黑圆圈模式效果://类似于mysql输入密码效果 ui->lineEdit->setEchoMode(QLineEdit::NoEcho); //ui->label->setText(QObject::tr("you have input %1").arg(ui->lineEdit->text()