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

Detailed Description

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

Definition at line 23 of file qtpasssettings.h.

Member Function Documentation

◆ getAutoclearPanelSeconds()

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

Definition at line 240 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getAutoclearSeconds()

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

Definition at line 220 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getClipBoardType()

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

Definition at line 194 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getClipBoardTypeRaw()

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

Definition at line 187 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getGeometry()

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

Definition at line 131 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getGitExecutable()

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

Definition at line 367 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getGpgExecutable()

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

Definition at line 376 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getGpgHome()

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

Definition at line 395 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getImitatePass()

auto QtPassSettings::getImitatePass ( ) -> ImitatePass *
static

Definition at line 627 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getInstance()

auto QtPassSettings::getInstance ( ) -> QtPassSettings *
static

Definition at line 22 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPass()

auto QtPassSettings::getPass ( ) -> Pass *
static

Definition at line 110 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPassExecutable()

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

Definition at line 358 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPassSigningKey()

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

Definition at line 332 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPassStore()

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

Definition at line 305 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPassTemplate()

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

Definition at line 593 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPasswordConfiguration()

auto QtPassSettings::getPasswordConfiguration ( ) -> PasswordConfiguration
static

Definition at line 38 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPos()

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

Definition at line 150 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getProfile()

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

Definition at line 437 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getProfiles()

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

Definition at line 64 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getPwgenExecutable()

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

Definition at line 385 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getQrencodeExecutable()

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

Definition at line 471 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getRealPass()

auto QtPassSettings::getRealPass ( ) -> RealPass *
static

Definition at line 621 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getSavestate()

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

Definition at line 140 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getSize()

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

Definition at line 157 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getVersion()

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

Definition at line 122 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ getWebDavPassword()

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

Definition at line 428 of file qtpasssettings.cpp.

◆ getWebDavUrl()

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

Definition at line 410 of file qtpasssettings.cpp.

◆ getWebDavUser()

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

Definition at line 419 of file qtpasssettings.cpp.

◆ initExecutables()

void QtPassSettings::initExecutables ( )
static

Definition at line 341 of file qtpasssettings.cpp.

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

◆ isAddGPGId()

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

Definition at line 296 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isAlwaysOnTop()

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

Definition at line 566 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isAutoPull()

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

Definition at line 575 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isAutoPush()

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

Definition at line 584 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isAvoidCapitals()

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

Definition at line 491 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isAvoidNumbers()

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

Definition at line 500 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isDisplayAsIs()

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

Definition at line 278 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isHideContent()

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

Definition at line 260 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isHideOnClose()

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

Definition at line 548 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isHidePassword()

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

Definition at line 251 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isLessRandom()

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

Definition at line 509 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isMaximized()

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

Definition at line 164 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isNoLineWrapping()

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

Definition at line 287 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isStartMinimized()

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

Definition at line 557 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isTemplateAllFields()

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

Definition at line 611 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseAutoclear()

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

Definition at line 211 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseAutoclearPanel()

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

Definition at line 230 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseGit()

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

Definition at line 446 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseMonospace()

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

Definition at line 269 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseOtp()

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

Definition at line 453 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUsePass()

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

Definition at line 173 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUsePwgen()

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

Definition at line 482 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseQrencode()

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

Definition at line 461 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseSelection()

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

Definition at line 202 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseSymbols()

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

Definition at line 518 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseTemplate()

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

Definition at line 602 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseTrayIcon()

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

Definition at line 539 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ isUseWebDav()

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

Definition at line 401 of file qtpasssettings.cpp.

+ Here is the caller graph for this function:

◆ setAddGPGId()

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

Definition at line 301 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAlwaysOnTop()

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

Definition at line 571 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAutoclearPanelSeconds()

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

Definition at line 245 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 225 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 580 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAutoPush()

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

Definition at line 589 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAvoidCapitals()

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

Definition at line 496 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setAvoidNumbers()

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

Definition at line 505 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setClipBoardType()

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

Definition at line 198 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setDisplayAsIs()

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

Definition at line 283 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setGeometry()

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

Definition at line 136 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 372 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 381 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 265 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setHideOnClose()

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

Definition at line 553 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setHidePassword()

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

Definition at line 256 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setLessRandom()

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

Definition at line 514 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setMaximized()

void QtPassSettings::setMaximized ( const bool &  maximized)
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:

◆ setNoLineWrapping()

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

Definition at line 292 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPassExecutable()

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

Definition at line 363 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 337 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPassStore()

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

Definition at line 328 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 598 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 535 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordCharsselection()

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

Definition at line 530 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordConfiguration()

void QtPassSettings::setPasswordConfiguration ( const PasswordConfiguration config)
static

Definition at line 55 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPasswordLength()

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

Definition at line 527 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPos()

void QtPassSettings::setPos ( const QPoint &  pos)
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:

◆ setProfile()

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

Definition at line 442 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 95 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setPwgenExecutable()

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

Definition at line 391 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 477 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setSavestate()

void QtPassSettings::setSavestate ( const QByteArray &  saveState)
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:

◆ setSize()

void QtPassSettings::setSize ( const QSize &  size)
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:

◆ setStartMinimized()

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

Definition at line 562 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setTemplateAllFields()

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

Definition at line 616 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseAutoclear()

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

Definition at line 216 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseAutoclearPanel()

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

Definition at line 235 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseGit()

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

Definition at line 449 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseMonospace()

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

Definition at line 274 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseOtp()

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

Definition at line 457 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUsePass()

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

Definition at line 178 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 487 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 467 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseSelection()

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

Definition at line 207 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseSymbols()

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

Definition at line 523 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseTemplate()

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

Definition at line 607 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseTrayIcon()

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

Definition at line 544 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setUseWebDav()

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

Definition at line 406 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setVersion()

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

Definition at line 127 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 433 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setWebDavUrl()

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

Definition at line 415 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

◆ setWebDavUser()

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

Definition at line 424 of file qtpasssettings.cpp.

+ Here is the call graph for this function:

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