GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
TOFUInfoPage.h
1 
29 #pragma once
30 
31 #include "core/typedef/GpgTypedef.h"
32 #include "ui/GpgFrontendUI.h"
33 
34 namespace GpgFrontend::UI {
35 
40 class TOFUInfoPage : public QWidget {
41  Q_OBJECT
42  public:
49  explicit TOFUInfoPage(const GpgTOFUInfo &tofu_info,
50  QWidget *parent = nullptr);
51 };
52 } // namespace GpgFrontend::UI
Definition: GpgTOFUInfo.h:36
Definition: TOFUInfoPage.h:40
TOFUInfoPage(const GpgTOFUInfo &tofu_info, QWidget *parent=nullptr)
Construct a new TOFUInfoPage object.
Definition: TOFUInfoPage.cpp:31
Definition: FileReadTask.cpp:31