MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / taskBoxIndexChanged

Method taskBoxIndexChanged

src/addtaskdialog.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void AddTaskDialog::taskBoxIndexChanged() {
63 int index = ui->taskBox->currentIndex();
64 ui->fullScore->setText(QString("%1").arg(fullScore[index]));
65 ui->timeLimit->setText(QString("%1").arg(timeLimit[index]));
66 ui->memoryLimit->setText(QString("%1").arg(memoryLimit[index]));
67}
68
69void AddTaskDialog::fullScoreChanged() {
70 int index = ui->taskBox->currentIndex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected