QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
|
Holds the Password configuration settings. More...
#include <passwordconfiguration.h>
Public Types | |
enum | characterSet { ALLCHARS = 0 , ALPHABETICAL , ALPHANUMERIC , CUSTOM , CHARSETS_COUNT } |
The selected character set. More... | |
Public Member Functions | |
PasswordConfiguration () | |
Public Attributes | |
enum PasswordConfiguration::characterSet | selected |
int | length |
Length of the password. | |
QString | Characters [CHARSETS_COUNT] |
The different character sets. | |
Holds the Password configuration settings.
Definition at line 10 of file passwordconfiguration.h.
The selected character set.
Enumerator | |
---|---|
ALLCHARS | |
ALPHABETICAL | |
ALPHANUMERIC | |
CUSTOM | |
CHARSETS_COUNT |
Definition at line 14 of file passwordconfiguration.h.
|
inline |
Definition at line 29 of file passwordconfiguration.h.
QString PasswordConfiguration::Characters[CHARSETS_COUNT] |
The different character sets.
Definition at line 28 of file passwordconfiguration.h.
int PasswordConfiguration::length |
Length of the password.
Definition at line 24 of file passwordconfiguration.h.
enum PasswordConfiguration::characterSet PasswordConfiguration::selected |