QTfrontend/ui/page/pageoptions.h
changeset 8284 a874d00df4a4
parent 8266 927da572bcdc
child 8343 aa4ea3cade3c
child 8346 3443e0de2c9d
equal deleted inserted replaced
8283:af97cdbb7713 8284:a874d00df4a4
    68         QCheckBox *CBSavePassword;
    68         QCheckBox *CBSavePassword;
    69         QCheckBox *CBAltDamage;
    69         QCheckBox *CBAltDamage;
    70         QCheckBox *CBNameWithDate;
    70         QCheckBox *CBNameWithDate;
    71 #ifdef __APPLE__
    71 #ifdef __APPLE__
    72         QCheckBox *CBAutoUpdate;
    72         QCheckBox *CBAutoUpdate;
       
    73         QPushButton *BtnUpdateNow;
    73 #endif
    74 #endif
    74 
    75 
    75         FPSEdit *fpsedit;
    76         FPSEdit *fpsedit;
    76         QLabel *labelNN;
    77         QLabel *labelNN;
    77         QSpinBox * volumeBox;
    78         QSpinBox * volumeBox;
   129 
   130 
   130         QComboBox *comboAVFormats;
   131         QComboBox *comboAVFormats;
   131         QComboBox *comboVideoCodecs;
   132         QComboBox *comboVideoCodecs;
   132         QComboBox *comboAudioCodecs;
   133         QComboBox *comboAudioCodecs;
   133         QPushButton *btnDefaults;
   134         QPushButton *btnDefaults;
       
   135         QPushButton *btnUpdateNow;
   134         GameUIConfig * config;
   136         GameUIConfig * config;
   135 
   137 
   136     private slots:
   138     private slots:
   137         void forceFullscreen(int index);
   139         void forceFullscreen(int index);
   138         void setFullscreen(int state);
   140         void setFullscreen(int state);
   146         void onColorModelDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
   148         void onColorModelDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
   147         void onProxyTypeChanged();
   149         void onProxyTypeChanged();
   148         void changeAVFormat(int index);
   150         void changeAVFormat(int index);
   149         void changeUseGameRes(int state);
   151         void changeUseGameRes(int state);
   150         void changeRecordAudio(int state);
   152         void changeRecordAudio(int state);
       
   153         void checkForUpdates();
   151 
   154 
   152     public slots:
   155     public slots:
   153         void setDefaultOptions();
   156         void setDefaultOptions();
   154 };
   157 };
   155 
   158