Continue working on requesting the user for a filename for a password

This commit is contained in:
amazing-username
2018-03-08 15:46:21 -06:00
parent 05b559bacf
commit d1662f12fb
4 changed files with 51 additions and 2 deletions
+5
View File
@@ -37,6 +37,9 @@ private:
void setupContentOfComboBox();
void createMenus();
void connections();
void switchControlEnabling();
void switchControls(const bool);
void requestFilename();
unique_ptr<QVBoxLayout> buttonLayout;
@@ -55,7 +58,9 @@ private:
unique_ptr<KeyManagementWindow> kh;
unique_ptr<PasswordManagementWindow> ph;
unique_ptr<SaveFile> sf;
string grabCryptionText();
bool controlsEnabled{true};
};
#endif