There is a uic module to use from sgtk qt module?
i have a call to my ui file like this:
TestQDialog = uic.loadUiType(os.path.abspath(“info_dialog.ui”))[0]
is some similar on sg toolkit?
There is a uic module to use from sgtk qt module?
i have a call to my ui file like this:
TestQDialog = uic.loadUiType(os.path.abspath(“info_dialog.ui”))[0]
is some similar on sg toolkit?