Skip to content

PySide2

Baldur Karlsson edited this page Feb 2, 2018 · 2 revisions

QRenderDoc uses PySide 2 to expose the UI of qrenderdoc itself to python scripting, to allow further customisation.

At present however, this is an optional build-time dependency that must be configured, and if not then the python scripting just treats QWidget handles as opaque.

Officially produced builds (nightly and stable) include PySide2, and for windows you can download a zip of extra 3rdparty dependencies and extract it in the root of your checkout, and it will populate PySide2 into the right place, or else you can build it yourself. On other platforms you have to build it yourself.

Build instructions are outside the scope of this document but you can find more information on the Qt wiki.

Clone this wiki locally