iblrig.gui.tools

Functions

convert_uis

A wrapper for PyQt5's pyuic5 and pyrcc5, set up for development on iblrig.

Classes

AlyxObject

A class to manage user authentication with an AlyxClient.

DiskSpaceIndicator

A custom progress bar widget that indicates the disk space usage of a specified directory.

LineEditAlyxUser

A custom QLineEdit widget for managing user login with an AlyxObject.

RemoteDevicesItemModel

RemoteDevicesListView

StatefulButton

A QPushButton that maintains an active/inactive state and emits different signals based on its state when clicked.

Worker

A generic worker class for executing functions concurrently in a separate thread.

WorkerSignals

Signals used by the Worker class to communicate with the main thread.