Convert from unicode to image based paperclip

This commit is contained in:
Jonathan White
2018-02-22 23:19:26 -05:00
committed by Janek Bevendorff
parent 8c4df37062
commit fd71b4a22e
7 changed files with 23 additions and 20 deletions

View File

@@ -19,6 +19,7 @@
#define KEEPASSX_ENTRYMODEL_H
#include <QAbstractTableModel>
#include <QPixmap>
class Entry;
class Group;
@@ -95,9 +96,11 @@ private:
bool m_hideUsernames;
bool m_hidePasswords;
QPixmap m_paperClipPixmap;
QPixmap m_paperClipPixmapCentered;
static const QString HiddenContentDisplay;
static const Qt::DateFormat DateFormat;
static const QString PaperClipDisplay;
};
#endif // KEEPASSX_ENTRYMODEL_H