A
Size: a a a
A
A
A
EixiniTimer::setTimer(int seconds)
{
connect(&QTimer::tick, this->actualTimer, &EixiniTimer::update, this);
}
EixiniTimer::update()
{
if (currentTimer == 0)
{
disconnect(&QTimer::tick, this->actualTimer, &EixiniTimer::update, this);
}
else
{
currentTimer--;
}
redraw();
}
A
p
R
R
DK
p
DK
DK
DK
R
R
R
R
А
А
A