![]() |
QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
|
CdragAndDropInfo | Holds values to share beetween drag and drop on the passwordstorage view |
CdragAndDropInfoPasswordStore | |
CFileContent | |
CNamedValue | |
CPasswordConfiguration | Holds the Password configuration settings |
▼CQApplication | |
CSingleApplication | Used for commandline intergration |
▼CQDialog | |
CConfigDialog | The ConfigDialog handles the configuration interface |
CKeygenDialog | Handles GPG keypair generation |
CPasswordDialog | PasswordDialog Handles the inserting and editing of passwords |
CUsersDialog | Handles listing and editing of GPG users |
▼CQList | |
CNamedValues | Mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list |
▼CQMainWindow | |
CMainWindow | Does way too much, not only is it a switchboard, configuration handler and more, it's also the process-manager |
▼CQObject | |
CExecutor | Executes external commands for handleing password, git and other data |
▼CPass | Acts as an abstraction for pass or pass imitation |
CImitatePass | Imitates pass features when pass is not enabled or available |
CRealPass | Wrapper for executing pass to handle the password-store |
CQtPass | |
Ctst_ui | Our first unit test |
Ctst_util | Our first unit test |
▼CQPushButton | |
CQPushButtonAsQRCode | Stylish widget to display the field as QR Code |
CQPushButtonShowPassword | |
CQPushButtonWithClipboard | Stylish widget to allow copying of password and account details |
▼CQSettings | |
CQtPassSettings | Singleton that stores qtpass' settings, saves and loads config |
▼CQSortFilterProxyModel | |
CStoreModel | The QSortFilterProxyModel for handling filesystem searches |
▼CQTreeView | |
CDeselectableTreeView | The DeselectableTreeView class loosly based on http://stackoverflow.com/questions/2761284/ thanks to Yassir Ennazk |
▼CQWidget | |
CQProgressIndicator | Lets an application display a progress indicator to show that a lengthy task is under way |
CTrayIcon | Handles the systemtray icon and menu |
CSettingsConstants | Table for the naming of configuration items |
▼CsimpleTransaction | |
CImitatePass | Imitates pass features when pass is not enabled or available |
CUserInfo | Stores key info lines including validity, creation date and more |
CUtil | Some static utilities to be used elsewhere |