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
setHideOnClose
src/qtpasssettings.cpp:718
Method
setHidePassword
src/qtpasssettings.cpp:371
Method
setLength
* @brief PasswordDialog::setLength * PasswordDialog::setLength password length. * @param length */
src/passworddialog.cpp:225
Method
setLessRandom
src/qtpasssettings.cpp:679
Method
setMainWindow
* @brief Sets up the main window and connects signal handlers. */
src/qtpass.cpp:130
Method
setMaximized
src/qtpasssettings.cpp:243
Method
setNoLineWrapping
src/qtpasssettings.cpp:407
Method
setPassExecutable
src/qtpasssettings.cpp:499
Method
setPassSigningKey
src/qtpasssettings.cpp:465
Method
setPassStore
src/qtpasssettings.cpp:456
Method
setPassTemplate
src/qtpasssettings.cpp:763
Method
setPassword
* @brief PasswordDialog::setPassword populate the (templated) fields. * @param password */
src/passworddialog.cpp:139
Method
setPassword
* @brief MainWindow::setPassword open passworddialog * @param file which pgp file * @param isNew insert (not update) */
src/mainwindow.cpp:839
Method
setPasswordCharTemplate
* @brief PasswordDialog::setPasswordCharTemplate * PasswordDialog::setPasswordCharTemplate chose the template style. * @param templateIndex */
src/passworddialog.cpp:234
Method
setPasswordChars
src/qtpasssettings.cpp:700
Method
setPasswordCharsSelection
src/qtpasssettings.cpp:695
Method
setPasswordConfiguration
src/qtpasssettings.cpp:94
Method
setPasswordConfiguration
src/configdialog.cpp:1072
Method
setPasswordLength
src/qtpasssettings.cpp:692
Method
setPos
src/qtpasssettings.cpp:225
Method
setProfile
src/qtpasssettings.cpp:578
Method
setProfiles
* @brief Stores the profile settings in the application's configuration. * @example * QtPassSettings::setProfiles(profiles); * * @param profiles -
src/qtpasssettings.cpp:156
Method
setProfiles
* @brief ConfigDialog::setProfiles set the profiles and chosen profile from * MainWindow. * @param profiles * @param profile */
src/configdialog.cpp:565
Method
setPwgenExecutable
src/qtpasssettings.cpp:527
Method
setPwgenPath
* @brief ConfigDialog::setPwgenPath set pwgen executable path. * Enable or disable related options in the interface. * @param pwgen */
src/configdialog.cpp:1031
Method
setQrencodeExecutable
src/qtpasssettings.cpp:642
Method
setSavestate
src/qtpasssettings.cpp:209
Method
setSize
src/qtpasssettings.cpp:234
Method
setStartMinimized
src/qtpasssettings.cpp:727
Method
setTemplateAllFields
src/qtpasssettings.cpp:781
Method
setTextToCopy
* @brief QPushButtonWithClipboard::setTextToCopy sets text from associated * text field * @param value QString text to be copied */
src/qpushbuttonwithclipboard.cpp:41
Method
setUseAutoclear
src/qtpasssettings.cpp:331
Method
setUseAutoclearPanel
src/qtpasssettings.cpp:350
Method
setUseGit
src/qtpasssettings.cpp:604
Method
setUseGrepSearch
src/qtpasssettings.cpp:614
Method
setUseMonospace
src/qtpasssettings.cpp:389
Method
setUseOtp
src/qtpasssettings.cpp:622
Method
setUsePass
src/qtpasssettings.cpp:297
Method
setUsePwgen
src/qtpasssettings.cpp:652
Method
setUseQrencode
src/qtpasssettings.cpp:632
Method
setUseSelection
src/qtpasssettings.cpp:322
Method
setUseSymbols
src/qtpasssettings.cpp:688
Method
setUseTemplate
src/qtpasssettings.cpp:772
Method
setUseTrayIcon
src/qtpasssettings.cpp:709
Method
setUseWebDav
src/qtpasssettings.cpp:542
Method
setVersion
src/qtpasssettings.cpp:190
Method
setWebDavPassword
src/qtpasssettings.cpp:569
Method
setWebDavUrl
src/qtpasssettings.cpp:551
Method
setWebDavUser
src/qtpasssettings.cpp:560
Method
setupPass
Initialize a Pass object with the test keyring and store.
tests/auto/integration/tst_integration.cpp:154
Method
showBrowserContextMenu
* @brief MainWindow::showBrowserContextMenu show us the context menu in * password window * @param pos */
src/mainwindow.cpp:1231
Method
showContextMenu
* @brief MainWindow::showContextMenu show us the (file or folder) context * menu * @param pos */
src/mainwindow.cpp:1169
Method
showHideParent
* @brief TrayIcon::showHideParent toggle app visibility. */
src/trayicon.cpp:112
Method
showInTextBrowser
* @brief Displays output text in the main window's text browser. * @param output The text to display * @param prefix Optional prefix to prepend to t
src/qtpass.cpp:401
Method
showPasswordButtonClickTogglesEchoMode
tests/auto/ui/tst_ui.cpp:362
Method
showPasswordButtonDoubleClickRestoresEchoMode
tests/auto/ui/tst_ui.cpp:371
Method
showPasswordButtonInitialEchoMode
tests/auto/ui/tst_ui.cpp:354
Method
showTextAsQRCode
* @brief displays the text as qrcode * @param text */
src/qtpass.cpp:522
Method
showThisWithNullFs
tests/auto/model/tst_storemodel.cpp:247
Method
signGpgIdFile
* @brief Signs a GPG ID file and verifies its signature. * @example * bool result = ImitatePass::signGpgIdFile(gpgIdFile, signingKeys); * std::cout
src/imitatepass.cpp:293
Method
simpleTransaction
* @brief Construct a simpleTransaction in its initial idle state. */
src/simpletransaction.h:23
Method
simpleTransactionBasic
tests/auto/util/tst_util.cpp:556
Method
simpleTransactionNested
tests/auto/util/tst_util.cpp:563
Method
startProcess
* @brief Executor::startProcess starts the internal process, handling WSL * prefixes. * @param app Executable path (may start with "wsl "). * @para
src/executor.cpp:38
Method
startProcessBlocking
* @brief Executor::startProcessBlocking starts a given process, handling WSL * prefixes. * @param internal QProcess reference to start. * @param ap
src/executor.cpp:56
Method
startReencryptPath
* @brief MainWindow::startReencryptPath disable ui elements and treeview */
src/mainwindow.cpp:1516
Method
stringRoundTrip
tests/auto/settings/tst_settings.cpp:359
Method
stringRoundTrip_data
tests/auto/settings/tst_settings.cpp:326
Method
supportedDragActions
* @brief StoreModel::supportedDragActions enable drag. * @return */
src/storemodel.cpp:172
Method
supportedDragActions
tests/auto/model/tst_storemodel.cpp:118
Method
supportedDropActions
* @brief StoreModel::supportedDropActions enable drop. * @return */
src/storemodel.cpp:164
Method
supportedDropActions
tests/auto/model/tst_storemodel.cpp:111
Method
testAwsUrl
tests/auto/util/tst_util.cpp:353
Method
timerEvent
* @brief QProgressIndicator::timerEvent do the actual animation. */
src/qprogressindicator.cpp:82
Method
totpHiddenFromDisplay
tests/auto/util/tst_util.cpp:335
Method
transactionAdd
* @brief If called after transactionStart() and before transactionEnd(), * this marks the given process as the next step in the transaction.
src/simpletransaction.cpp:30
Method
transactionAddAndComplete
tests/auto/simpletransaction/tst_simpletransaction.cpp:20
Method
transactionHelper
* @brief Start transaction. * @param trans Transaction object. * @param result Result code on commit. */
src/imitatepass.h:164
Method
transactionIsOver
* @brief Checks whether the currently finished process is last in current * transaction. * @param id The process id to check * @return Result of tr
src/simpletransaction.cpp:65
Method
transactionQueueOrder
tests/auto/simpletransaction/tst_simpletransaction.cpp:69
Method
transactionStartEndExplicit
tests/auto/simpletransaction/tst_simpletransaction.cpp:54
Method
updateEnvEmptyCustomCharsetFallsBackToAllChars
tests/auto/util/tst_util.cpp:1664
Method
updateEnvSetsExpectedVars
tests/auto/util/tst_util.cpp:1641
Method
updateEnvWslenvContainsRequiredVars
tests/auto/util/tst_util.cpp:1689
Method
updateGitButtonVisibility
src/mainwindow.cpp:1526
Method
updateGrepButtonVisibility
src/mainwindow.cpp:1547
Method
updateOtpButtonVisibility
src/mainwindow.cpp:1536
Method
updateProfileBox
* @brief MainWindow::updateProfileBox update the list of profiles, optionally * select a more appropriate one to view too */
src/mainwindow.cpp:1004
Method
useAutoclear
* @brief ConfigDialog::useAutoclear set the clipboard autoclear use from * MainWindow. * @param useAutoclear */
src/configdialog.cpp:518
Method
useAutoclearPanel
* @brief ConfigDialog::useAutoclearPanel set the panel autoclear use from * MainWindow. * @param useAutoclearPanel */
src/configdialog.cpp:528
Method
useGit
* @brief ConfigDialog::useGit set preference for using git. * @param useGit */
src/configdialog.cpp:976
Method
useGrepSearch
src/configdialog.cpp:989
Method
useOtp
* @brief ConfigDialog::useOtp set preference for using otp plugin. * @param useOtp */
src/configdialog.cpp:985
Method
usePass
* @brief ConfigDialog::usePass set wether or not we want to use pass. * Update radio buttons accordingly. * @param usePass */
src/configdialog.cpp:179
Method
usePwgen
* @brief PasswordDialog::usePwgen * PasswordDialog::usePwgen don't use own password generator. * @param usePwgen */
src/passworddialog.cpp:243
Method
usePwgen
* @brief ConfigDialog::usePwgen set preference for using pwgen (can be * overruled by empty pwgenPath). * enable or disable related options in the i
src/configdialog.cpp:1064
Method
useQrencode
* @brief ConfigDialog::useQrencode set preference for using qrencode plugin. * @param useQrencode */
src/configdialog.cpp:997
Method
useSelection
* @brief ConfigDialog::useSelection set the clipboard type use from * MainWindow. * @param useSelection */
src/configdialog.cpp:508
Method
useTemplate
* @brief ConfigDialog::useTemplate set preference for using templates. * @param useTemplate */
src/configdialog.cpp:1126
Method
useTrayIcon
* @brief ConfigDialog::useTrayIcon set preference for using trayicon. * Enable or disable related checkboxes accordingly. * @param useSystray */
src/configdialog.cpp:935
← previous
next →
701–800 of 829, ranked by callers