QTfrontend/gameuiconfig.h
changeset 97 e7c1df9cce2c
parent 87 ff213e443336
child 127 ca70467bd0a8
equal deleted inserted replaced
96:aeeb4da6b157 97:e7c1df9cce2c
    45 	Q_OBJECT
    45 	Q_OBJECT
    46 
    46 
    47 public:
    47 public:
    48 	GameUIConfig(HWForm * FormWidgets);
    48 	GameUIConfig(HWForm * FormWidgets);
    49 	QStringList GetTeamsList();
    49 	QStringList GetTeamsList();
    50 	QDir cfgdir;
       
    51 	int vid_Resolution();
    50 	int vid_Resolution();
    52 	bool vid_Fullscreen();
    51 	bool vid_Fullscreen();
    53 	bool isSoundEnabled();
    52 	bool isSoundEnabled();
    54 
    53 
    55 private slots:
    54 private slots: