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
onGrepFinished
* @brief Display grep results in grepResultsList. */
src/mainwindow.cpp:732
Method
onKeyGenerationComplete
* @brief Called when GPG key generation is complete. * @param p_output Standard output from the key generation process * @param p_errout Standard er
src/qtpass.cpp:372
Method
onOtp
* @brief MainWindow::onOTP try and generate (selected) OTP code. */
src/mainwindow.cpp:926
Method
onProfileTableItemChanged
src/configdialog.cpp:1118
Method
onTimeoutSearch
* @brief MainWindow::onTimeoutSearch Fired when search is finished or too much * time from two keypresses is elapsed */
src/mainwindow.cpp:633
Method
onUpdate
* @brief MainWindow::onUpdate do a git pull */
src/mainwindow.cpp:339
Method
onUsers
* @brief MainWindow::onUsers edit users for the current * folder, * gets lists and opens UserDialog. */
src/mainwindow.cpp:962
Method
on_accepted
* @brief PasswordDialog::on_accepted handle Ok click for QDialog */
src/passworddialog.cpp:117
Method
on_accepted
* @brief Saves the configuration dialog settings to persistent application * settings. * @example * ConfigDialog dialog; * dialog.on_accepted();
src/configdialog.cpp:245
Method
on_addButton_clicked
* @brief ConfigDialog::on_addButton_clicked add a profile row. */
src/configdialog.cpp:668
Method
on_autodetectButton_clicked
* @brief Automatically detects required external binaries in the system PATH * and updates the dialog fields. * @example * ConfigDialog configDialo
src/configdialog.cpp:308
Method
on_checkBoxAutoclearPanel_clicked
* @brief ConfigDialog::on_checkBoxAutoclearPanel_clicked enable and disable * options based on autoclear use. */
src/configdialog.cpp:497
Method
on_checkBoxAutoclear_clicked
* @brief ConfigDialog::on_checkBoxAutoclear_clicked checkbox clicked, update * state via ConfigDialog::on_comboBoxClipboard_activated */
src/configdialog.cpp:545
Method
on_checkBoxSelection_clicked
* @brief ConfigDialog::on_checkBoxSelection_clicked checkbox clicked, update * state via ConfigDialog::on_comboBoxClipboard_activated */
src/configdialog.cpp:537
Method
on_checkBoxShow_stateChanged
* @brief PasswordDialog::on_checkBoxShow_stateChanged hide or show passwords. * @param arg1 */
src/passworddialog.cpp:83
Method
on_checkBoxUseGit_clicked
* @brief ConfigDialog::on_checkBoxUseGit_clicked enable or disable related * checkboxes. */
src/configdialog.cpp:1005
Method
on_checkBoxUsePwgen_clicked
* @brief ConfigDialog::on_checkBoxUsePwgen_clicked enable or disable related * options in the interface. */
src/configdialog.cpp:1044
Method
on_checkBoxUseTemplate_clicked
* @brief ConfigDialog::on_checkBoxUseTemplate_clicked enable or disable the * template field and options. */
src/configdialog.cpp:1112
Method
on_checkBoxUseTrayIcon_clicked
* @brief ConfigDialog::on_checkBoxUseTrayIcon_clicked enable and disable * related checkboxes. */
src/configdialog.cpp:952
Method
on_checkBox_clicked
* @brief UsersDialog::on_checkBox_clicked filtering. */
src/usersdialog.cpp:352
Method
on_checkBox_stateChanged
* @brief KeygenDialog::on_checkBox_stateChanged expert mode enabled / disabled. * @param arg1 */
src/keygendialog.cpp:77
Method
on_comboBoxClipboard_activated
* @brief ConfigDialog::on_comboBoxClipboard_activated show and hide options. * @param index of selectbox (0 = no clipboard). */
src/configdialog.cpp:477
Method
on_createPasswordButton_clicked
* @brief PasswordDialog::on_createPasswordButton_clicked generate a random * password. */
src/passworddialog.cpp:95
Method
on_deleteButton_clicked
* @brief ConfigDialog::on_deleteButton_clicked remove a profile row. */
src/configdialog.cpp:699
Method
on_email_textChanged
* @brief KeygenDialog::on_email_textChanged update the email in keypair * generation template. * @param arg1 */
src/keygendialog.cpp:87
Method
on_grepButton_toggled
* @brief Toggle grep (content search) mode. */
src/mainwindow.cpp:698
Method
on_grepResultsList_itemClicked
* @brief Navigate to the password entry when a grep result is clicked. */
src/mainwindow.cpp:780
Method
on_lineEdit_returnPressed
* @brief MainWindow::on_lineEdit_returnPressed get searching * * Select the first possible file in the tree */
src/mainwindow.cpp:660
Method
on_lineEdit_textChanged
* @brief UsersDialog::on_lineEdit_textChanged typing in the searchbox. * @param filter */
src/usersdialog.cpp:345
Method
on_lineEdit_textChanged
* @brief Executes when the string in the search box changes, collapses the * TreeView * @param arg1 */
src/mainwindow.cpp:617
Method
on_name_textChanged
* @brief KeygenDialog::on_name_textChanged update the name in keypair * generation template. * @param arg1 */
src/keygendialog.cpp:96
Method
on_passphrase1_textChanged
* @brief KeygenDialog::on_passphrase1_textChanged see if we want to have * protection. * @param arg1 */
src/keygendialog.cpp:54
Method
on_passphrase2_textChanged
* @brief KeygenDialog::on_passphrase2_textChanged wrapper for * KeygenDialog::on_passphrase1_textChanged * @param arg1 */
src/keygendialog.cpp:69
Method
on_passwordCharTemplateSelector_activated
* @brief ConfigDialog::on_passwordCharTemplateSelector_activated sets the * passwordChar Template * combo box to the desired entry * @param entry o
src/configdialog.cpp:1098
Method
on_profileBox_currentTextChanged
* @brief Handles changes to the selected profile in the profile combo box. * @details Ignores the event during a fresh start or when the selected pro
src/mainwindow.cpp:1048
Method
on_profileTable_cellDoubleClicked
* @brief ConfigDialog::on_profileTable_cellDoubleClicked open folder browser * for path column (column 1). */
src/configdialog.cpp:687
Method
on_pushButtonGenerateKey_clicked
* @brief ConfigDialog::on_pushButtonGenerateKey_clicked open keygen dialog. */
src/configdialog.cpp:447
Method
on_radioButtonNative_clicked
* @brief ConfigDialog::on_radioButtonNative_clicked wrapper for * ConfigDialog::setGroupBoxState() */
src/configdialog.cpp:335
Method
on_radioButtonPass_clicked
* @brief ConfigDialog::on_radioButtonPass_clicked wrapper for * ConfigDialog::setGroupBoxState() */
src/configdialog.cpp:341
Method
on_rejected
* @brief PasswordDialog::on_rejected handle Cancel click for QDialog */
src/passworddialog.cpp:133
Method
on_toolButtonGit_clicked
* @brief ConfigDialog::on_toolButtonGit_clicked get git application. * Enable checkboxes if found. */
src/configdialog.cpp:422
Method
on_toolButtonGpg_clicked
* @brief ConfigDialog::on_toolButtonGpg_clicked get gpg application. */
src/configdialog.cpp:437
Method
on_toolButtonPass_clicked
* @brief ConfigDialog::on_toolButtonPass_clicked get pass application. */
src/configdialog.cpp:455
Method
on_toolButtonPwgen_clicked
* @brief ConfigDialog::on_toolButtonPwgen_clicked enable or disable related * options in the interface. */
src/configdialog.cpp:1015
Method
on_toolButtonStore_clicked
* @brief ConfigDialog::on_toolButtonStore_clicked get .password-store * location. */
src/configdialog.cpp:466
Method
on_treeView_doubleClicked
* @brief MainWindow::on_treeView_doubleClicked when doubleclicked on * TreeViewItem, open the edit Window * @param index */
src/mainwindow.cpp:404
Method
openFolder
* @brief MainWindow::openFolder open the folder in the default file manager */
src/mainwindow.cpp:1242
Function
operator<<
src/storemodel.cpp:15
Function
operator==
src/filecontent.h:25
Function
operator>>
src/storemodel.cpp:24
Method
paintEvent
* @brief QProgressIndicator::paintEvent draw the spinner. */
src/qprogressindicator.cpp:91
Method
parse
* @brief Parses password file content into structured data. * @param fileContent Raw file content * @param templateFields Fields defined in the temp
src/filecontent.cpp:24
Method
parseColonInValue
tests/auto/filecontent/tst_filecontent.cpp:165
Method
parseDropData
src/storemodel.cpp:324
Method
parseEmptyContent
tests/auto/filecontent/tst_filecontent.cpp:118
Method
parseGpgColonOutputAllPublicRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:367
Method
parseGpgColonOutputUnknownRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:349
Method
parseGpgColonOutputWithGrpRecord
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:333
Method
parseGrepOutputAnsiStripped
tests/auto/util/tst_util.cpp:1855
Method
parseGrepOutputCrlfHandled
tests/auto/util/tst_util.cpp:1874
Method
parseGrepOutputEmbeddedBlueNotHeader
tests/auto/util/tst_util.cpp:1907
Method
parseGrepOutputEmpty
tests/auto/util/tst_util.cpp:1829
Method
parseGrepOutputEmptyMatchLinesIgnored
tests/auto/util/tst_util.cpp:1892
Method
parseGrepOutputHeaderColonStripped
tests/auto/util/tst_util.cpp:1864
Method
parseGrepOutputLastEntryIncluded
tests/auto/util/tst_util.cpp:1899
Method
parseGrepOutputMultipleEntries
tests/auto/util/tst_util.cpp:1844
Method
parseGrepOutputOrphanMatchesIgnored
tests/auto/util/tst_util.cpp:1882
Method
parseGrepOutputPlainTextHeaders
tests/auto/util/tst_util.cpp:1921
Method
parseGrepOutputSingleEntry
tests/auto/util/tst_util.cpp:1834
Method
parseKeyRollover
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:153
Method
parseKeyRollover_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:175
Method
parseMatchingTemplateFields
tests/auto/filecontent/tst_filecontent.cpp:152
Method
parseMultiKeyPublic
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:33
Method
parseMultiKeyPublic_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:60
Method
parseMultipleNamedFields
tests/auto/filecontent/tst_filecontent.cpp:128
Method
parseMultiplePasswordLines
tests/auto/filecontent/tst_filecontent.cpp:186
Method
parseOnlyNamedFields
tests/auto/filecontent/tst_filecontent.cpp:202
Method
parseOtpauthHiddenLine
tests/auto/filecontent/tst_filecontent.cpp:143
Method
parsePasswordOnly
tests/auto/filecontent/tst_filecontent.cpp:123
Method
parsePasswordWithNamedFields
tests/auto/filecontent/tst_filecontent.cpp:39
Method
parsePlainPassword
tests/auto/filecontent/tst_filecontent.cpp:32
Method
parseSecretKeys
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:76
Method
parseSecretKeys_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:103
Method
parseSingleKey
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:117
Method
parseSingleKey_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:141
Method
parseTemplateFieldsCaseSensitive
tests/auto/filecontent/tst_filecontent.cpp:176
Method
parseTemplateFieldsWithEmptyValues
tests/auto/filecontent/tst_filecontent.cpp:219
Method
parseWhitespaceOnlyContent
tests/auto/filecontent/tst_filecontent.cpp:195
Method
parseWithAllFields
tests/auto/filecontent/tst_filecontent.cpp:62
Method
parseWithTemplateFields
tests/auto/filecontent/tst_filecontent.cpp:47
Method
passFinishedGrepErrorEmitsProcessError
tests/auto/util/tst_util.cpp:1948
Method
passFinishedGrepNoMatchEmitsEmpty
tests/auto/util/tst_util.cpp:1935
Method
passFinishedGrepSuccessEmitsResults
tests/auto/util/tst_util.cpp:1960
Method
passOtpHandler
* @brief Handles the OTP output by displaying it, copying it to the clipboard, * and updating the UI state. * @example * void MainWindow::passOtpHa
src/mainwindow.cpp:500
Method
passShowHandler
* @brief Handles displaying parsed password entry content in the main window. * @example * void result = MainWindow::passShowHandler(p_output); * /
src/mainwindow.cpp:443
Method
passShowHandlerFinished
* @brief Called when the password show handler has finished. * @param output The password content to display */
src/qtpass.cpp:391
Method
passStoreChanged
* @brief Called when pass store has changed. * @param p_out Output from the process * @param p_err Error output */
src/qtpass.cpp:351
Method
passesFilter
* @brief Checks if a user passes the filter criteria. * @param user User to check * @param filter Filter string * @param nameFilter Compiled name f
src/usersdialog.cpp:267
Method
passwordConfigurationCharacterSets
tests/auto/passwordconfig/tst_passwordconfig.cpp:55
Method
passwordConfigurationCharacters
tests/auto/util/tst_util.cpp:539
← previous
next →
501–600 of 829, ranked by callers