Originally Posted by mac.tieu Replace Qt Code: Switch view //QMessageBox::information(this,"asd","asdasd"); //QMessageBox::information(this,"asd","asdasd"); To copy to clipboard, switch view to plain text mode with Qt Code: Switch view while (!reply->isFinished()); while (!reply->isFinished()); To copy to clipboard, switch view to plain text mode To wait while request is being processed. MT. That will block the program. Instead, use signals and slots. http://doc.qt.nokia.com/4.7/qnetwork....html#finished
//QMessageBox::information(this,"asd","asdasd");
while (!reply->isFinished());
Or QEventLoop.
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