|
QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
|
| CdragAndDropInfoPasswordStore | Holds information for drag and drop operations in the password store |
| CFileContent | Represents the parsed contents of a password file |
| CNamedValue | A name/value pair parsed from a password file field |
| CPasswordConfiguration | Holds the password configuration settings |
| CProfileInit | Utility class for profile initialization operations |
| CQApplication | |
| CSingleApplication | QApplication subclass enforcing single-instance behavior via IPC |
| CQDialog | |
| CConfigDialog | The ConfigDialog handles the configuration interface |
| CKeygenDialog | Handles GPG keypair generation |
| CPasswordDialog | Dialog for inserting and editing passwords, optionally using templates |
| CUsersDialog | Dialog for selecting GPG recipients for password encryption |
| CQList | |
| CNamedValues | Mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list |
| CQMainWindow | |
| CMainWindow | Main application window orchestrating UI, user interactions, and external process handlers |
| CQObject | |
| CExecutor | Runs non-interactive external commands in FIFO order using a single QProcess |
| CPass | Abstract base class for password store operations |
| CImitatePass | Implementation that imitates 'pass' when the real tool is unavailable |
| CRealPass | Implementation of Pass that wraps the 'pass' command-line tool |
| CQtPass | Orchestrates clipboard management, pass signal handling, and application-level operations for the QtPass application |
| CQPushButton | |
| CQPushButtonAsQRCode | QPushButton that presents a text payload as a QR code action |
| CQPushButtonShowPassword | QPushButton that toggles visibility of an associated QLineEdit |
| CQPushButtonWithClipboard | QPushButton that stores a text payload and emits it when activated |
| CQSettings | |
| CQtPassSettings | Singleton that stores QtPass settings, handles persistence and defaults |
| CQSortFilterProxyModel | |
| CStoreModel | QSortFilterProxyModel for filtering and displaying password store |
| CQTreeView | |
| CDeselectableTreeView | |
| CQWidget | |
| CTrayIcon | Handles the system tray icon and menu |
| CResolvedGpgconfCommand | Represents a command invocation for gpgconf operations |
| CsimpleTransaction | Tracks a sequence of processes that should be treated as one atomic operation |
| CImitatePass | Implementation that imitates 'pass' when the real tool is unavailable |
| CImitatePass::transactionHelper | RAII helper for wrapping operations in transactions |
| CUserInfo | Stores GPG key info including validity, creation date, and more |
| CUtil | Some static utilities to be used elsewhere |