QTimer * timer = new QTimer(); timer->setSingleShot(true); connect(timer, SIGNAL(timeout()), someObject, SLOT(work())); 而且这没有用。有时根本没有调用work(), ...
確定! 回上一頁