QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CdragAndDropInfoPasswordStoreHolds information for drag and drop operations in the password store
 CFileContentRepresents the parsed contents of a password file
 CNamedValueA name/value pair parsed from a password file field
 CPasswordConfigurationHolds the password configuration settings
 CProfileInitUtility class for profile initialization operations
 CQApplication
 CSingleApplicationQApplication subclass enforcing single-instance behavior via IPC
 CQDialog
 CConfigDialogThe ConfigDialog handles the configuration interface
 CKeygenDialogHandles GPG keypair generation
 CPasswordDialogDialog for inserting and editing passwords, optionally using templates
 CUsersDialogDialog for selecting GPG recipients for password encryption
 CQList
 CNamedValuesMostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list
 CQMainWindow
 CMainWindowMain application window orchestrating UI, user interactions, and external process handlers
 CQObject
 CExecutorRuns non-interactive external commands in FIFO order using a single QProcess
 CPassAbstract base class for password store operations
 CImitatePassImplementation that imitates 'pass' when the real tool is unavailable
 CRealPassImplementation of Pass that wraps the 'pass' command-line tool
 CQtPassOrchestrates clipboard management, pass signal handling, and application-level operations for the QtPass application
 CQPushButton
 CQPushButtonAsQRCodeQPushButton that presents a text payload as a QR code action
 CQPushButtonShowPasswordQPushButton that toggles visibility of an associated QLineEdit
 CQPushButtonWithClipboardQPushButton that stores a text payload and emits it when activated
 CQSettings
 CQtPassSettingsSingleton that stores QtPass settings, handles persistence and defaults
 CQSortFilterProxyModel
 CStoreModelQSortFilterProxyModel for filtering and displaying password store
 CQTreeView
 CDeselectableTreeView
 CQWidget
 CTrayIconHandles the system tray icon and menu
 CResolvedGpgconfCommandRepresents a command invocation for gpgconf operations
 CsimpleTransactionTracks a sequence of processes that should be treated as one atomic operation
 CImitatePassImplementation that imitates 'pass' when the real tool is unavailable
 CImitatePass::transactionHelperRAII helper for wrapping operations in transactions
 CUserInfoStores GPG key info including validity, creation date, and more
 CUtilSome static utilities to be used elsewhere