LibEngsas
|
Structure to setup up the EHelpCenter. More...
#include <ehelpcentersetup.h>
Public Attributes | |
QList< QDir > | directories |
Directories, which should be search for qhc and qch files. | |
QString | qhcFile |
The file, which should be loaded as qhc, to setup QtAssistant. | |
QString | domain |
the domain used into the help file. | |
QString | defaultPage |
Page which is opened, if no page is provided. |
Structure to setup up the EHelpCenter.
QString EHelpCenterSetup::defaultPage |
Page which is opened, if no page is provided.
QList<QDir> EHelpCenterSetup::directories |
Directories, which should be search for qhc and qch files.
QString EHelpCenterSetup::domain |
the domain used into the help file.
If empty, QString(de.%1.%2).arg(QApplication::organizationName()).arg(QApplication::applicationName()) is used.
QString EHelpCenterSetup::qhcFile |
The file, which should be loaded as qhc, to setup QtAssistant.
The file given here, is loaded as qhc and all other files found in the directory, are loaded as qch (-register file.qch). The content should be without the language and ending (e.g.: File is called myhelpfile_de.qhc, than qhcFile should be myhelpfile)