mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hotfix/convert old app code to pypeapp
This commit is contained in:
parent
b72368e1d7
commit
44b9e48a67
13 changed files with 24 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
from app import style
|
||||
from pypeapp import style
|
||||
from avalon.vendor.Qt import QtCore, QtGui, QtWidgets
|
||||
import os
|
||||
import getpass
|
||||
|
|
@ -9,9 +9,6 @@ import platform
|
|||
import ftrack_api
|
||||
|
||||
|
||||
# object symbol
|
||||
|
||||
|
||||
class Project_name_getUI(QtWidgets.QWidget):
|
||||
'''
|
||||
Project setting ui: here all the neceserry ui widgets are created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue