GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
KeyDetailsDialog.h
1 
29 #ifndef __KEYDETAILSDIALOG_H__
30 #define __KEYDETAILSDIALOG_H__
31 
32 #include "core/GpgContext.h"
33 #include "ui/GpgFrontendUI.h"
34 #include "ui/dialog/GeneralDialog.h"
35 
36 namespace GpgFrontend::UI {
37 
39  Q_OBJECT
40 
41  public:
42  explicit KeyDetailsDialog(const GpgKey& key, QWidget* parent = nullptr);
43 
44  private:
45  QTabWidget* tab_widget_{};
46 };
47 } // namespace GpgFrontend::UI
48 
49 #endif // __KEYDETAILSDIALOG_H__
Definition: GpgKey.h:43
Definition: GeneralDialog.h:35
Definition: KeyDetailsDialog.h:38
Definition: FileReadTask.cpp:29