19 #ifndef TOURNAMENTSETTINGSWIDGET_H 20 #define TOURNAMENTSETTINGSWIDGET_H 37 int gamesPerEncounter()
const;
39 int seedCount()
const;
40 int delayBetweenGames()
const;
41 int openingRepetitions()
const;
42 bool engineRecovery()
const;
43 bool savingOfUnfinishedGames()
const;
44 bool swappingSides()
const;
47 void enableSettingsUpdates();
50 void tournamentTypeChanged(
const QString& tournamentType);
55 Ui::TournamentSettingsWidget *ui;
58 #endif // TOURNAMENTSETTINGSWIDGET_H
Definition: engineconfigurationdlg.h:30