Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » KDevelop / Qt / wxWidget » QLineEdit

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
23.08.2004, 10:45 Uhr
~ZeroGirl
Gast


Hallo!

Ich habe ein kleines Anmelde-Formular, und möchte jetzt das das Feld wo man sein Password eingibt mit diesen Sternchen verschlüsselt wird! Habe aber nicht so recht ne Ahnung wie ich das anstellen soll!
Kann mir da jemand helfen?
Würde mich über ein kleines Quelltext-Beispiel sehr freuen!

Mfg

ZeroGirl
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
23.08.2004, 13:11 Uhr
~TimsonC2000
Gast


QLineEdit::Password - Display asterisks instead of the characters actually entered.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
23.08.2004, 13:54 Uhr
~ZeroGirl
Gast


Soweit war ich auch schon...
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
23.08.2004, 19:39 Uhr
typecast
aka loddab
(Operator)


Jo, dann fehlt dir nur noch QLineEdit::setEchoMode:


C++:
QLineEdit* passEdit = new QLineEdit(this);
passEdit->setEchoMode(QLineEdit::Password);


--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
24.08.2004, 07:08 Uhr
~ZeroGirl
Gast


Vielen Dank!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ KDevelop / Qt / wxWidget ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: