PDA

View Full Version : Qt Assistant Home button



vajindarladdad
1st October 2009, 12:39
Hello all Experts ,
I am generating help files using QtHelp Module. I have used few tags according to my requirement in .qhcp file and they are working fine.


<applicationIcon>application.png</applicationIcon>
<enableFilterFunctionality>false</enableFilterFunctionality>
<enableDocumentationManager>false</enableDocumentationManager>
<enableAddressBar visible="true">true</enableAddressBar>
<cacheDirectory>mycompany/myapplication</cacheDirectory>


I want to remove the Home icon from the Navigator toolbar .If removing is not possible , i want to set a page to the Home button. I have seached in the forum but i didn't find anything related to the same. Please give me a hint to do it.

vajindarladdad
1st October 2009, 13:06
I have set these tags , but still instead of showing the page i have set to it , it shows 'Qt Assistant' page


<enableDocumentationManager>false</enableDocumentationManager>
<enableAddressBar>false</enableAddressBar>
<enableFilterFunctionality>false</enableFilterFunctionality>
<homePage>html/gettingStarted.html</homePage>
<startPage>html/index.html</startPage>