Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IJHack/QtPass
/ functions
Functions
829 in github.com/IJHack/QtPass
⨍
Functions
829
◇
Types & classes
83
Method
passwordConfigurationCustomChars
tests/auto/passwordconfig/tst_passwordconfig.cpp:71
Method
passwordConfigurationDefaults
tests/auto/passwordconfig/tst_passwordconfig.cpp:27
Method
passwordConfigurationLength
tests/auto/passwordconfig/tst_passwordconfig.cpp:63
Method
passwordConfigurationSetters
tests/auto/passwordconfig/tst_passwordconfig.cpp:36
Method
passwordDialogBasic
tests/auto/ui/tst_ui.cpp:157
Method
passwordDialogWithTemplate
tests/auto/ui/tst_ui.cpp:167
Method
passwordFromFileToClipboard
src/mainwindow.cpp:1382
Method
populateList
* @brief UsersDialog::populateList update the view based on filter options * (such as searching). * @param filter */
src/usersdialog.cpp:229
Method
processError
* @brief QtPass::processError something went wrong * @param error */
src/qtpass.cpp:271
Method
processErrorExit
* @brief Handles process error exit. * @param exitCode The exit code * @param p_error The error message */
src/qtpass.cpp:302
Method
processFinished
* @brief QtPass::processFinished background process has finished * @param exitCode * @param exitStatus * @param output stdout from a process *
src/qtpass.cpp:337
Method
progressIndicatorDefaultColor
tests/auto/ui/tst_ui.cpp:400
Method
progressIndicatorDefaultDelay
tests/auto/ui/tst_ui.cpp:390
Method
progressIndicatorDefaultNotAnimated
tests/auto/ui/tst_ui.cpp:385
Method
progressIndicatorDefaultNotDisplayedWhenStopped
tests/auto/ui/tst_ui.cpp:395
Method
progressIndicatorHeightForWidth
tests/auto/ui/tst_ui.cpp:463
Method
progressIndicatorSetAnimationDelay
tests/auto/ui/tst_ui.cpp:433
Method
progressIndicatorSetColor
tests/auto/ui/tst_ui.cpp:448
Method
progressIndicatorSetDisplayedWhenStopped
tests/auto/ui/tst_ui.cpp:439
Method
progressIndicatorSizeHint
tests/auto/ui/tst_ui.cpp:457
Method
progressIndicatorStartAnimation
tests/auto/ui/tst_ui.cpp:405
Method
progressIndicatorStartStopCycle
tests/auto/ui/tst_ui.cpp:421
Method
progressIndicatorStartTwiceDoesNotDuplicate
tests/auto/ui/tst_ui.cpp:478
Method
progressIndicatorStopAnimation
tests/auto/ui/tst_ui.cpp:413
Method
progressIndicatorStopWhenNotRunningIsHarmless
tests/auto/ui/tst_ui.cpp:470
Method
protocolRegex
* @brief Returns a regex matching common remote/network protocol schemes. * * Matches http://, https://, ftp://, ftps://, ssh://, sftp://, webdav://
src/util.cpp:269
Method
qProgressIndicatorBasic
tests/auto/util/tst_util.cpp:968
Method
qProgressIndicatorStartStop
tests/auto/util/tst_util.cpp:973
Method
qrCodeButtonClickAfterSetTextCarriesNewText
tests/auto/ui/tst_ui.cpp:342
Method
qrCodeButtonClickEmitsSignal
tests/auto/ui/tst_ui.cpp:326
Method
qrCodeButtonClickSignalCarriesText
tests/auto/ui/tst_ui.cpp:333
Method
qrCodeButtonConstructorText
tests/auto/ui/tst_ui.cpp:302
Method
qrCodeButtonDefaultText
tests/auto/ui/tst_ui.cpp:297
Method
qrCodeButtonGetSetText
tests/auto/ui/tst_ui.cpp:307
Method
qrCodeButtonSetAndGetRoundtrip
tests/auto/ui/tst_ui.cpp:319
Method
qrCodeButtonSetEmptyText
tests/auto/ui/tst_ui.cpp:313
Method
qrCodePopupDeletesOnClose
* @brief tst_ui::qrCodePopupDeletesOnClose verifies that a QDialog with * Qt::WA_DeleteOnClose is automatically destroyed when closed. This tests *
tests/auto/ui/tst_ui.cpp:182
Method
qrCodePopupHasDeleteOnCloseAttribute
* @brief tst_ui::qrCodePopupHasDeleteOnCloseAttribute verifies that setting * Qt::WA_DeleteOnClose on a QDialog causes testAttribute() to return true
tests/auto/ui/tst_ui.cpp:198
Method
realPass_insertAndGrep
tests/auto/integration/tst_integration.cpp:639
Method
realPass_insertAndShow
tests/auto/integration/tst_integration.cpp:598
Method
receiveMessage
* @brief SingleApplication::receiveMessage we have received (a command line) * message. */
src/singleapplication.cpp:46
Method
reencryptPath
* @brief Re-encrypts all `.gpg` files under the given directory using the * verified GPG key configuration for each folder. * * This method
src/imitatepass.cpp:728
Method
reencryptPath
* @brief MainWindow::reencryptPath re-encrypt all passwords in a directory * @param dir Directory path to re-encrypt */
src/mainwindow.cpp:1484
Method
reencryptPathAbsolutePath
tests/auto/util/tst_util.cpp:1544
Method
reencryptPathNormalization
tests/auto/util/tst_util.cpp:1531
Method
reencryptSingleFile
* @brief Re-encrypts a single encrypted file for a new set of recipients. * @example * bool result = ImitatePass::reencryptSingleFile(fileName, reci
src/imitatepass.cpp:573
Method
regexPatternEdgeCases
tests/auto/util/tst_util.cpp:466
Method
regexPatterns
tests/auto/util/tst_util.cpp:369
Method
renameFolder
* @brief MainWindow::renameFolder rename an existing folder */
src/mainwindow.cpp:1295
Method
renamePassword
* @brief MainWindow::renamePassword rename an existing password */
src/mainwindow.cpp:1327
Method
resolveGpgconfCommand
* @brief Resolves the appropriate gpgconf command from a given GPG executable * path or command string. * @example * ResolvedGpgconfCommand result
src/pass.cpp:367
Method
resolveGpgconfCommand
tests/auto/executor/tst_executor.cpp:230
Method
restoreDialogState
* @brief Restore dialog geometry from settings. */
src/usersdialog.cpp:54
Method
runGitConfig
Run a git config command and verify it succeeds.
tests/auto/integration/tst_integration.cpp:189
Method
selectExecutable
* @brief ConfigDialog::selectExecutable pop-up to choose an executable. * @return */
src/configdialog.cpp:391
Method
selectFirstFile
* @brief MainWindow::selectFirstFile select the first possible file in the * tree */
src/mainwindow.cpp:807
Method
selectFolder
* @brief ConfigDialog::selectFolder pop-up to choose a folder. * @return */
src/configdialog.cpp:406
Method
setAddGPGId
src/qtpasssettings.cpp:416
Method
setAlwaysOnTop
src/qtpasssettings.cpp:736
Method
setAndGetClipBoardType
tests/auto/settings/tst_settings.cpp:246
Method
setAndGetDialogGeometry
tests/auto/settings/tst_settings.cpp:426
Method
setAndGetDialogMaximized
tests/auto/settings/tst_settings.cpp:450
Method
setAndGetDialogPos
tests/auto/settings/tst_settings.cpp:434
Method
setAndGetDialogSize
tests/auto/settings/tst_settings.cpp:442
Method
setAndGetGeometry
tests/auto/settings/tst_settings.cpp:142
Method
setAndGetMultipleProfiles
tests/auto/settings/tst_settings.cpp:476
Method
setAndGetPassStore
tests/auto/settings/tst_settings.cpp:155
Method
setAndGetPasswordChars
tests/auto/settings/tst_settings.cpp:467
Method
setAndGetPasswordCharsSelection
tests/auto/settings/tst_settings.cpp:460
Method
setAndGetPasswordConfiguration
tests/auto/settings/tst_settings.cpp:97
Method
setAndGetPasswordLength
tests/auto/settings/tst_settings.cpp:251
Method
setAndGetPos
tests/auto/settings/tst_settings.cpp:412
Method
setAndGetProfileDefault
tests/auto/settings/tst_settings.cpp:497
Method
setAndGetProfiles
tests/auto/settings/tst_settings.cpp:120
Method
setAndGetSavestate
tests/auto/settings/tst_settings.cpp:405
Method
setAndGetSize
tests/auto/settings/tst_settings.cpp:419
Method
setAndGetVersion
tests/auto/settings/tst_settings.cpp:136
Method
setAutoPull
src/qtpasssettings.cpp:745
Method
setAutoPush
src/qtpasssettings.cpp:754
Method
setAutoclearPanelSeconds
src/qtpasssettings.cpp:360
Method
setAutoclearSeconds
src/qtpasssettings.cpp:340
Method
setAvoidCapitals
src/qtpasssettings.cpp:661
Method
setAvoidNumbers
src/qtpasssettings.cpp:670
Method
setClipBoardType
src/qtpasssettings.cpp:313
Method
setDialogGeometry
src/qtpasssettings.cpp:254
Method
setDialogMaximized
src/qtpasssettings.cpp:286
Method
setDialogPos
src/qtpasssettings.cpp:266
Method
setDialogSize
src/qtpasssettings.cpp:276
Method
setDisplayAsIs
src/qtpasssettings.cpp:398
Method
setEnvVar
* @brief Set or remove a single environment variable in the local env list. * * The provided key must include a trailing '=' (e.g. "FOO="). Existing
src/pass.cpp:733
Method
setEnvVarAdds
tests/auto/util/tst_util.cpp:1604
Method
setEnvVarNoopOnMissingRemove
tests/auto/util/tst_util.cpp:1633
Method
setEnvVarRemoves
tests/auto/util/tst_util.cpp:1624
Method
setEnvVarUpdates
tests/auto/util/tst_util.cpp:1612
Method
setGeometry
src/qtpasssettings.cpp:199
Method
setGitExecutable
src/qtpasssettings.cpp:508
Method
setGitPath
* @brief ConfigDialog::setGitPath set the git executable path. * Make sure the checkBoxUseGit is updated. * @param path */
src/configdialog.cpp:166
Method
setGpgExecutable
src/qtpasssettings.cpp:517
Method
setGroupBoxState
* @brief ConfigDialog::setGroupBoxState update checkboxes. */
src/configdialog.cpp:364
Method
setHideContent
src/qtpasssettings.cpp:380
← previous
next →
601–700 of 829, ranked by callers