changeset 8185 | 1c3739ba4352 |
parent 7679 | bfa26daad684 |
child 8186 | 4ff8690df1b0 |
8184:e0c8fad98022 | 8185:1c3739ba4352 |
---|---|
34 Q_OBJECT |
34 Q_OBJECT |
35 |
35 |
36 public: |
36 public: |
37 PageVideos(QWidget* parent = 0); |
37 PageVideos(QWidget* parent = 0); |
38 |
38 |
39 QSpinBox *framerateBox; |
39 QComboBox *framerateBox; |
40 QSpinBox *bitrateBox; |
40 QSpinBox *bitrateBox; |
41 QLineEdit *widthEdit; |
41 QLineEdit *widthEdit; |
42 QLineEdit *heightEdit; |
42 QLineEdit *heightEdit; |
43 QCheckBox *checkUseGameRes; |
43 QCheckBox *checkUseGameRes; |
44 QCheckBox *checkRecordAudio; |
44 QCheckBox *checkRecordAudio; |