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"
54 QWidget* parent =
nullptr);
83 QTableWidget* keys_table_{};
84 QGroupBox* general_info_box_{};
85 QGroupBox* key_info_box_{};
86 QDialogButtonBox* button_box_{};
Definition: KeyImportDetailDialog.h:42
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:130
void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:198
static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:166
void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:76
Definition: VerifyDetailsDialog.cpp:33