From 7f732559d893964210181202a417d7c300b3cf19 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 30 May 2013 10:54:06 -0300 Subject: Added preliminary support for a Manual Display Widget. Added a preliminary support for a manual display widget, it's a very basic HTML text-browser, so it can have hyperlinks, images and everything that a 1995 browser has. The long term plan is to subsittute this manual by a more modern 'help' using QGraphicsView, that will interact on the application level. See #121 Signed-off-by: Tomaz Canabrava --- qt-ui/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-ui/mainwindow.h') diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 36b174284..f3e728176 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -29,6 +29,7 @@ class DiveListView; class GlobeGPS; class MainTab; class ProfileGraphicsView; +class QTextBrowser; class MainWindow : public QMainWindow { @@ -93,7 +94,7 @@ private: Ui::MainWindow *ui; QAction *actionNextDive; QAction *actionPreviousDive; - + QTextBrowser *helpView; QString filter(); bool askSaveChanges(); void writeSettings(); -- cgit v1.2.3-70-g09d2