00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef DIVXLAVCOPTIONSDIALOG_H
00011 #define DIVXLAVCOPTIONSDIALOG_H
00012
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QGroupBox;
00021 class QLabel;
00022 class QCheckBox;
00023 class QSpinBox;
00024 class QComboBox;
00025 class KDoubleSpinBox;
00026 class QPushButton;
00027
00028 class DivXLavcOptionsDialog : public QDialog
00029 {
00030 Q_OBJECT
00031
00032 public:
00033 DivXLavcOptionsDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034 ~DivXLavcOptionsDialog();
00035
00036 QGroupBox* groupBox1;
00037 QLabel* textLabel1;
00038 QCheckBox* checkGrayscale;
00039 QLabel* textLabel2;
00040 QSpinBox* spinBitrate;
00041 QCheckBox* checkHighQuality;
00042 QGroupBox* groupBox2;
00043 QLabel* textLabel5;
00044 QLabel* textLabel6;
00045 QLabel* textLabel4;
00046 QLabel* textLabel10;
00047 QLabel* textLabel11;
00048 QLabel* textLabel12;
00049 QLabel* textLabel8;
00050 QComboBox* comboVme;
00051 QLabel* textLabel13;
00052 QLabel* textLabel14;
00053 QComboBox* comboIDCT;
00054 QComboBox* comboDCT;
00055 QCheckBox* checkQuaterPelMotion;
00056 QCheckBox* check4Motion;
00057 QCheckBox* checkDivx3;
00058 QSpinBox* spinKeyframe;
00059 QSpinBox* spinVqmin;
00060 QSpinBox* spinVqmax;
00061 KDoubleSpinBox* spinLumiMask;
00062 KDoubleSpinBox* spinDarkMask;
00063 QLabel* textLabel9;
00064 QSpinBox* spinVlelim;
00065 QSpinBox* spinVcelim;
00066 QPushButton* btCancel;
00067 QPushButton* btOk;
00068
00069 protected:
00070 QGridLayout* DivXLavcOptionsDialogLayout;
00071 QSpacerItem* spacer1;
00072 QGridLayout* groupBox1Layout;
00073 QGridLayout* groupBox2Layout;
00074
00075 protected slots:
00076 virtual void languageChange();
00077
00078 };
00079
00080 #endif // DIVXLAVCOPTIONSDIALOG_H