Help: Create separate help widget class

That contains the tool bar together with a help viewer,
which can also be used for an external help window, and later be
extended to also replace the extra "central widget".

Change-Id: I73fac4c135b985cbe47062b90783f156b5062005
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Eike Ziller
2014-06-17 18:14:37 +02:00
parent 5ee81929ac
commit b2a2a89358
10 changed files with 276 additions and 134 deletions

View File

@@ -38,7 +38,8 @@ HEADERS += \
externalhelpwindow.h \
searchtaskhandler.h \
qtwebkithelpviewer.h \
textbrowserhelpviewer.h
textbrowserhelpviewer.h \
helpwidget.h
SOURCES += \
centralwidget.cpp \
@@ -61,7 +62,8 @@ SOURCES += \
externalhelpwindow.cpp \
searchtaskhandler.cpp \
qtwebkithelpviewer.cpp \
textbrowserhelpviewer.cpp
textbrowserhelpviewer.cpp \
helpwidget.cpp
FORMS += docsettingspage.ui \
filtersettingspage.ui \