added few docstrings

This commit is contained in:
iLLiCiTiT 2021-12-09 12:21:12 +01:00
parent 43c552dbbf
commit ad99d2a841
4 changed files with 24 additions and 2 deletions

View file

@ -28,6 +28,7 @@ class BaseWidget(QtWidgets.QWidget):
@staticmethod
def set_style_property(obj, property_name, property_value):
"""Change QWidget property and polish it's style."""
if obj.property(property_name) == property_value:
return