intminutes=QInputDialog::getInt(this,tr("Duration"),tr("Please enter the duration of the ban (in minutes).\nEnter 0 for an indefinite ban."),0,0,2147483647,10,&ok);
intminutes=QInputDialog::getInt(this,tr("Duration"),tr("Please enter the duration of the ban (in minutes).\nEnter 0 for an indefinite ban."),0,0,2147483647,10,&ok);