QTfrontend/gameuiconfig.h
changeset 127 ca70467bd0a8
parent 97 e7c1df9cce2c
child 183 57c2ef19f719
equal deleted inserted replaced
126:93df479aa1b9 127:ca70467bd0a8
    48 	GameUIConfig(HWForm * FormWidgets);
    48 	GameUIConfig(HWForm * FormWidgets);
    49 	QStringList GetTeamsList();
    49 	QStringList GetTeamsList();
    50 	int vid_Resolution();
    50 	int vid_Resolution();
    51 	bool vid_Fullscreen();
    51 	bool vid_Fullscreen();
    52 	bool isSoundEnabled();
    52 	bool isSoundEnabled();
       
    53 	QString GetRandomTheme();
    53 
    54 
    54 private slots:
    55 private slots:
    55 
    56 
    56 public slots:
    57 public slots:
    57 	void SaveOptions();
    58 	void SaveOptions();
    58 
    59 
    59 private:
    60 private:
    60 	HWForm * Form;
    61 	HWForm * Form;
       
    62 	QStringList Themes;
    61 };
    63 };
    62 
    64 
    63 #endif
    65 #endif