|
QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
|
Holds information for drag and drop operations in the password store. More...
#include <storemodel.h>
Public Types | |
| enum class | ItemKind { Unknown , Directory , File } |
| Type of the dragged item. More... | |
Public Attributes | |
| ItemKind | kind {ItemKind::Unknown} |
| QString | path |
Holds information for drag and drop operations in the password store.
Definition at line 26 of file storemodel.h.
|
strong |
Type of the dragged item.
| Enumerator | |
|---|---|
| Unknown | Item type has not been determined yet |
| Directory | Dragged item is a directory |
| File | Dragged item is a file |
Definition at line 30 of file storemodel.h.
| ItemKind dragAndDropInfoPasswordStore::kind {ItemKind::Unknown} |
Type of dragged item
Definition at line 36 of file storemodel.h.
| QString dragAndDropInfoPasswordStore::path |
Full path to the dragged item
Definition at line 37 of file storemodel.h.