A widget designed to provide user-assistance and contextual help. More...
#include <HelpWidget.hpp>
Public Member Functions | |
HelpWidget (const foundation::QtPtr<::QWidget > &parent) | |
Full initialisation constructor. The GUI elements for navigation and document viewing are set up and connected to the help engine’s content and index widgets. The start page for the display area is also configured and shown. | |
A widget designed to provide user-assistance and contextual help.
It is used to create and manage a GUI element that displays help information or guidelines to users. It ensures that assistance is accessible in a consistent format and can include dynamic or contextual content.
|
explicit |
Full initialisation constructor. The GUI elements for navigation and document viewing are set up and connected to the help engine’s content and index widgets. The start page for the display area is also configured and shown.
Error | Thrown if the help engine data setup fails. The error message contains details. |
parent | The parent GUI element. If null, the widget will have no parent. |