Implement online help filter.

The search for remote content, like stl::vector in cpp-reference,
google, bing, wikipedia etc...

Task-number: QTCREATORBUG-1375
Reviewed-by: ck
This commit is contained in:
kh1
2010-07-16 11:15:54 +02:00
parent fff4203a46
commit 37efd0e10f
5 changed files with 429 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ HEADERS += \
openpagesmodel.h \
openpagesswitcher.h \
openpageswidget.h \
remotehelpfilter.h \
searchwidget.h \
xbelsupport.h
@@ -46,12 +47,14 @@ SOURCES += \
openpagesmodel.cpp \
openpagesswitcher.cpp \
openpageswidget.cpp \
remotehelpfilter.cpp \
searchwidget.cpp \
xbelsupport.cpp
FORMS += docsettingspage.ui \
filtersettingspage.ui \
generalsettingspage.ui
generalsettingspage.ui \
remotehelpfilter.ui
RESOURCES += help.qrc
include(../../shared/help/help.pri)