A subclass of QDialog which implements the UI for the "About Media Tools" action. More...
Public Member Functions | |
QtlMovieAboutMediaTools (QtlMovieSettings *settings, QWidget *parent=0) | |
Constructor. More... | |
![]() | |
QtlDialog (QWidget *parent=0, Qt::WindowFlags flags=0, QtlGeometrySettingsInterface *geometrySettings=0) | |
Constructor. More... | |
QtlGeometrySettingsInterface * | geometrySettings () 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 | |
QtlMovieAboutMediaTools () Q_DECL_EQ_DELETE | |
Static Private Member Functions | |
static QString | title (const QtlMovieExecFile *file) |
Build an HTML title label for a media tool. More... | |
Private Attributes | |
QtlMovieSettings * | _settings |
Application settings. More... | |
Ui::QtlMovieAboutMediaTools | _ui |
UI from Qt Designer. More... | |
Additional Inherited Members | |
![]() | |
virtual bool | event (QEvent *event) Q_DECL_OVERRIDE |
Process an event. More... | |
A subclass of QDialog which implements the UI for the "About Media Tools" action.
The design of the UI is done using Qt Designer.
|
explicit |
Constructor.
[in] | settings | Application settings. |
[in] | parent | Optional parent widget. |
|
private |
|
staticprivate |
Build an HTML title label for a media tool.
[in] | file | Executable file for the media tool. |
|
private |
UI from Qt Designer.
|
private |
Application settings.