A subclass of QtlDialog which implements a browser.
More...
|
virtual bool | event (QEvent *event) Q_DECL_OVERRIDE |
| Process an event. More...
|
|
A subclass of QtlDialog which implements a browser.
◆ QtlBrowserDialog() [1/2]
QtlBrowserDialog::QtlBrowserDialog |
( |
QWidget * |
parent = 0 , |
|
|
const QString & |
url = QString() , |
|
|
const QString & |
title = QString() , |
|
|
const QString & |
icon = QString() |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
[in] | parent | Optional parent widget. |
[in] | url | Optional home URL. When the HTML file is in the application's resources, use a syntax like "qrc:/help/index.html". |
[in] | title | Optional dialog window title. |
[in] | icon | Optional icon file name. When the icon file is in the application's resources, use a syntax like ":/images/logo.png". |
◆ QtlBrowserDialog() [2/2]
QtlBrowserDialog::QtlBrowserDialog |
( |
| ) |
|
|
private |
◆ setUrl()
void QtlBrowserDialog::setUrl |
( |
const QString & |
url | ) |
|
Set the home URL.
- Parameters
-
[in] | url | Source URL. When the HTML file is in the application's resources, use a syntax like "qrc:/help/index.html". |
◆ _text
QTextBrowser* QtlBrowserDialog::_text |
|
private |
The documentation for this class was generated from the following files: