Initial support for showing help in external window.

Task-number: QTCREATORBUG-1473
This commit is contained in:
kh1
2010-07-23 16:36:08 +02:00
parent 8c0223f874
commit de040e80fc
8 changed files with 290 additions and 14 deletions

View File

@@ -28,7 +28,8 @@ HEADERS += \
openpageswidget.h \
remotehelpfilter.h \
searchwidget.h \
xbelsupport.h
xbelsupport.h \
externalhelpwindow.h
SOURCES += \
centralwidget.cpp \
@@ -49,8 +50,9 @@ SOURCES += \
openpageswidget.cpp \
remotehelpfilter.cpp \
searchwidget.cpp \
xbelsupport.cpp
xbelsupport.cpp \
externalhelpwindow.cpp
FORMS += docsettingspage.ui \
filtersettingspage.ui \
generalsettingspage.ui \