Skip to content

Installation

Hannes Delbeke edited this page Sep 28, 2023 · 8 revisions

Choose your type of setup:

Once bqt is running, create a test widget in Blender (from console, not Text Editor)

import PySide2.QtWidgets
a = PySide2.QtWidgets.QMainWindow()
a.show()