find_qt_tool

find_qt_tool(tool_name: str) str[source]

Find path to Qt tool executable like rcc, uic or designer.

Parameters:

tool_name (str) – Name of the Qt tool to look up.

Returns:

Path to the tool executable.

Return type:

str

Raises:

QtToolNotFoundError – If the tool could not be found in the path.