forked from qt-creator/qt-creator
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user