QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
QtPassSettings Class Reference

Singleton that stores qtpass' settings, saves and loads config. More...

#include <qtpasssettings.h>

+ Inheritance diagram for QtPassSettings:
+ Collaboration diagram for QtPassSettings:

Static Public Member Functions

static QtPassSettingsgetInstance ()
 
static QString getVersion (const QString &defaultValue=QVariant().toString())
 
static void setVersion (const QString &version)
 
static QByteArray getGeometry (const QByteArray &defaultValue=QVariant().toByteArray())
 
static void setGeometry (const QByteArray &geometry)
 
static QByteArray getSavestate (const QByteArray &defaultValue=QVariant().toByteArray())
 
static void setSavestate (const QByteArray &saveState)
 
static QPoint getPos (const QPoint &defaultValue=QVariant().toPoint())
 
static void setPos (const QPoint &pos)
 
static QSize getSize (const QSize &defaultValue=QVariant().toSize())
 
static void setSize (const QSize &size)
 
static bool isMaximized (const bool &defaultValue=QVariant().toBool())
 
static void setMaximized (const bool &maximized)
 
static bool isUsePass (const bool &defaultValue=QVariant().toBool())
 
static void setUsePass (const bool &usePass)
 
static int getClipBoardTypeRaw (const Enums::clipBoardType &defaultvalue=Enums::CLIPBOARD_NEVER)
 
static Enums::clipBoardType getClipBoardType (const Enums::clipBoardType &defaultvalue=Enums::CLIPBOARD_NEVER)
 
static void setClipBoardType (const int &clipBoardType)
 
static bool isUseSelection (const bool &defaultValue=QVariant().toBool())
 
static void setUseSelection (const bool &useSelection)
 
static bool isUseAutoclear (const bool &defaultValue=QVariant().toBool())
 
static void setUseAutoclear (const bool &useAutoclear)
 
static int getAutoclearSeconds (const int &defaultValue=QVariant().toInt())
 
static void setAutoclearSeconds (const int &autoClearSeconds)
 
static bool isUseAutoclearPanel (const bool &defaultValue=QVariant().toBool())
 
static void setUseAutoclearPanel (const bool &useAutoclearPanel)
 
static int getAutoclearPanelSeconds (const int &defaultValue=QVariant().toInt())
 
static void setAutoclearPanelSeconds (const int &autoClearPanelSeconds)
 
static bool isHidePassword (const bool &defaultValue=QVariant().toBool())
 
static void setHidePassword (const bool &hidePassword)
 
static bool isHideContent (const bool &defaultValue=QVariant().toBool())
 
static void setHideContent (const bool &hideContent)
 
static bool isUseMonospace (const bool &defaultValue=QVariant().toBool())
 
static void setUseMonospace (const bool &useMonospace)
 
static bool isDisplayAsIs (const bool &defaultValue=QVariant().toBool())
 
static void setDisplayAsIs (const bool &displayAsIs)
 
static bool isNoLineWrapping (const bool &defaultValue=QVariant().toBool())
 
static void setNoLineWrapping (const bool &noLineWrapping)
 
static bool isAddGPGId (const bool &defaultValue=QVariant().toBool())
 
static void setAddGPGId (const bool &addGPGId)
 
static QString getPassStore (const QString &defaultValue=QVariant().toString())
 
static void setPassStore (const QString &passStore)
 
static QString getPassSigningKey (const QString &defaultValue=QVariant().toString())
 
static void setPassSigningKey (const QString &passSigningKey)
 
static void initExecutables ()
 
static QString getPassExecutable (const QString &defaultValue=QVariant().toString())
 
static void setPassExecutable (const QString &passExecutable)
 
static QString getGitExecutable (const QString &defaultValue=QVariant().toString())
 
static void setGitExecutable (const QString &gitExecutable)
 
static QString getGpgExecutable (const QString &defaultValue=QVariant().toString())
 
static void setGpgExecutable (const QString &gpgExecutable)
 
static QString getPwgenExecutable (const QString &defaultValue=QVariant().toString())
 
static void setPwgenExecutable (const QString &pwgenExecutable)
 
