|
QUrl | localized_help (const QUrl &path) |
| HelpPage::localized_help check if the requested file is also available with the locale, e.g. return index.de.html if index.html was requested but the locale is de and index.de.html is available. More...
|
|
|
QTextBrowser * | browser_ |
| The textbrowser of the tab.
|
|
◆ HelpPage()
GpgFrontend::UI::HelpPage::HelpPage |
( |
const QString & |
path, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ GetBrowser()
QTextBrowser * GpgFrontend::UI::HelpPage::GetBrowser |
( |
| ) |
|
Get the Browser object.
- Returns
- QTextBrowser*
References browser_.
◆ localized_help()
auto GpgFrontend::UI::HelpPage::localized_help |
( |
const QUrl & |
url | ) |
|
|
private |
HelpPage::localized_help check if the requested file is also available with the locale, e.g. return index.de.html if index.html was requested but the locale is de and index.de.html is available.
- Parameters
-
- Returns
Referenced by HelpPage(), and slot_open_url().
◆ slot_open_url
void GpgFrontend::UI::HelpPage::slot_open_url |
( |
const QUrl & |
url | ) |
|
|
slot |
The documentation for this class was generated from the following files:
- src/ui/widgets/HelpPage.h
- src/ui/widgets/HelpPage.cpp