Able to view encrypted keys in the key management window

This commit is contained in:
amazing-username
2017-08-11 20:44:33 -05:00
parent b83287b768
commit c1d17799cd
10 changed files with 113 additions and 14 deletions
+3
View File
@@ -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