mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Pype info widget is using openpype style
This commit is contained in:
parent
0c4c1cc4a0
commit
8ffb70b93e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,9 @@ import os
|
|||
import json
|
||||
import collections
|
||||
|
||||
from avalon import style
|
||||
from Qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
from openpype import style
|
||||
from openpype.api import resources
|
||||
from openpype.settings.lib import get_local_settings
|
||||
from openpype.lib.pype_info import (
|
||||
|
|
@ -118,7 +119,6 @@ class EnvironmentsView(QtWidgets.QTreeView):
|
|||
return super(EnvironmentsView, self).wheelEvent(event)
|
||||
|
||||
|
||||
|
||||
class ClickableWidget(QtWidgets.QWidget):
|
||||
clicked = QtCore.Signal()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue