QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CConfigDialogThe ConfigDialog handles the configuration interface
 CDeselectableTreeView
 CdragAndDropInfoPasswordStoreHolds information for drag and drop operations in the password store
 CExecutorRuns non-interactive external commands in FIFO order using a single QProcess
 CFileContentRepresents the parsed contents of a password file
 CImitatePassImplementation that imitates 'pass' when the real tool is unavailable
 CtransactionHelperRAII helper for wrapping operations in transactions
 CKeygenDialogHandles GPG keypair generation
 CMainWindowMain application window orchestrating UI, user interactions, and external process handlers
 CNamedValueA name/value pair parsed from a password file field
 CNamedValuesMostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list
 CPassAbstract base class for password store operations
 CPasswordConfigurationHolds the password configuration settings
 CPasswordDialogDialog for inserting and editing passwords, optionally using templates
 CProfileInitUtility class for profile initialization operations
 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
 CQtPassOrchestrates clipboard management, pass signal handling, and application-level operations for the QtPass application
 CQtPassSettingsSingleton that stores QtPass settings, handles persistence and defaults
 CRealPassImplementation of Pass that wraps the 'pass' command-line tool
 CResolvedGpgconfCommandRepresents a command invocation for gpgconf operations
 CsimpleTransactionTracks a sequence of processes that should be treated as one atomic operation
 CSingleApplicationQApplication subclass enforcing single-instance behavior via IPC
 CStoreModelQSortFilterProxyModel for filtering and displaying password store
 CTrayIconHandles the system tray icon and menu
 CUserInfoStores GPG key info including validity, creation date, and more
 CUsersDialogDialog for selecting GPG recipients for password encryption
 CUtilSome static utilities to be used elsewhere