Search - User list
Full Version: Disable QComboBox dropshadow
Root » Technical Discussion » Disable QComboBox dropshadow
jbudsberg
hi all,
I don't like the look of Houdini's QComboBox when it is disabled (left image) and want to disable the white dropshadow.



Does anyone know how to remove it? To adopt Houdini's style, you typically use the following:
style = hou.qt.styleSheet()
self.setStyleSheet(style)
self.setProperty(“houdiniStyle”, True)

I've tried modifying a few things in the stylesheet, but haven't been able to modify that white dropshadow. FYI:
/rel/third_party/houdini/16.5.739_64/houdini/config/Styles/base.qss

I've also seen something like this, but I haven't had any luck there either.
e = QGraphicsDropShadowEffect()
e.setEnabled(False)
e.setBlurRadius(0)
self.repoComboBox.setGraphicsEffect(e)

Any ideas?
thanks!
coccarolla
Hi, have you gotten anywhere with this?!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB