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

class qvl.system.QLabsSystem(qlabs, verbose=False)[source]

The System is a special class that allows you to modify elements of the user interface and application.

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