mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <tcanabrava@kde.org>
This commit is contained in:
parent
32d8051404
commit
7f732559d8
2 changed files with 14 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue