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();
QString getPin()
Definition: RandomPinDialog.cpp:94
virtual ~RandomPinDialog() override
Definition: RandomPinDialog.cpp:54
RandomPinDialog(int pLength, const QString &pSelectedReader, QWidget *pParent=nullptr)
Definition: RandomPinDialog.cpp:19
Dialog to display information about the application.
Definition: AboutDialog.h:12
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: RandomPinDialog.h:20
virtual void changeEvent(QEvent *pEvent) override
Definition: RandomPinDialog.cpp:143
virtual bool eventFilter(QObject *pObject, QEvent *pEvent) override
Definition: RandomPinDialog.cpp:128