18 #ifndef NEWTOURNAMENTDIALOG_H 19 #define NEWTOURNAMENTDIALOG_H 22 #include <timecontrol.h> 51 void onVariantChanged(
const QString& variant);
56 void moveEngine(
int offset);
57 bool canStart()
const;
65 Ui::NewTournamentDialog* ui;
68 #endif // NEWTOURNAMENTDIALOG_H
Definition: newtournamentdialog.h:36
A proxy model for sorting and filtering engine configurations.
Definition: engineconfigproxymodel.h:31
Definition: engineconfigurationdlg.h:30
Manages chess engines and their configurations.
Definition: enginemanager.h:29
The EngineConfigurationModel class represents a chess engine configuration based model.
Definition: engineconfigurationmodel.h:42
A class for managing chess games and players.
Definition: gamemanager.h:39
Base class for chess tournaments.
Definition: tournament.h:44