static QString getGpgHome (const QString &defaultValue=QVariant().toString())
 
static bool isUseWebDav (const bool &defaultValue=QVariant().toBool())
 
static void setUseWebDav (const bool &useWebDav)
 
static QString getWebDavUrl (const QString &defaultValue=QVariant().toString())
 
static void setWebDavUrl (const QString &webDavUrl)
 
static QString getWebDavUser (const QString &defaultValue=QVariant().toString())
 
static void setWebDavUser (const QString &webDavUser)
 
static QString getWebDavPassword (const QString &defaultValue=QVariant().toString())
 
static void setWebDavPassword (const QString &webDavPassword)
 
static QString getProfile (const QString &defaultValue=QVariant().toString())
 
static void setProfile (const QString &profile)
 
static bool isUseGit (const bool &defaultValue=QVariant().toBool())
 
static void setUseGit (const bool &useGit)
 
static bool isUseOtp (const bool &defaultValue=QVariant().toBool())
 
static void setUseOtp (const bool &useOtp)
 
static bool isUseQrencode (const bool &defaultValue=QVariant().toBool())
 
static void setUseQrencode (const bool &useQrencode)
 
static QString getQrencodeExecutable (const QString &defaultValue=QVariant().toString())
 
static void setQrencodeExecutable (const QString &qrencodeExecutable)
 
static bool isUsePwgen (const bool &defaultValue=QVariant().toBool())
 
static void setUsePwgen (const bool &usePwgen)
 
static bool isAvoidCapitals (const bool &defaultValue=QVariant().toBool())
 
static void setAvoidCapitals (const bool &avoidCapitals)
 
static bool isAvoidNumbers (const bool &defaultValue=QVariant().toBool())
 
static void setAvoidNumbers (const bool &avoidNumbers)
 
static bool isLessRandom (const bool &defaultValue=QVariant().toBool())
 
static void setLessRandom (const bool &lessRandom)
 
static bool isUseSymbols (const bool &defaultValue=QVariant().toBool())
 
static void setUseSymbols (const bool &useSymbols)
 
static PasswordConfiguration getPasswordConfiguration ()
 
static void setPasswordConfiguration (const PasswordConfiguration &config)
 
static void setPasswordLength (const int &passwordLength)
 
static void setPasswordCharsselection (const int &passwordCharsselection)
 
static void setPasswordChars (const QString &passwordChars)
 
static bool isUseTrayIcon (const bool &defaultValue=QVariant().toBool())
 
static void setUseTrayIcon (const bool &useTrayIcon)
 
static bool isHideOnClose (const bool &defaultValue=QVariant().toBool())
 
static void setHideOnClose (const bool &hideOnClose)
 
static bool isStartMinimized (const bool &defaultValue=QVariant().toBool())
 
static void setStartMinimized (const bool &startMinimized)
 
static bool isAlwaysOnTop (const bool &defaultValue=QVariant().toBool())
 
static void setAlwaysOnTop (const bool &alwaysOnTop)
 
static bool isAutoPull (const bool &defaultValue=QVariant().toBool())
 
static void setAutoPull (const bool &autoPull)
 
static bool isAutoPush (const bool &defaultValue=QVariant().toBool())
 
static void setAutoPush (const bool &autoPush)
 
static QString getPassTemplate (const QString &defaultValue=QVariant().toString())
 
static void setPassTemplate (const QString &passTemplate)
 
static bool isUseTemplate (const bool &defaultValue=QVariant().toBool())
 
static void setUseTemplate (const bool &useTemplate)
 
static bool isTemplateAllFields (const bool &defaultValue=QVariant().toBool())
 
static void setTemplateAllFields (const bool &templateAllFields)
 
static QHash< QString, QHash< QString, QString > > getProfiles ()
 
static void setProfiles (const QHash< QString, QHash< QString, QString > > &profiles)
 
static PassgetPass ()
 
static RealPassgetRealPass ()
 
static ImitatePassgetImitatePass ()
 

Detailed Description

Singleton that stores qtpass' settings, saves and loads config.

Definition at line 21 of file qtpasssettings.h.

Member Function Documentation

