18 #ifndef TIMECONTROLDIALOG_H 19 #define TIMECONTROLDIALOG_H 22 #include <timecontrol.h> 50 void onTournamentSelected();
51 void onTimePerMoveSelected();
52 void onInfiniteSelected();
65 Ui::TimeControlDialog *ui;
68 #endif // TIMECONTROLDIALOG_H
TimeControl timeControl() const
Definition: timecontroldlg.cpp:132
virtual ~TimeControlDialog()
Definition: timecontroldlg.cpp:64
Time controls of a chess game.
Definition: timecontrol.h:34
Definition: engineconfigurationdlg.h:30
TimeControlDialog(const TimeControl &tc, QWidget *parent=nullptr)
Definition: timecontroldlg.cpp:22
A dialog for setting a chess game's time controls.
Definition: timecontroldlg.h:31