19#ifndef TIMECONTROLDIALOG_H
20#define TIMECONTROLDIALOG_H
23#include <timecontrol.h>
26 class TimeControlDialog;
51 void onTournamentSelected();
52 void onTimePerMoveSelected();
53 void onInfiniteSelected();
66 Ui::TimeControlDialog *ui;
TimeControlDialog(const TimeControl &tc, QWidget *parent=nullptr)
Definition timecontroldlg.cpp:23
TimeControl timeControl() const
Definition timecontroldlg.cpp:133
virtual ~TimeControlDialog()
Definition timecontroldlg.cpp:65
Time controls of a chess game.
Definition timecontrol.h:36