mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-21 12:38:12 -04:00
gui: Add YubiKey support to widgets
* Add YubiKey support to the GUI widgets. Signed-off-by: Kyle Manna <kyle@kylemanna.com>
This commit is contained in:
parent
9556d8e6da
commit
ba8fd25604
6 changed files with 124 additions and 0 deletions
|
@ -55,7 +55,10 @@ protected Q_SLOTS:
|
|||
private Q_SLOTS:
|
||||
void activatePassword();
|
||||
void activateKeyFile();
|
||||
void activateChallengeResponse();
|
||||
void setOkButtonEnabled();
|
||||
void browseKeyFile();
|
||||
void ykDetected(int slot, bool blocking);
|
||||
|
||||
protected:
|
||||
const QScopedPointer<Ui::DatabaseOpenWidget> m_ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue