QtPass 1.6.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 Attributes

bool isDir
bool isFile
QString path

Detailed Description

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

Definition at line 25 of file storemodel.h.

Member Data Documentation

◆ isDir

bool dragAndDropInfoPasswordStore::isDir

true if dragged item is a directory

Definition at line 26 of file storemodel.h.

◆ isFile

bool dragAndDropInfoPasswordStore::isFile

true if dragged item is a file

Definition at line 27 of file storemodel.h.

◆ path

QString dragAndDropInfoPasswordStore::path

Full path to the dragged item

Definition at line 28 of file storemodel.h.


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