mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
moved image out of init method
This commit is contained in:
parent
91b9d11d2d
commit
d36505b95f
1 changed files with 13 additions and 13 deletions
|
|
@ -8,22 +8,22 @@ def get_default_thumbnail_image_path():
|
|||
|
||||
|
||||
class SubsetAttributesWidget(QtWidgets.QWidget):
|
||||
"""Widget where attributes of instance/s are modified.
|
||||
_____________________________
|
||||
| | |
|
||||
| Global | Thumbnail |
|
||||
| attributes | | TOP
|
||||
|_________________|___________|
|
||||
| | |
|
||||
| | Publish |
|
||||
| Family | plugin |
|
||||
| attributes | attributes | BOTTOM
|
||||
|______________|______________|
|
||||
"""
|
||||
|
||||
def __init__(self, parent):
|
||||
super(SubsetAttributesWidget, self).__init__(parent)
|
||||
|
||||
"""
|
||||
_____________________________
|
||||
| | |
|
||||
| Global | Thumbnail |
|
||||
| attributes | | TOP
|
||||
|_________________|___________|
|
||||
| | |
|
||||
| | Publish |
|
||||
| Family | plugin |
|
||||
| attributes | attributes | BOTTOM
|
||||
|______________|______________|
|
||||
"""
|
||||
|
||||
# TOP PART
|
||||
top_widget = QtWidgets.QWidget(self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue