Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about qtcpserver

Read more about qtcpserver

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - qtcpserver

How to run QTcpServer in separate thread from GUI in PySide6?

I'm making a PySide6 program with a GUI, backend, and a QTcpServer (which only handles a single connection), and I want all three in separate threads as to never freeze up the GUI. I read about implem...
test-img

Marcus Hagberg

qt

pyside

qthread

qtcpserver

Votes: 0

Answers: 1

Latest Answer

Solution Note: My TCP_Server is a singleton, not sure if you would need a reference to it otherwise, so it doesn't go out of scope. class ServerThread(QRunnable): @Slot() def run(self): ...
test-img

Marcus Hagberg

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved