qt_thread_check
Detect threading issues in PySide6 applications by checking QObject thread affinity, identifying QWidget subclasses on non-GUI threads to prevent GUI freezes, and listing QThread instances.
Instructions
Check thread affinity of all QObjects to detect threading issues.
Reports which threads own QObjects, flags QWidget subclasses on non-GUI threads (the #1 cause of GUI freezes), and lists QThread instances.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||