A subclass of QtlDialog which implements the UI for the "View Input File Properties" action. More...
Public Member Functions | |
| QtlMovieInputFilePropertiesDialog (const QtlMovieInputFile *inputFile, QtlMovieSettings *settings, QWidget *parent=0) | |
| Constructor. More... | |
Public Member Functions inherited from QtlDialog | |
| 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 Attributes | |
| QtlMovieSettings * | _settings |
| Application settings. More... | |
| Ui::QtlMovieInputFilePropertiesDialog | _ui |
| UI from Qt Designer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QtlDialog | |
| virtual bool | event (QEvent *event) Q_DECL_OVERRIDE |
| Process an event. More... | |
A subclass of QtlDialog which implements the UI for the "View Input File Properties" action.
The design of the UI is done using Qt Designer.
|
explicit |
Constructor.
| [in] | inputFile | Input file to view. |
| [in] | settings | Application settings. |
| [in] | parent | Optional parent object. |
|
private |
UI from Qt Designer.
|
private |
Application settings.