|
QtPass 1.7.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 } |
| Character set options for password generation. More... | |
Public Member Functions | |
| PasswordConfiguration () | |
| Construct a PasswordConfiguration with sensible defaults. | |
Public Attributes | |
| characterSet | selected |
| Currently active character set selection. | |
| int | length |
| Length of the password. | |
| QString | Characters [CHARSETS_COUNT] |
| The different character sets. | |
Holds the password configuration settings.
Definition at line 12 of file passwordconfiguration.h.
Character set options for password generation.
Definition at line 16 of file passwordconfiguration.h.
|
inline |
Construct a PasswordConfiguration with sensible defaults.
Definition at line 38 of file passwordconfiguration.h.
| QString PasswordConfiguration::Characters[CHARSETS_COUNT] |
The different character sets.
Definition at line 34 of file passwordconfiguration.h.
| int PasswordConfiguration::length |
Length of the password.
Definition at line 30 of file passwordconfiguration.h.
| characterSet PasswordConfiguration::selected |
Currently active character set selection.
Definition at line 26 of file passwordconfiguration.h.