@lassoan
I have tried building slicer with QtQuick turned on in pythonqt. However, I am still not seeing any of the qml/qt quick objects in the python interpreter.
I turned them on by enabling PYTHONQT_WRAP_QTALL through passing it into the suberbuild cmake generation.
I see in the cmake gui that it appears to be enabled after configuration.
Is there a better way to make sure it is actually being enabled and built with this option?
EDIT:
Im pretty sure it isnt actually enabled correctly in the superbuild. If I do an autocomplete for
PythonQt. I see Qt, QtCore, QtGUI, QtNetwork and QtUiTools