Tool

class cgp_generic_utils.qt.Tool(parent=None)

Bases: PySide2.QtWidgets.QWidget

widget handling UI tool generic functionalities through subclass inheritance

classmethod load(*args, **kwargs)

load the tool with the arguments and keywords of the init

name()

get the name of the tool

Returns:the name of the tool
Return type:str
setTitle(title=None)

set the title of the widget

Parameters:title (str) – title of the widget to set - if nothing specified title will be -> name version