How to cancel font shadow in nuke pyside

前端 未结 1 1153
眼角桃花
眼角桃花 2021-01-25 00:53

I have a UI, which automatically sets font shadow in nuke, and how to cancel it.

I want the font on this button to look like this, so there is no font shadow.

相关标签:
1条回答
  • 2021-01-25 01:15

    This is the default style that Nuke uses. To change it, you'll need to set a different style... like so:

    self.setStyle(QtGui.QStyleFactory.create('Plastique'))
    
    0 讨论(0)
提交回复
热议问题