6#include <QtCore/QtGlobal>
7#if QT_VERSION >= 0x050000
8#include <QtWidgets/QTextBrowser>
9#include <QtPrintSupport/QPrinter>
11#include <QtGui/QTextBrowser>
12#include <QtGui/QPrinter>
36 I_ASSIGN(m_helpFileProviderCompPtr,
"HelpFileProvider",
"Calculate path of html document",
true,
"HelpFileProvider");
Base class for component implementation.
Allow to show help document to specified object or text.
Allow to show help document to specified object or text.
Allow to show help document to specified object or text.
virtual double GetHelpQuality(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get quality of help information for specified context and/or object.
virtual void ShowHelp(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) override
Show some help information for specified context.
icomp::CComponentBase BaseClass
Base interface for all used interfaces and implementations.
Pointer wrapper providing automatic deleting pointed object during destruction.
This package contains Qt implementations related to Document/View concept.