diff options
Diffstat (limited to 'include/ui/widgets/KeyList.h')
-rw-r--r-- | include/ui/widgets/KeyList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/widgets/KeyList.h b/include/ui/widgets/KeyList.h index c4169f4a..4bdafc17 100644 --- a/include/ui/widgets/KeyList.h +++ b/include/ui/widgets/KeyList.h @@ -63,6 +63,8 @@ public: KeyListColumn::InfoType infoType = KeyListColumn::ALL, QWidget *parent = nullptr); + void setExcludeKeys(std::initializer_list<QString> key_ids); + void setColumnWidth(int row, int size); void addMenuAction(QAction *act); @@ -100,6 +102,7 @@ private: QVector<GpgKey> buffered_keys; KeyListRow::KeyType mSelectType; KeyListColumn::InfoType mInfoType; + QVector<QString> excluded_key_ids; private slots: |