8000 system/ui: use • for password masking in InputBox by deanlee · Pull Request #35313 · commaai/openpilot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

system/ui: use • for password masking in InputBox #35313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

deanlee
Copy link
Contributor
@deanlee deanlee commented May 21, 2025

Replaces the default asterisk (*) character with a • for masking password input, similar to the Qt ui:

line = new QLineEdit();
line->setStyleSheet("lineedit-password-character: 8226; lineedit-password-mask-delay: 1500;");

before:

Screenshot 2025-05-22 02:03:10-

after
Screenshot 2025-05-22 02:01:52

@github-actions github-actions bot added the ui label May 21, 2025
@adeebshihadeh adeebshihadeh merged commit 68fa8c5 into commaai:master May 21, 2025
16 checks passed
@deanlee deanlee deleted the pyui_inputbox_improve_password_masking branch May 21, 2025 18:19
haraschax pushed a commit that referenced this pull request May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0