Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QLineEdit次のように、パスワードの入力に適したものを作成するにはどうすればよいですか (つまり、入力内容が表示されません)。
QLineEdit
setEchoMode(ドキュメント)オブジェクトの。
setEchoMode
コード例:
ui->lineEditPassword->setEchoMode(QLineEdit::Password);
Qt Designer から実行できます。