Qtimer Singleshot
QTimer.singleShot(time_delay*1000,function)
#This calls the function after time_delay seconds
68Duck
QTimer.singleShot(time_delay*1000,function)
#This calls the function after time_delay seconds