If i change the line:
udpReceiverThread->moveToThread(udpReceiverThread);
to
udpReceiverThread->moveToThread(this->thread());
the replyNotReceived() works correctly. but i get both these...
Hello,
I have a console application that talks to another (main) application using udp sockets and waits for a reply. I wrote the initial code (which didn't have these problems) in Qt4.8 but I am...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QTableView rows correctly hidden until scroll
2nd December 2023 22:29 by ce_nort