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;
45 bool reversingSchedule()
const;
48 void enableSettingsUpdates();
51 void tournamentTypeChanged(
const QString& tournamentType);
56 Ui::TournamentSettingsWidget *ui;
59 #endif // TOURNAMENTSETTINGSWIDGET_H
Definition: engineconfigurationdlg.h:30