19#ifndef NEWTOURNAMENTDIALOG_H
20#define NEWTOURNAMENTDIALOG_H
23#include <timecontrol.h>
34 class NewTournamentDialog;
44 virtual ~NewTournamentDialog();
53 void onVariantChanged(
const QString& variant);
58 void moveEngine(
int offset);
59 bool canStart()
const;
67 Ui::NewTournamentDialog* ui;
The EngineConfigurationModel class represents a chess engine configuration based model.
Definition engineconfigurationmodel.h:44
A proxy model for sorting and filtering engine configurations.
Definition engineconfigproxymodel.h:33
Manages chess engines and their configurations.
Definition enginemanager.h:31
A class for managing chess games and players.
Definition gamemanager.h:41
Base class for chess tournaments.
Definition tournament.h:45