to update Qlabel that states how many connections are currently active (=how may threads are running currently).
Using a thread-per-network-connection semantics in Qt is Bad. You can handle all connections from within one thread and have a side effect of saving the time needed to solve your current problem.
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.
Bookmarks