19#ifndef TIMECONTROLDIALOG_H
20#define TIMECONTROLDIALOG_H
23#include <timecontrol.h>
51 void onTournamentSelected();
52 void onTimePerMoveSelected();
53 void onInfiniteSelected();
54 void onHourglassSelected();
67 Ui::TimeControlDialog *ui;
A dialog for setting a chess game's time controls.
Definition: timecontroldlg.h:33
TimeControlDialog(const TimeControl &tc, QWidget *parent=nullptr)
Definition: timecontroldlg.cpp:23
TimeControl timeControl() const
Definition: timecontroldlg.cpp:150
virtual ~TimeControlDialog()
Definition: timecontroldlg.cpp:73
Time controls of a chess game.
Definition: timecontrol.h:36