Add links to docs in the Help menu (#3274)

* Fix #3266 and Fix #3197 
* Add documentation links to Help menu
* Added offline documentation (PDF) for Getting Started Guide and User Guide
This commit is contained in:
Soham Gumaste
2019-06-19 06:16:46 +05:30
committed by Jonathan White
parent 05c11d1b7c
commit 9728df2a48
7 changed files with 66 additions and 6 deletions

View File

@@ -91,6 +91,9 @@ private slots:
void hasUpdateAvailable(bool hasUpdate, const QString& version, bool isManuallyRequested);
void openDonateUrl();
void openBugReportUrl();
void openGettingStartedGuide();
void openUserGuide();
void openOnlineHelp();
void switchToDatabases();
void switchToSettings(bool enabled);
void switchToPasswordGen(bool enabled);
@@ -132,6 +135,7 @@ private:
bool saveLastDatabases();
void updateTrayIcon();
bool isTrayIconEnabled() const;
void customOpenUrl(QString url);
static QStringList kdbxFilesFromUrls(const QList<QUrl>& urls);
void dragEnterEvent(QDragEnterEvent* event) override;