Issue #11 addressed. Bug where only 30 passwords are shown is fixed. Shows all available passwords. When password was encrypted the password filename is added to the PasswordManagementWindow view

This commit is contained in:
amazing-username
2018-07-28 18:05:56 -04:00
parent 30bc1f8245
commit 5d8b8959d4
5 changed files with 419 additions and 15 deletions
+3 -1
View File
@@ -18,14 +18,16 @@ public:
void setupContentOfComboBox();
void populatePass();
void updateElementView();
private:
void setupWindow();
void setupLayouts();
void connections();
void determineAmountOfPasswords();
unique_ptr<QLineEdit> passwordField;
unique_ptr<vector<QTableWidgetItem*>> z;
int amountOfPasswords;
private slots:
void exitApplication();
void testTableView();