System
Description
The System library is used to modify settings of the QLabs user interface and window which are independent of the actor environment.
System Library
Constants
- QLabsSystem.ID_SYSTEM = 1000
Class ID.
Methods
- QLabsSystem.set_title_string(titleString, waitForConfirmation=True)[source]
Sets the title string in the upper left of the window to custom text. This can be useful when doing screen recordings or labeling experiment configurations.
- Parameters
titleString (string) – User defined string to replace the default title text
waitForConfirmation (boolean) – (Optional) Wait for confirmation of the before proceeding. This makes the method a blocking operation.
- Returns
True if successful, False otherwise.
- Return type
boolean