What do you need threads here for anyway? By the way, I'd drop this code: Qt Code: Switch view QEventLoop evLoop; for(;;) evLoop.processEvents(QEventLoop::ExcludeUserInputEvents); QEventLoop evLoop; for(;;) evLoop.processEvents(QEventLoop::ExcludeUserInputEvents); To copy to clipboard, switch view to plain text mode and change it to: Qt Code: Switch view app.exec(); app.exec(); To copy to clipboard, switch view to plain text mode
QEventLoop evLoop; for(;;) evLoop.processEvents(QEventLoop::ExcludeUserInputEvents);
app.exec();
Your biological and technological distinctiveness will be added to our own. Resistance is futile. Please ask Qt related questions on the forum and not using private messages or visitor messages.
Forum Rules
Bookmarks