I guess it is a random character you want. For that see QChar::QChar(int code) with a random number between 97 and 122 (qrand and qsrand and the modulo operator and the +operator :-).
I guess it is a random character you want. For that see QChar::QChar(int code) with a random number between 97 and 122 (qrand and qsrand and the modulo operator and the +operator :-).
Bookmarks