2010-12-09 59 views
1

我從http://qt.gitorious.org/qt-solutions得到了Qt解決方案,並且嘗試將其文檔安裝到助手時遇到問題 - 我可以看到文檔菜單,但是不顯示頁面文本。將qtService幫助安裝到助理時出錯

我做了什麼:

D:\WORK\Repos\qt-solutions\qtservice\doc\html>qhelpgenerator qtservice.qhp -o qtservice.qch 
Building up file structure... 
Insert custom filters... 
Insert help data for filter section (1 of 1)... 
Insert files... 
Insert contents... 
Insert indices... 
Documentation successfully generated. 

D:\WORK\Repos\qt-solutions\qtservice\doc\html>assistant -register qtservice.qch 

助理說,文件成功地進口,但只顯示菜單標題(不包括HTML幫助文本)。 qtservice.qch的大小爲53 kb,所以我認爲html已成功嵌入其中。

我的QT版本是4.6.3,運行在WinXP SP3上。

回答

2

這適用於Qt 4.7.1(在Vista上運行),但在同一臺機器上不適用於4.6.2。我假設幫助文件使用Qt 4.6中不支持的功能。

+0

是的,我檢查了它,它在4.7.1助手工作... – Raiv 2010-12-09 17:12:35