Home > Mobile >  QLineEdit password to display problems
QLineEdit password to display problems

Time:04-08

I use of QLineEdit QT Designer edit control, want to change its style instead of the default password character dot, the style sheet code below
 QLineEdit [echoMode="2"] {
Lineedit - password - character: 9835
}

Displayed on the qt designer are correct, the effect of the following

But in vs 2017 compilation to run it is the result of the style of the default password, the following

On the Internet didn't see the similar problem, have which bosses to know why?

CodePudding user response:

A,,

CodePudding user response:

May be the font perception problem

CodePudding user response:

No effect,,

CodePudding user response:

I tried, in QT Designer editor setEchoMode to Password is valid, but set in the vs setEchoMode is invalid

CodePudding user response:

The execution character set may not be consistent
  •  Tags:  
  • Qt
  • Related