QTfrontend/ui/page/pagevideos.h
changeset 7633 d4251e519062
parent 7631 01b599d6f72d
child 7679 bfa26daad684
equal deleted inserted replaced
7632:81e5e7092023 7633:d4251e519062
    35 
    35 
    36     public:
    36     public:
    37         PageVideos(QWidget* parent = 0);
    37         PageVideos(QWidget* parent = 0);
    38 
    38 
    39         QSpinBox  *framerateBox;
    39         QSpinBox  *framerateBox;
       
    40         QSpinBox  *bitrateBox;
    40         QLineEdit *widthEdit;
    41         QLineEdit *widthEdit;
    41         QLineEdit *heightEdit;
    42         QLineEdit *heightEdit;
    42         QCheckBox *checkUseGameRes;
    43         QCheckBox *checkUseGameRes;
    43         QCheckBox *checkRecordAudio;
    44         QCheckBox *checkRecordAudio;
    44 
    45