QTfrontend/ui/page/pageoptions.h
changeset 8192 81da6576b0c3
parent 8151 25b95d6224fc
child 8226 67f07ff5b593
equal deleted inserted replaced
8190:92792d48574b 8192:81da6576b0c3
    84         QLineEdit * leProxy;
    84         QLineEdit * leProxy;
    85         QLineEdit * leProxyLogin;
    85         QLineEdit * leProxyLogin;
    86         QLineEdit * leProxyPassword;
    86         QLineEdit * leProxyPassword;
    87 
    87 
    88 #ifdef VIDEOREC
    88 #ifdef VIDEOREC
    89         QSpinBox  *framerateBox;
    89         QComboBox  *framerateBox;
    90         QSpinBox  *bitrateBox;
    90         QSpinBox  *bitrateBox;
    91         QLineEdit *widthEdit;
    91         QLineEdit *widthEdit;
    92         QLineEdit *heightEdit;
    92         QLineEdit *heightEdit;
    93         QCheckBox *checkUseGameRes;
    93         QCheckBox *checkUseGameRes;
    94         QCheckBox *checkRecordAudio;
    94         QCheckBox *checkRecordAudio;
   151         void onProxyTypeChanged();
   151         void onProxyTypeChanged();
   152 #ifdef VIDEOREC
   152 #ifdef VIDEOREC
   153         void changeAVFormat(int index);
   153         void changeAVFormat(int index);
   154         void changeUseGameRes(int state);
   154         void changeUseGameRes(int state);
   155         void changeRecordAudio(int state);
   155         void changeRecordAudio(int state);
       
   156 
       
   157     public slots:
   156         void setDefaultOptions();
   158         void setDefaultOptions();
   157 #endif
   159 #endif
   158 };
   160 };
   159 
   161 
   160 #endif
   162 #endif