A class to display help files in an external browser.
More...
A class to display help files in an external browser.
◆ QtlMovieHelp()
QtlMovieHelp::QtlMovieHelp |
( |
| ) |
|
◆ ~QtlMovieHelp()
QtlMovieHelp::~QtlMovieHelp |
( |
| ) |
|
|
virtual |
◆ showHelp()
void QtlMovieHelp::showHelp |
( |
QObject * |
parent, |
|
|
const QString & |
fragment = QString() |
|
) |
| |
Display a help HTML file in the external browser.
- Parameters
-
[in] | parent | Parent object/widget for error messages. If not a widget, find first widget in its hierarchy. |
[in] | fragment | Option fragment inside the help file (trailing "#fragment" in URL). |
◆ urlOf()
QUrl QtlMovieHelp::urlOf |
( |
QObject * |
parent, |
|
|
const QString & |
fragment = QString() |
|
) |
| |
Build the URL for a help HTML file.
- Parameters
-
[in] | parent | Parent object/widget for error messages. If not a widget, find first widget in its hierarchy. |
[in] | fragment | Option fragment inside the help file (trailing "#fragment" in URL). |
◆ _tempDir
QTemporaryDir* QtlMovieHelp::_tempDir |
|
private |
Directory for temporary files.
The documentation for this class was generated from the following files: