List of available UIs¶
TextUI¶
-
class
chemlab.graphics.uis.
TextUI
(widget, x, y, text)¶ Display an overlay text at the point x, y in screen space.
Warning
The API for this element and uis in general is not yet finalized.
Parameters
- widget:
- The parent QChemlabWidget
- x, y: int
- Points in screen coordinates. x pixels from left, y pixels from top.
- text: str
- String of text to display