21 #ifndef NEWSEQUENCEDIALOG_H
22 #define NEWSEQUENCEDIALOG_H
91 virtual void accept()
override;
168 #endif // NEWSEQUENCEDIALOG_H
NewSequenceDialog(QWidget *parent=nullptr, Media *existing=nullptr, Sequence *iexisting_sequence=nullptr)
NewSequenceDialog constructor.
Definition: newsequencedialog.cpp:48
QComboBox * frame_rate_combobox
ComboBox to set the frame rate.
Definition: newsequencedialog.h:148
QSpinBox * height_numeric
SpinBox to set the Sequence height.
Definition: newsequencedialog.h:128
QLineEdit * sequence_name_edit
Line edit to set the Sequence's name.
Definition: newsequencedialog.h:165
void setup_ui()
Internal function to create the dialog's UI.
Definition: newsequencedialog.cpp:201
The NewSequenceDialog class.
Definition: newsequencedialog.h:38
Sequence * existing_sequence
Internal reference to an existing Sequence (if one was provided to the constructor) ...
Definition: newsequencedialog.h:113
void set_sequence_name(const QString &s)
Set the name for the new Sequence.
Definition: newsequencedialog.cpp:86
void SetNameEditable(bool enabled)
Set whether the Sequence's name can be edited.
Definition: newsequencedialog.cpp:90
QComboBox * preset_combobox
ComboBox to set the preset.
Definition: newsequencedialog.h:123
Media * existing_item
Internal reference to an existing Media wrapper (if one was provided to the constructor) ...
Definition: newsequencedialog.h:108
QSpinBox * width_numeric
SpinBox to set the Sequence width.
Definition: newsequencedialog.h:133
virtual void accept() override
Override accept function to create/edit a Sequence.
Definition: newsequencedialog.cpp:96
QLabel * sequence_name_label
Label marker for setting the Sequence's name.
Definition: newsequencedialog.h:160
QComboBox * par_combobox
ComboBox to set the pixel aspect ratio.
Definition: newsequencedialog.h:138
QComboBox * audio_frequency_combobox
ComboBox to set the audio frequence.
Definition: newsequencedialog.h:153
Definition: sequence.h:31
QComboBox * interlacing_combobox
ComboBox to set the interlacing mode.
Definition: newsequencedialog.h:143
void preset_changed(int index)
Slot when the user changes the preset.
Definition: newsequencedialog.cpp:156