QTheme.getColor

returns color, provided the widgetName, and which-color (like textColor).

if not found, returns a default color provided by theme. If that color is also not found, throws exception

class QTheme
getColor
(
string widgetName
,
string which
)

Meta