-
Notifications
You must be signed in to change notification settings - Fork 10
Writing Gui Clients
micramm edited this page Apr 3, 2014
·
36 revisions
This page describes how to write GUI clients using the PyQt4 Python library. We assume some familiarity with PyQt, please see this tutorial for an excellent introduction for writing PyQt programs. We explain how to create a LabRAD client that encompasses a graphical user interface containing, buttons, spinboxes, dropdown menus, and any other PyQt widgets. The created clients are similar scripts in that they interface with a server and are able to execute server settings. However, in addition the GUI clients are able subscribe to signals from the server and act in response to these signals being emitted.