QtPass 1.6.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
}
 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.

Detailed Description

Holds the Password configuration settings.

Examples
/home/annejan/Projects/QtPass/src/configdialog.cpp, and /home/annejan/Projects/QtPass/src/qtpasssettings.cpp.

Definition at line 12 of file passwordconfiguration.h.

Member Enumeration Documentation

◆ characterSet

The selected character set.

Enumerator
ALLCHARS 
ALPHABETICAL 
ALPHANUMERIC 
CUSTOM 
CHARSETS_COUNT 
Examples
/home/annejan/Projects/QtPass/src/configdialog.cpp, and /home/annejan/Projects/QtPass/src/qtpasssettings.cpp.

Definition at line 16 of file passwordconfiguration.h.

Constructor & Destructor Documentation

◆ PasswordConfiguration()

PasswordConfiguration::PasswordConfiguration ( )
inline

Definition at line 31 of file passwordconfiguration.h.

Member Data Documentation

◆ Characters

QString PasswordConfiguration::Characters[CHARSETS_COUNT]

◆ length

int PasswordConfiguration::length

◆ selected


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