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:
Kyle Manna 2014-05-26 00:49:28 -07:00
parent 9556d8e6da
commit ba8fd25604
6 changed files with 124 additions and 0 deletions

View file

@ -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;