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>
114 I_ASSIGN(m_helpFileProviderCompPtr,
"HelpFileProvider",
"Calculate path of html document",
true,
"HelpFileProvider");
130 mutable QUrl m_urlToShow;
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.
HTML-based help viewer component.
iqtgui::TGuiComponentBase< QTextBrowser > BaseClass
virtual void ShowHelp(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) override
Show some help information for specified context.
virtual void OnGuiShown() override
Called from widget event filter when slave widget is shown.
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 OnGuiCreated() override
Called just after GUI is initialized.
Base class for all Qt GUI componentes.
Base interface for all used interfaces and implementations.
This package contains Qt implementations related to Document/View concept.