|
QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
|
A name/value pair parsed from a password file field. More...
#include <filecontent.h>
Public Attributes | |
| QString | name |
| Field name (the part before the colon in "name: value"). | |
| QString | value |
| Field value (the part after the colon in "name: value"). | |
A name/value pair parsed from a password file field.
Definition at line 14 of file filecontent.h.
| QString NamedValue::name |
Field name (the part before the colon in "name: value").
Definition at line 18 of file filecontent.h.
| QString NamedValue::value |
Field value (the part after the colon in "name: value").
Definition at line 22 of file filecontent.h.