QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
dragAndDropInfoPasswordStore Struct Reference

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

Detailed Description

Holds information for drag and drop operations in the password store.

Definition at line 26 of file storemodel.h.

Member Enumeration Documentation

◆ ItemKind

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.

Member Data Documentation

◆ kind

ItemKind dragAndDropInfoPasswordStore::kind {ItemKind::Unknown}

Type of dragged item

Definition at line 36 of file storemodel.h.

◆ path

QString dragAndDropInfoPasswordStore::path

Full path to the dragged item

Definition at line 37 of file storemodel.h.


The documentation for this struct was generated from the following file: