A subclass of QtlDialog which implements the UI for the editing a task. More...
Public Member Functions | |
QtlMovieEditTaskDialog (QtlMovieTask *task, QtlMovieSettings *settings, QtlLogger *log, 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 | |
QtlMovieEditTaskDialog () Q_DECL_EQ_DELETE | |
Additional Inherited Members | |
![]() | |
virtual bool | event (QEvent *event) Q_DECL_OVERRIDE |
Process an event. More... | |
A subclass of QtlDialog which implements the UI for the editing a task.
It is mainly a QtlDialog containing a QtlMovieEditTask.
QtlMovieEditTaskDialog::QtlMovieEditTaskDialog | ( | QtlMovieTask * | task, |
QtlMovieSettings * | settings, | ||
QtlLogger * | log, | ||
QWidget * | parent = 0 |
||
) |
Constructor.
[in] | task | The task to edit. |
[in] | settings | Application settings. |
[in] | log | Where to log errors. |
[in] | parent | Optional parent widget. |
|
private |