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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user