QTimer ::singleShot(200, this, SLOT(updateCaption()));. In multithreaded applications, you can use QTimer in any thread that has an event loop. To start an event ...
確定! 回上一頁