Able to view encrypted keys in the key management window
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define KEYMANAGEMENTWINDOW_H
|
||||
|
||||
#include<QDialog>
|
||||
#include<QString>
|
||||
#include<memory>
|
||||
#include"CommonWindow.h"
|
||||
#include"ViewingWindow.h"
|
||||
@@ -16,9 +17,11 @@ private slots:
|
||||
void test();
|
||||
void generation();
|
||||
void exitApplication();
|
||||
void setContentOfKeyView();
|
||||
private:
|
||||
void setContentsOfComboBox();
|
||||
void setupWindow();
|
||||
void connections();
|
||||
unique_ptr<QString> qSB;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user