3#ifndef SRC_PASSWORDCONFIGURATION_H_
4#define SRC_PASSWORDCONFIGURATION_H_
40 "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&"
41 "*()_-+={}[]|:;<>,.?";
42 Characters[ALPHABETICAL] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstu"
44 Characters[ALPHANUMERIC] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstu"
int length
Length of the password.
characterSet
Character set options for password generation.
QString Characters[CHARSETS_COUNT]
The different character sets.
characterSet selected
Currently active character set selection.
PasswordConfiguration()
Construct a PasswordConfiguration with sensible defaults.