mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Add "Statistics" page to Database Settings dialog (#2034)
Added new page "Statistics" to the Database Settings dialog that shows information like number of groups and entries, number of unique and re-used passwords, average password length, etc. Show warnings for problematic values with explainations for the user in tooltips. Fixes #2034 Database statistics icon: Downloaded from: https://www.flaticon.com/authors/freepik Original source: https://www.flaticon.com/free-icon/bars-chart_265733
This commit is contained in:
parent
ca0c4f5a3d
commit
8afb1f17b4
12 changed files with 448 additions and 7 deletions
|
@ -257,7 +257,7 @@ namespace Bootstrap
|
|||
nullptr, // do not change owner or group
|
||||
pACL, // DACL specified
|
||||
nullptr // do not change SACL
|
||||
);
|
||||
);
|
||||
|
||||
Cleanup:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue