Enhancements to About dialog and add settings button to toolbar

* Added Patreon contributors
* Added real names to project maintainers
* Cleaned up layout
* Added settings button to main toolbar
* Added actions for "Donate" and "Report a Bug" to help menu
This commit is contained in:
Jonathan White 2018-08-20 18:46:46 -04:00 committed by Jonathan White
parent bb73df5d77
commit 67304c71a0
7 changed files with 211 additions and 73 deletions

View file

@ -77,8 +77,10 @@ private slots:
void setMenuActionState(DatabaseWidget::Mode mode = DatabaseWidget::None);
void updateWindowTitle();
void showAboutDialog();
void openDonateUrl();
void openBugReportUrl();
void switchToDatabases();
void switchToSettings();
void switchToSettings(bool enabled);
void switchToPasswordGen(bool enabled);
void switchToNewDatabase();
void switchToOpenDatabase();