Add open online documentation button to help viewer

Change-Id: I21685005709332b1201aaf08804399ecbd82bf7c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tasuku Suzuki
2019-06-13 15:41:03 +09:00
parent e3b1106afa
commit 395b5ec185
6 changed files with 50 additions and 12 deletions

View File

@@ -105,6 +105,9 @@ public:
static void updateFilterModel();
static bool canOpenOnlineHelp(const QUrl &url);
static bool openOnlineHelp(const QUrl &url);
signals:
void filterIndexChanged(int index);
void fallbackFontChanged(const QFont &font);