Definition: HelpPage.h:39
HelpPage(const QString &path, QWidget *parent=nullptr)
Construct a new Help Page object.
Definition: HelpPage.cpp:33
void slot_open_url(const QUrl &url)
Definition: HelpPage.cpp:48
QTextBrowser * GetBrowser()
Get the Browser object.
Definition: HelpPage.cpp:81
QTextBrowser * browser_
The textbrowser of the tab.
Definition: HelpPage.h:67
QUrl localized_help(const QUrl &path)
HelpPage::localized_help check if the requested file is also available with the locale,...
Definition: HelpPage.cpp:60