learn_kline/ ├── main.py # 主窗口(PyQt5)、暗色主题、快捷键、操作日志 ├── chart_canvas.py # Matplotlib 画布:K 线图 + 成交量 ...
The objective of this repository is to compile a comprehensive collection of reusable Qt widgets suitable for integration into any application. This approach eliminates the need to develop common ...
I recently published a new project: QThread, a lightweight, header-only C++17 thread pool library. it provides: - thread safe task queue - future based results - FIFO and priority scheduling policies ...