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
33
namespace
GpgFrontend::UI
{
34
39
class
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
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
GpgFrontend::GpgTOFUInfo
Definition:
GpgTOFUInfo.h:39
GpgFrontend::UI::TOFUInfoPage
Definition:
TOFUInfoPage.h:39
GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage
TOFUInfoPage(const GpgTOFUInfo &tofu_info, QWidget *parent=nullptr)
Construct a new TOFUInfoPage object.
Definition:
TOFUInfoPage.cpp:29
src
ui
widgets
TOFUInfoPage.h
Generated by
1.8.17