QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
PasswordConfiguration Struct Reference

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.

Detailed Description

Holds the password configuration settings.

Definition at line 12 of file passwordconfiguration.h.

Member Enumeration Documentation

◆ characterSet

Character set options for password generation.

Definition at line 16 of file passwordconfiguration.h.

Constructor & Destructor Documentation

◆ PasswordConfiguration()

PasswordConfiguration::PasswordConfiguration ( )
inline

Construct a PasswordConfiguration with sensible defaults.

Definition at line 38 of file passwordconfiguration.h.

Member Data Documentation

◆ Characters

QString PasswordConfiguration::Characters[CHARSETS_COUNT]

The different character sets.

Definition at line 34 of file passwordconfiguration.h.

◆ length

int PasswordConfiguration::length

Length of the password.

Definition at line 30 of file passwordconfiguration.h.

◆ selected

characterSet PasswordConfiguration::selected

Currently active character set selection.

Definition at line 26 of file passwordconfiguration.h.


The documentation for this struct was generated from the following file: