GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
SetOwnerTrustLevel.h
1
29
#pragma once
30
31
#include "GpgFrontendUI.h"
32
33
namespace
GpgFrontend::UI
{
34
35
class
SetOwnerTrustLevel
:
public
QWidget {
36
Q_OBJECT
37
public
:
43
explicit
SetOwnerTrustLevel
(QWidget* parent);
44
52
auto
Exec
(
const
QString& key_id) -> bool;
53
};
54
55
}
// namespace GpgFrontend::UI
GpgFrontend::UI::SetOwnerTrustLevel
Definition:
SetOwnerTrustLevel.h:35
GpgFrontend::UI::SetOwnerTrustLevel::Exec
auto Exec(const QString &key_id) -> bool
Definition:
SetOwnerTrustLevel.cpp:40
GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel
SetOwnerTrustLevel(QWidget *parent)
Set the Owner Trust Level object.
Definition:
SetOwnerTrustLevel.cpp:38
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
function
SetOwnerTrustLevel.h
Generated by
1.9.1