newGameDialog QDialog name newGameDialog geometry 0 0 385 263 caption Choose the type of game margin 11 spacing 6 QButtonGroup name ButtonGroup1_2 title Turn defenser toward the attacker after an unsuccessful attack margin 11 spacing 6 QRadioButton name heuristicTurn text Only if attacker has at least one more AP. autoResize true checked true QRadioButton name askTurn text Ask defenser player autoResize true QButtonGroup name ButtonGroup3 title Cheat protection (for PBEM game only) margin 11 spacing 6 QRadioButton name cheatEnable text Enable cheat protection checked true QRadioButton name cheatPartlyDisable text Disable cheat protection and add a warning QRadioButton name cheatDisable text Completely disable cheat protection QLayoutWidget name Layout2 margin 0 spacing 6 QPushButton name buttonSolo text Solo (with AI) QPushButton name buttonHotSeat text HotSeat QPushButton name buttonPbem text PBEM QPushButton name buttonNetwork text Network buttonHotSeat clicked() newGameDialog newHotseat() buttonPbem clicked() newGameDialog newPBEM() heuristicTurn toggled(bool) newGameDialog toggleHeuristicTurn(bool) cheatPartlyDisable toggled(bool) newGameDialog toggleCheatPartlyEnable(bool) cheatEnable toggled(bool) newGameDialog toggleCheatEnable(bool) cheatDisable toggled(bool) newGameDialog toggleCheatDisable(bool) buttonSolo clicked() newGameDialog newSolo() buttonNetwork clicked() newGameDialog newNetwork() newHotseat() newPBEM() newSolo() newNetwork() toggleCheatDisable(bool) toggleCheatEnable(bool) toggleCheatPartlyEnable(bool) toggleHeuristicTurn(bool) buttonSolo buttonHotSeat buttonPbem buttonNetwork heuristicTurn askTurn cheatEnable cheatPartlyDisable cheatDisable