eye.consts module

Helpers for various constants

eye.consts.DOWN = 1

Down direction

eye.consts.LEFT = 2

Left direction

eye.consts.RIGHT = 3

Right direction

eye.consts.UP = 0

Up direction

eye.consts.registerRole()[source]

Register and return a new Qt data role

The value starts at Qt.UserRole and is incremented at each call.