mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added few docstrings
This commit is contained in:
parent
43c552dbbf
commit
ad99d2a841
4 changed files with 24 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue