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;
70 #endif // TIMECONTROLDIALOG_H
TimeControl timeControl() const
Definition: timecontroldlg.cpp:150
virtual ~TimeControlDialog()
Definition: timecontroldlg.cpp:73
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