labscript_utils.qtwidgets.elide_label

Functions

elide_label(label, layout, elide_mode)

Take an existing label that is in a layout, and wrap it in our widgets that elide the text, and insert it back into the layout.

Classes

ElideScrollArea(*args, **kwargs)

A ScrollArea for containing a label that we want to elide.

ElidedLabelContainer(label)

A QWidget to contain a QLabel with a single line of (possibly rich) text that we want to elide.