◆ getAutoclearPanelSeconds()

int QtPassSettings::getAutoclearPanelSeconds ( const int &  defaultValue = QVariant().toInt())
static

Definition at line 236 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAutoclearSeconds()

int QtPassSettings::getAutoclearSeconds ( const int &  defaultValue = QVariant().toInt())
static

Definition at line 216 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getClipBoardType()

Enums::clipBoardType QtPassSettings::getClipBoardType ( const Enums::clipBoardType defaultvalue = Enums::CLIPBOARD_NEVER)
static

Definition at line 191 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getClipBoardTypeRaw()

int QtPassSettings::getClipBoardTypeRaw ( const Enums::clipBoardType defaultvalue = Enums::CLIPBOARD_NEVER)
static

Definition at line 183 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getGeometry()

QByteArray QtPassSettings::getGeometry ( const QByteArray &  defaultValue = QVariant().toByteArray())
static

Definition at line 128 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getGitExecutable()

QString QtPassSettings::getGitExecutable ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 361 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getGpgExecutable()

QString QtPassSettings::getGpgExecutable ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 370 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getGpgHome()

QString QtPassSettings::getGpgHome ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 388 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getImitatePass()

ImitatePass * QtPassSettings::getImitatePass ( )
static

Definition at line 618 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getInstance()

QtPassSettings * QtPassSettings::getInstance ( )
static

Definition at line 19 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPass()

Pass * QtPassSettings::getPass ( )
static

Definition at line 107 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPassExecutable()

QString QtPassSettings::getPassExecutable ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 352 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPassSigningKey()

QString QtPassSettings::getPassSigningKey ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 326 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPassStore()

QString QtPassSettings::getPassStore ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 301 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPassTemplate()

QString QtPassSettings::getPassTemplate ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 585 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPasswordConfiguration()

PasswordConfiguration QtPassSettings::getPasswordConfiguration ( )
static

Definition at line 35 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPos()

QPoint QtPassSettings::getPos ( const QPoint &  defaultValue = QVariant().toPoint())
static

Definition at line 146 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getProfile()

QString QtPassSettings::getProfile ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 430 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getProfiles()

QHash< QString, QHash< QString, QString > > QtPassSettings::getProfiles ( )
static

Definition at line 61 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPwgenExecutable()

QString QtPassSettings::getPwgenExecutable ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 379 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getQrencodeExecutable()

QString QtPassSettings::getQrencodeExecutable ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 464 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getRealPass()

RealPass * QtPassSettings::getRealPass ( )
static

Definition at line 613 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getSavestate()

QByteArray QtPassSettings::getSavestate ( const QByteArray &  defaultValue = QVariant().toByteArray())
static

Definition at line 137 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getSize()

QSize QtPassSettings::getSize ( const QSize &  defaultValue = QVariant().toSize())
static

Definition at line 153 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getVersion()

QString QtPassSettings::getVersion ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 119 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getWebDavPassword()

QString QtPassSettings::getWebDavPassword ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 421 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ getWebDavUrl()

QString QtPassSettings::getWebDavUrl ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 403 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ getWebDavUser()

QString QtPassSettings::getWebDavUser ( const QString &  defaultValue = QVariant().toString())
static

Definition at line 412 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ initExecutables()

void QtPassSettings::initExecutables ( )
static

Definition at line 335 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAddGPGId()

bool QtPassSettings::isAddGPGId ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 292 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAlwaysOnTop()

bool QtPassSettings::isAlwaysOnTop ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 558 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAutoPull()

bool QtPassSettings::isAutoPull ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 567 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAutoPush()

bool QtPassSettings::isAutoPush ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 576 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAvoidCapitals()

bool QtPassSettings::isAvoidCapitals ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 483 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAvoidNumbers()

bool QtPassSettings::isAvoidNumbers ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 492 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isDisplayAsIs()

bool QtPassSettings::isDisplayAsIs ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 274 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isHideContent()

bool QtPassSettings::isHideContent ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 256 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isHideOnClose()

bool QtPassSettings::isHideOnClose ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 540 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isHidePassword()

