Introduction

The kPyQt Python module provides a Qt candy coating around KTL keywords and EPICS channels, allowing the use of both types of event sources to drive signals back to Qt slots.

Qt does not appreciate signals coming from background threads. One of the important functions of kPyQt is to serialize all incoming events through an event queue for later processing by the main Qt thread.

Indices and tables