19 #ifndef TIMECONTROLDIALOG_H 20 #define TIMECONTROLDIALOG_H 23 #include <timecontrol.h> 51 void onTournamentSelected();
52 void onTimePerMoveSelected();
53 void onInfiniteSelected();
66 Ui::TimeControlDialog *ui;
69 #endif // TIMECONTROLDIALOG_H
TimeControl timeControl() const
Definition: timecontroldlg.cpp:133
virtual ~TimeControlDialog()
Definition: timecontroldlg.cpp:65
Time controls of a chess game.
Definition: timecontrol.h:35
Definition: engineconfigurationdlg.h:30
TimeControlDialog(const TimeControl &tc, QWidget *parent=nullptr)
Definition: timecontroldlg.cpp:23
A dialog for setting a chess game's time controls.
Definition: timecontroldlg.h:32