mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
closes #204. Welcome screen redesign
This commit is contained in:
parent
589f76afca
commit
ee981c4c19
6 changed files with 318 additions and 6 deletions
|
|
@ -55,6 +55,10 @@ private Q_SLOTS:
|
|||
void switchToDatabases();
|
||||
void switchToSettings();
|
||||
void switchToPasswordGen(bool enabled);
|
||||
void switchToNewDatabase();
|
||||
void switchToOpenDatabase();
|
||||
void switchToDatabaseFile(QString file);
|
||||
void switchToKeePass1Database();
|
||||
void closePasswordGen();
|
||||
void databaseStatusChanged(DatabaseWidget *dbWidget);
|
||||
void databaseTabChanged(int tabIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue