1 #ifndef NEWSEQUENCEDIALOG_H 2 #define NEWSEQUENCEDIALOG_H 21 void set_sequence_name(
const QString& s);
25 void preset_changed(
int index);
33 QComboBox* preset_combobox;
34 QSpinBox* height_numeric;
35 QSpinBox* width_numeric;
36 QComboBox* par_combobox;
37 QComboBox* interlacing_combobox;
38 QComboBox* frame_rate_combobox;
39 QComboBox* audio_frequency_combobox;
40 QLineEdit* sequence_name_edit;
43 #endif // NEWSEQUENCEDIALOG_H Definition: sequence.h:13
Definition: newsequencedialog.h:13