1、QLineEdit显示内容的格式函数:QLineEdit *lineEditPassword = new QLineEdit;lineEditPassword -> setEchoMode(QLineEdit::Password);注:QLineEdit::Normal0 Display characters as they are entered. This is the default.QLineEdit::NoEcho1Do not display anything. This may be appropriate for passwords where even the .. Read More
posted @ 2014-03-15 16:48 星语海蓝 Views(1939) Comments(0) Diggs(0)