22 class NewSandboxDialog;
25 class NewSandboxDialog :
public QDialog {
29 static constexpr
const char* kAiPlayer =
"AI player";
30 static constexpr
const char* kHumanPlayer =
"Human player";
31 static constexpr
const char* kRandomPlayer =
"Random";
32 static constexpr
const char* kInformedRandomPlayer =
"Informed Random";
35 explicit NewSandboxDialog(QWidget* parent =
nullptr);
38 QString xPlayerType()
const;
39 QString oPlayerType()
const;
40 int xPlayerGeneration()
const;
41 int oPlayerGeneration()
const;
47 void on_x_player_type_currentIndexChanged(
const QString&) { updateUi(); }
48 void on_o_player_type_currentIndexChanged(
const QString&) { updateUi(); }
51 Ui::NewSandboxDialog* ui;
Definition: evolution_window.h:22
Definition: board_widget.cpp:26