Utils

Here are some utility functions available with the package.

pcdswidgets.utils.find_ancestor_for_widget(widget, klass)[source]
pcdswidgets.utils.refresh_style(widget)[source]

Method that traverse the widget tree starting at widget and refresh the style for this widget and its childs.

Parameters:

widget (QWidget)