mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
use QWebView to show the user manual
Looks like the QTextBrowser can't render the manual correctly. Also, QWebView provides a better way to find contents on a webpage, which is an important feature for an user manual (to be implemented). Signed-off-by: Danilo Cesar Lemes de Paula <danilo.eu@gmail.com>
This commit is contained in:
parent
2fb2918607
commit
1e69731804
3 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@ class DiveListView;
|
|||
class GlobeGPS;
|
||||
class MainTab;
|
||||
class ProfileGraphicsView;
|
||||
class QTextBrowser;
|
||||
class QWebView;
|
||||
|
||||
enum MainWindowTitleFormat { MWTF_DEFAULT, MWTF_FILENAME };
|
||||
|
||||
|
@ -110,7 +110,7 @@ private:
|
|||
Ui::MainWindow *ui;
|
||||
QAction *actionNextDive;
|
||||
QAction *actionPreviousDive;
|
||||
QTextBrowser *helpView;
|
||||
QWebView *helpView;
|
||||
QString filter();
|
||||
bool askSaveChanges();
|
||||
void writeSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue