29 #ifndef __KEYIMPORTDETAILSDIALOG_H__
30 #define __KEYIMPORTDETAILSDIALOG_H__
32 #include "core/GpgContext.h"
33 #include "core/function/gpg/GpgKeyImportExporter.h"
34 #include "ui/GpgFrontendUI.h"
35 #include "ui/dialog/GeneralDialog.h"
55 QWidget* parent =
nullptr);
84 QTableWidget* keys_table_{};
85 QGroupBox* general_info_box_{};
86 QGroupBox* key_info_box_{};
87 QDialogButtonBox* button_box_{};
Definition: GeneralDialog.h:35
Definition: KeyImportDetailDialog.h:43
KeyImportDetailDialog(GpgImportInformation result, bool automatic, QWidget *parent=nullptr)
Construct a new Key Import Detail Dialog object.
Definition: KeyImportDetailDialog.cpp:34
void create_keys_table()
Create a keys table object.
Definition: KeyImportDetailDialog.cpp:131
void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:197
static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:165
void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:77
Definition: FileReadTask.cpp:29