bool QtPassSettings::isHidePassword ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 247 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isLessRandom()

bool QtPassSettings::isLessRandom ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 501 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isMaximized()

bool QtPassSettings::isMaximized ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 160 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isNoLineWrapping()

bool QtPassSettings::isNoLineWrapping ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 283 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isStartMinimized()

bool QtPassSettings::isStartMinimized ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 549 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isTemplateAllFields()

bool QtPassSettings::isTemplateAllFields ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 603 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseAutoclear()

bool QtPassSettings::isUseAutoclear ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 207 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseAutoclearPanel()

bool QtPassSettings::isUseAutoclearPanel ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 226 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseGit()

bool QtPassSettings::isUseGit ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 439 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseMonospace()

bool QtPassSettings::isUseMonospace ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 265 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseOtp()

bool QtPassSettings::isUseOtp ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 446 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUsePass()

bool QtPassSettings::isUsePass ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 169 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUsePwgen()

bool QtPassSettings::isUsePwgen ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 474 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseQrencode()

bool QtPassSettings::isUseQrencode ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 454 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseSelection()

bool QtPassSettings::isUseSelection ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 198 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseSymbols()

bool QtPassSettings::isUseSymbols ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 510 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseTemplate()

bool QtPassSettings::isUseTemplate ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 594 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseTrayIcon()

bool QtPassSettings::isUseTrayIcon ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 531 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isUseWebDav()

bool QtPassSettings::isUseWebDav ( const bool &  defaultValue = QVariant().toBool())
static

Definition at line 394 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAddGPGId()

void QtPassSettings::setAddGPGId ( const bool &  addGPGId)
static

Definition at line 297 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAlwaysOnTop()

void QtPassSettings::setAlwaysOnTop ( const bool &  alwaysOnTop)
static

Definition at line 563 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAutoclearPanelSeconds()

void QtPassSettings::setAutoclearPanelSeconds ( const int &  autoClearPanelSeconds)
static

Definition at line 241 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAutoclearSeconds()

void QtPassSettings::setAutoclearSeconds ( const int &  autoClearSeconds)
static

Definition at line 221 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAutoPull()

void QtPassSettings::setAutoPull ( const bool &  autoPull)
static

Definition at line 572 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAutoPush()

void QtPassSettings::setAutoPush ( const bool &  autoPush)
static

Definition at line 581 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAvoidCapitals()

void QtPassSettings::setAvoidCapitals ( const bool &  avoidCapitals)
static

Definition at line 488 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAvoidNumbers()

void QtPassSettings::setAvoidNumbers ( const bool &  avoidNumbers)
static

Definition at line 497 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setClipBoardType()

void QtPassSettings::setClipBoardType ( const int &  clipBoardType)
static

Definition at line 194 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setDisplayAsIs()

void QtPassSettings::setDisplayAsIs ( const bool &  displayAsIs)
static

Definition at line 279 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setGeometry()

void QtPassSettings::setGeometry ( const QByteArray &  geometry)
static

Definition at line 133 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setGitExecutable()

void QtPassSettings::setGitExecutable ( const QString &  gitExecutable)
static

Definition at line 366 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setGpgExecutable()

void QtPassSettings::setGpgExecutable ( const QString &  gpgExecutable)
static

Definition at line 375 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setHideContent()

void QtPassSettings::setHideContent ( const bool &  hideContent)
static

Definition at line 261 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setHideOnClose()

void QtPassSettings::setHideOnClose ( const bool &  hideOnClose)
static

Definition at line 545 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setHidePassword()

void QtPassSettings::setHidePassword ( const bool &  hidePassword)
static

Definition at line 252 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setLessRandom()

void QtPassSettings::setLessRandom ( const bool &  lessRandom)
static

Definition at line 506 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setMaximized()

void QtPassSettings::setMaximized ( const bool &  maximized)
static

Definition at line 165 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setNoLineWrapping()

void QtPassSettings::setNoLineWrapping ( const bool &  noLineWrapping)
static

Definition at line 288 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPassExecutable()

void QtPassSettings::setPassExecutable ( const QString &  passExecutable)
static

Definition at line 357 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setPassSigningKey()

