The QTimer::singleShot is used to call a slot/lambda asynchronously after n ms. The basic syntax is : QTimer::singleShot(myTime, myObject, ...
確定! 回上一頁