Home
last modified time | relevance | path

Searched refs:goalScore (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/dialogs/
H A DMissionGoalsDialog.cpp69 connect(ui->goalScore, QOverload<int>::of(&QSpinBox::valueChanged), this, [this](int value) { in __anon409c96730802()
137 ui->goalScore->setEnabled(false); in updateUI()
151 ui->goalScore->setValue(goal.score); in updateUI()
158 ui->goalScore->setEnabled(true); in updateUI()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailshud.cpp114 …const auto goalScore = (gameSettings && gameSettings->getVictoryCondition() == eGameSettingsVictor… in reset() local
117 …drawRow (2, eUnitDataSymbolType::Human, totalScore, goalScore, lngPack.i18n ("Text~Others~Total")); in reset()