|
QtPass 1.6.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 Attributes | |
| bool | isDir |
| bool | isFile |
| QString | path |
Holds information for drag and drop operations in the password store.
Definition at line 25 of file storemodel.h.
| bool dragAndDropInfoPasswordStore::isDir |
true if dragged item is a directory
Definition at line 26 of file storemodel.h.
| bool dragAndDropInfoPasswordStore::isFile |
true if dragged item is a file
Definition at line 27 of file storemodel.h.
| QString dragAndDropInfoPasswordStore::path |
Full path to the dragged item
Definition at line 28 of file storemodel.h.