Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 922 Bytes

README.md

File metadata and controls

executable file
·
34 lines (21 loc) · 922 Bytes

pyqt-labutils

pyqt-labutils provides widgets for common use cases in scientific GUIs. This includes a LED widgets, scientific spin boxes that work with units and prefixes (e.g., "µV") and a widget to enter a list of numbers.

Many of those widgets can easily be assembled into a settings widget:

settings pane screenshot

Examples of how the widgets appear in a GUI can be found in keithleygui.

System requirements

Required:

  • Linux or macOS
  • Python 2.7 or >= 3.6
  • PyQt >= 5.9

Installation

pyqt-labutils is intended to be used as a submodule. Download and save the files to your project directory to use them.

Acknowledgements

Scientific spin boxes are taken from qudi.