mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #4238 from pypeclub/feature/OP-4655_qtpy-in-flame
Flame: Use qtpy in flame
This commit is contained in:
commit
f9a2b961de
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import os
|
import os
|
||||||
from Qt import QtWidgets
|
from qtpy import QtWidgets
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from pprint import pformat
|
from pprint import pformat
|
||||||
from openpype.tools.utils.host_tools import HostToolsHelper
|
from openpype.tools.utils.host_tools import HostToolsHelper
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ from copy import deepcopy
|
||||||
from xml.etree import ElementTree as ET
|
from xml.etree import ElementTree as ET
|
||||||
|
|
||||||
import qargparse
|
import qargparse
|
||||||
from Qt import QtCore, QtWidgets
|
from qtpy import QtCore, QtWidgets
|
||||||
|
|
||||||
from openpype import style
|
from openpype import style
|
||||||
from openpype.lib import Logger, StringTemplate
|
from openpype.lib import Logger, StringTemplate
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from Qt import QtWidgets, QtCore
|
from qtpy import QtWidgets, QtCore
|
||||||
|
|
||||||
import uiwidgets
|
import uiwidgets
|
||||||
import app_utils
|
import app_utils
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from Qt import QtWidgets, QtCore
|
from qtpy import QtWidgets, QtCore
|
||||||
|
|
||||||
|
|
||||||
class FlameLabel(QtWidgets.QLabel):
|
class FlameLabel(QtWidgets.QLabel):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
from Qt import QtWidgets
|
from qtpy import QtWidgets
|
||||||
from pprint import pformat
|
from pprint import pformat
|
||||||
import atexit
|
import atexit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue