GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
ExportKeyPackageDialog.h
1 
29 #pragma once
30 
31 #include "GpgFrontendUI.h"
32 #include "core/typedef/GpgTypedef.h"
33 #include "ui/dialog/GeneralDialog.h"
34 
35 class Ui_exportKeyPackageDialog;
36 
37 namespace GpgFrontend::UI {
38 
44  Q_OBJECT
45 
46  public:
53  explicit ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget* parent);
54 
55  private:
56  std::shared_ptr<Ui_exportKeyPackageDialog> ui_;
57  KeyIdArgsListPtr key_ids_;
58  QString passphrase_;
59 };
60 } // namespace GpgFrontend::UI
Definition: ExportKeyPackageDialog.h:43
ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget *parent)
Construct a new Export Key Package Dialog object.
Definition: ExportKeyPackageDialog.cpp:37
Definition: GeneralDialog.h:35
Definition: FileReadTask.cpp:31