18 skills found
sandialabs / QthreadsLightweight locality-aware user-level threading runtime.
ShaShiDiZhuanLan / Demo Thread QtQt多线程的使用示例,演示了几种多线程处理方法。1.QThread的run-start,2.QObject的moveToThread,3.QtConcurrent等
yunus-temurlenk / SendVideoToQmlWithQThreadIn this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
yjg30737 / Pyqt Translucent Full Loading Screen ThreadPyQt thread which overlays the translucent loading screen with label on the whole window like some generic application loading screen.
Mark-ThinkPad / TCP Robot计算机网络课程设计, 基于TCP协议的简易聊天机器人, 开发语言Python3, 初期版本只能在终端中运行(CLI), 最终完成版为客户端编写了"简陋"的图形界面, 使用Qt5(即PyQt5)实现
MarinaMeyta / QthreadsWorking with threads, slots and signals example (Qt 4.8)
yjg30737 / Pyqt Realtime Log WidgetDisplay log in real time with PyQt widget
Thermadiag / QthreadopenglwidgetThreaded Qt opengl widget
joaocarpim / WhatsAppBotProAutomação desktop de alta performance para envio massivo de mensagens. Desenvolvido em Python, Selenium e PySide6 (Interface Dark), simula navegação humana segura. Conecte via QR Code, insira a lista de alvos e execute. Inclui logs em tempo real, delay anti-bloqueio e sessão persistente.
linuxzjh / FileTransfer多线程传输文件,Qt,QTcpService,QTcpSocket,QThread
tomxuetoy / Qt Qthreadto show how to make thread program in Qt
fryn3 / SerialPortThreadQSerialPort class to work with QThread
birhann / SpaceStationComprehensive multithreading-communication app using QThread, socket, pyqtSignal, ftplib, serial, cv2, OpenGL, pyqtgraph, PyGame, etc. Including topics such as real-time data transfer, ESP32-CAM Video Streaming, telemetry transfer over UDP, file transfer over FTP, data transfer from serial port.
yuanquderzi / YoloV5 7.0 PyQt5给yolov5-7.0版本加个gui界面,使用pyqt5,包含注册和登录界面,分别采用定时器QTimer和线程QThread显示视频帧
xatify / QThreadHeader-only C++ thread pool with a safe task queue and future-based results.
ociotec / YaQThreadPoolYet another QThreadPool
AndreiCherniaev / QThread With MoveToThread Consoleproj use requestInterruption()
yjg30737 / Pyqt Detailed Progress DialogPyQt Detailed Progress Dialog (Show the download/copy&paste progress in detail with QListWidget like adding the filename on QListWidget right after it was pasted)