GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
TOFUInfoPage.h
1
27#ifndef GPGFRONTEND_TOFUINFOPAGE_H
28#define GPGFRONTEND_TOFUINFOPAGE_H
29
30#include "core/GpgModel.h"
31#include "ui/GpgFrontendUI.h"
32
33namespace GpgFrontend::UI {
34
39class TOFUInfoPage : public QWidget {
40 Q_OBJECT
41 public:
48 explicit TOFUInfoPage(const GpgTOFUInfo &tofu_info,
49 QWidget *parent = nullptr);
50};
51} // namespace GpgFrontend::UI
52
53#endif // GPGFRONTEND_TOFUINFOPAGE_H
Definition: GpgTOFUInfo.h:39
Definition: TOFUInfoPage.h:39
TOFUInfoPage(const GpgTOFUInfo &tofu_info, QWidget *parent=nullptr)
Construct a new TOFUInfoPage object.
Definition: TOFUInfoPage.cpp:29
Definition: VerifyDetailsDialog.cpp:33