19 #ifndef GAMEREPETITIONSPINBOX_H 20 #define GAMEREPETITIONSPINBOX_H 23 #include <QRadioButton> 36 virtual void fixup(
QString & input)
const override;
37 virtual void stepBy(
int steps)
override;
66 int m_gamesPerEncounter;
71 #endif // GAMEREPETITIONSPINBOX_H Definition: gamerepetitionspinbox.h:26
void setTournamentType(const QString &tournamentType)
Definition: gamerepetitionspinbox.cpp:42
GameRepetitionSpinBox(QWidget *parent=nullptr)
Definition: gamerepetitionspinbox.cpp:21
void setRounds(int rounds)
Definition: gamerepetitionspinbox.cpp:35
void setGamesPerEncounter(int gamesPerEncounter)
Definition: gamerepetitionspinbox.cpp:28