void QtPassSettings::setPassSigningKey ( const QString &  passSigningKey)
static

Definition at line 331 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPassStore()

void QtPassSettings::setPassStore ( const QString &  passStore)
static

Definition at line 322 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setPassTemplate()

void QtPassSettings::setPassTemplate ( const QString &  passTemplate)
static

Definition at line 590 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setPasswordChars()

void QtPassSettings::setPasswordChars ( const QString &  passwordChars)
static

Definition at line 527 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordCharsselection()

void QtPassSettings::setPasswordCharsselection ( const int &  passwordCharsselection)
static

Definition at line 522 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordConfiguration()

void QtPassSettings::setPasswordConfiguration ( const PasswordConfiguration config)
static

Definition at line 52 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordLength()

void QtPassSettings::setPasswordLength ( const int &  passwordLength)
static

Definition at line 519 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPos()

void QtPassSettings::setPos ( const QPoint &  pos)
static

Definition at line 149 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setProfile()

void QtPassSettings::setProfile ( const QString &  profile)
static

Definition at line 435 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setProfiles()

void QtPassSettings::setProfiles ( const QHash< QString, QHash< QString, QString > > &  profiles)
static

Definition at line 92 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPwgenExecutable()

void QtPassSettings::setPwgenExecutable ( const QString &  pwgenExecutable)
static

Definition at line 384 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setQrencodeExecutable()

void QtPassSettings::setQrencodeExecutable ( const QString &  qrencodeExecutable)
static

Definition at line 469 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setSavestate()

void QtPassSettings::setSavestate ( const QByteArray &  saveState)
static

Definition at line 142 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setSize()

void QtPassSettings::setSize ( const QSize &  size)
static

Definition at line 156 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setStartMinimized()

void QtPassSettings::setStartMinimized ( const bool &  startMinimized)
static

Definition at line 554 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setTemplateAllFields()

void QtPassSettings::setTemplateAllFields ( const bool &  templateAllFields)
static

Definition at line 608 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseAutoclear()

void QtPassSettings::setUseAutoclear ( const bool &  useAutoclear)
static

Definition at line 212 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseAutoclearPanel()

void QtPassSettings::setUseAutoclearPanel ( const bool &  useAutoclearPanel)
static

Definition at line 231 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseGit()

void QtPassSettings::setUseGit ( const bool &  useGit)
static

Definition at line 442 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseMonospace()

void QtPassSettings::setUseMonospace ( const bool &  useMonospace)
static

Definition at line 270 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseOtp()

void QtPassSettings::setUseOtp ( const bool &  useOtp)
static

Definition at line 450 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUsePass()

void QtPassSettings::setUsePass ( const bool &  usePass)
static

Definition at line 174 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setUsePwgen()

void QtPassSettings::setUsePwgen ( const bool &  usePwgen)
static

Definition at line 479 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setUseQrencode()

void QtPassSettings::setUseQrencode ( const bool &  useQrencode)
static

Definition at line 460 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseSelection()

void QtPassSettings::setUseSelection ( const bool &  useSelection)
static

Definition at line 203 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseSymbols()

void QtPassSettings::setUseSymbols ( const bool &  useSymbols)
static

Definition at line 515 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseTemplate()

void QtPassSettings::setUseTemplate ( const bool &  useTemplate)
static

Definition at line 599 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseTrayIcon()

void QtPassSettings::setUseTrayIcon ( const bool &  useTrayIcon)
static

Definition at line 536 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseWebDav()

void QtPassSettings::setUseWebDav ( const bool &  useWebDav)
static

Definition at line 399 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setVersion()

void QtPassSettings::setVersion ( const QString &  version)
static

Definition at line 124 of file qtpasssettings.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setWebDavPassword()

void QtPassSettings::setWebDavPassword ( const QString &  webDavPassword)
static

Definition at line 426 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setWebDavUrl()

void QtPassSettings::setWebDavUrl ( const QString &  webDavUrl)
static

Definition at line 408 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setWebDavUser()

void QtPassSettings::setWebDavUser ( const QString &  webDavUser)
static

Definition at line 417 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: