Quote:
Originally Posted by KevinH
Okay, for my limited use case of inline QFileDialog static functions, and no translations I will change to import QtWidgets directly from PySide. I will still keep the plugin_utils_light.py code inside the plugin in case I move to adding translation support at some point (which I probably should).
Thanks!
|
I figure it will work better to be able to do stuff like
from QtWidgets import QFileDialog
rather than need to use QtWidgets.QFileDialog and the like everywhere.