equal
deleted
inserted
replaced
78 SB_SuddenDeath = new QSpinBox(GBoxOptions); |
78 SB_SuddenDeath = new QSpinBox(GBoxOptions); |
79 SB_SuddenDeath->setRange(0, 50); |
79 SB_SuddenDeath->setRange(0, 50); |
80 SB_SuddenDeath->setValue(15); |
80 SB_SuddenDeath->setValue(15); |
81 SB_SuddenDeath->setSingleStep(3); |
81 SB_SuddenDeath->setSingleStep(3); |
82 |
82 |
83 SB_CaseProb = new QSpinBox(GBoxOptions); |
83 SB_CaseProb = new FreqSpinBox(GBoxOptions); |
84 SB_CaseProb->setRange(0, 9); |
84 SB_CaseProb->setRange(0, 9); |
85 SB_CaseProb->setValue(5); |
85 SB_CaseProb->setValue(5); |
86 |
86 |
87 GBoxOptionsLayout->addWidget(SB_TurnTime, 3, 1); |
87 GBoxOptionsLayout->addWidget(SB_TurnTime, 3, 1); |
88 GBoxOptionsLayout->addWidget(SB_InitHealth, 4, 1); |
88 GBoxOptionsLayout->addWidget(SB_InitHealth, 4, 1); |