We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bqt creates a QApplication for you. so no need to app._exec() to show your widgets. (this freezes Blender)
to access the QApplication you can use
from PySide2 import QtWidgets QtWidgets.QApplication.instance()