2) Copy/paste/execute the following within the Script Editor
from PySide2 import QtWidgetsp = QtWidgets.QWizard()p.show()
Result: A new window will open, the stylesheet will be white.
Expected behaviour
The QWizard should look closer to the rest of Nuke's formatting
Actual behaviour
The QWizard should open and use Nuke's Stylesheet formatting.
Workaround
Switch the QWizard to another style:
from PySide2 import QtWidgetsp = QtWidgets.QWizard()style = QtWidgets.QWizard.ModernStylep.setWizardStyle(style)p.show()
Reproduced by support
This bug has been reproduced in:
Nuke11.3v3- Windows 7
Nuke11.3v1- Windows 7
Nuke11.2v1 - Windows 7
Nuke11.1v1 - Windows 7
Nuke11.0v1 - Windows 7
Nuke10.5v1 - Windows 7
Nuke10.0v1 - Windows 7
Nuke9.0v1 - Windows 7
Nuke8.0v1 - Windows 7
Unable to reproduce the bug in:
Nuke11.3v3 - Mac10.13 - CentOS7
Earliest version tested
- This issue appears to be in all versions of the product