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
+1 -1
View File
@@ -10,7 +10,7 @@ void PasswordManagementWindow::setupWindow()
windowWidth=450;
windowHeight=450;
elementView=unique_ptr<QTableView>{new QTableView};
elementView=unique_ptr<QTableWidget>{new QTableWidget};
selectionBox=unique_ptr<QComboBox>{new QComboBox};
actionButton=unique_ptr<QPushButton>{new QPushButton{"i3"}};