QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlBrowserDialog Class Reference

A subclass of QtlDialog which implements a browser. More...

Inheritance diagram for QtlBrowserDialog:
QtlDialog

Public Member Functions

 QtlBrowserDialog (QWidget *parent=0, const QString &url=QString(), const QString &title=QString(), const QString &icon=QString())
 Constructor. More...
 
void setUrl (const QString &url)
 Set the home URL. More...
 
- Public Member Functions inherited from QtlDialog
 QtlDialog (QWidget *parent=0, Qt::WindowFlags flags=0, QtlGeometrySettingsInterface *geometrySettings=0)
 Constructor. More...
 
QtlGeometrySettingsInterfacegeometrySettings () const
 Get the object where to save and restore the dialog geometry. More...
 
void setGeometrySettings (QtlGeometrySettingsInterface *geometrySettings, bool restoreImmediately=false)
 Set the object where to save and restore the dialog geometry. More...
 

Private Member Functions

 QtlBrowserDialog () Q_DECL_EQ_DELETE
 

Private Attributes

QTextBrowser * _text
 HTML display. More...
 

Additional Inherited Members

- Protected Member Functions inherited from QtlDialog
virtual bool event (QEvent *event) Q_DECL_OVERRIDE
 Process an event. More...
 

Detailed Description

A subclass of QtlDialog which implements a browser.

Constructor & Destructor Documentation

◆ QtlBrowserDialog() [1/2]

QtlBrowserDialog::QtlBrowserDialog ( QWidget *  parent = 0,
const QString &  url = QString(),
const QString &  title = QString(),
const QString &  icon = QString() 
)
explicit

Constructor.

Parameters
[in]parentOptional parent widget.
[in]urlOptional home URL. When the HTML file is in the application's resources, use a syntax like "qrc:/help/index.html".
[in]titleOptional dialog window title.
[in]iconOptional 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

Member Function Documentation

◆ setUrl()

void QtlBrowserDialog::setUrl ( const QString &  url)

Set the home URL.

Parameters
[in]urlSource URL. When the HTML file is in the application's resources, use a syntax like "qrc:/help/index.html".

Member Data Documentation

◆ _text

QTextBrowser* QtlBrowserDialog::_text
private

HTML display.


The documentation for this class was generated from the following files: