10 #include <QScopedPointer>
14 class RandomPinDialog;
26 RandomPinDialog(
int pLength,
const QString& pSelectedReader, QWidget* pParent =
nullptr);
32 virtual bool eventFilter(QObject* pObject, QEvent* pEvent)
override;
36 QScopedPointer<Ui::RandomPinDialog> mUi;
37 const QString mSelectedReader;
39 void initComponents();
43 void onPosButtonClicked();
44 void onCardRemoved(
const QString& pReaderName);
45 void onCardInserted();
Definition: RandomPinDialog.h:22
RandomPinDialog(int pLength, const QString &pSelectedReader, QWidget *pParent=nullptr)
Definition: RandomPinDialog.cpp:19
virtual ~RandomPinDialog() override
Definition: RandomPinDialog.cpp:54
virtual void changeEvent(QEvent *pEvent) override
Definition: RandomPinDialog.cpp:143
QString getPin()
Definition: RandomPinDialog.cpp:94
virtual bool eventFilter(QObject *pObject, QEvent *pEvent) override
Definition: RandomPinDialog.cpp:128
Dialog to display information about the application.
Definition: AboutDialog.h:13
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15