48 void showDocumentation( QString page = QString());
58 QString fileForLang(QStringList files);
60 bool startAssistant();
67 #endif // EHELPCENTER_H
Structure to setup up the EHelpCenter.
Definition: ehelpcentersetup.h:30
Mostly the same as EWidget but for QObject as base class.
Definition: eobject.h:42
QProcess * assistantProcess
Definition: ehelpcenter.h:61
EHelpCenterSetup settings
Definition: ehelpcenter.h:62
#define E_CORE_EXPORT
Definition: eglobal.h:107
QList< QFileInfo > qchFiles
Definition: ehelpcenter.h:64
QFileInfo qhcFile
Definition: ehelpcenter.h:63
Manage the QtAssistant usage to display the online help.
Definition: ehelpcenter.h:37