Add clear button to MultiKeyEdit

This commit is contained in:
BigBahss
2020-11-13 02:52:37 -05:00
parent bb6786f24e
commit 300a41c149
2 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ public:
bool removeOne(const QKeySequence &keySequence);
bool contains(const QKeySequence &keySequence) const;
void setContextMenuPolicy(Qt::ContextMenuPolicy policy);
bool isClearButtonEnabled() const;
void setClearButtonEnabled(bool enable);
public slots:
void clear();